📄 lcd_setcliprectex.lst
字号:
C51 COMPILER V8.05a LCD_SETCLIPRECTEX 04/11/2008 14:19:03 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE LCD_SETCLIPRECTEX
OBJECT MODULE PLACED IN LCD_SetClipRectEx.obj
COMPILER INVOKED BY: D:\Program Files\keil\C51\BIN\C51.EXE gui\Core\LCD_SetClipRectEx.c LARGE BROWSE MDU_F120 DEBUG OBJE
-CTEXTEND PRINT(.\LCD_SetClipRectEx.lst) OBJECT(LCD_SetClipRectEx.obj)
line level source
1 /*
2 *********************************************************************************************************
3 * uC/GUI
4 * Universal graphic software for embedded applications
5 *
6 * (c) Copyright 2002, Micrium Inc., Weston, FL
7 * (c) Copyright 2002, SEGGER Microcontroller Systeme GmbH
8 *
9 * 礐/GUI is protected by international copyright laws. Knowledge of the
10 * source code may not be used to write a similar product. This file may
11 * only be used in accordance with a license and should not be redistributed
12 * in any way. We appreciate your understanding and fairness.
13 *
14 ----------------------------------------------------------------------
15 File : LCD_ClipRectEx.c
16 Purpose : Implementation of optional routines
17 ---------------------------END-OF-HEADER------------------------------
18 */
19
20
21 #include "gui\Core\LCD_Private.h"
22 #include "gui\Core\GUI_Private.h"
23
24 /*********************************************************************
25 *
26 * LCD_SetClipRectEx
27 *
28 **********************************************************************
29
30 This function is actually a driver function.
31 Since it is identical for all drivers with only one controller,
32 it is placed here.
33 For multi-controller systems, this routine is placed in the
34 distribution driver.
35
36 */
37
38 void LCD_SetClipRectEx(const GUI_RECT* pRect) {
39 1 LCD_RECT r;
40 1 LCDDEV_L0_GetRect(&r);
41 1 GUI__IntersectRects(&GUI_Context.ClipRect, pRect, &r);
42 1 }
43
44
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = 62 ----
CONSTANT SIZE = ---- ----
XDATA SIZE = ---- 11
PDATA SIZE = ---- ----
DATA SIZE = ---- ----
IDATA SIZE = ---- ----
BIT SIZE = ---- ----
C51 COMPILER V8.05a LCD_SETCLIPRECTEX 04/11/2008 14:19:03 PAGE 2
END OF MODULE INFORMATION.
C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -