OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numRects
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h
78
long
numRects
;
115
if ((reg)->
numRects
>= ((reg)->size - 1)){\
121
(rect) = &(firstrect)[(reg)->
numRects
];\
130
(!(((Reg)->
numRects
> 0)&&\
145
(reg)->
numRects
++;\
160
(reg)->
numRects
++;\
165
#define EMPTY_REGION(pReg) pReg->
numRects
= 0
167
#define REGION_NOT_EMPTY(pReg) pReg->
numRects
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h
78
long
numRects
;
115
if ((reg)->
numRects
>= ((reg)->size - 1)){\
121
(rect) = &(firstrect)[(reg)->
numRects
];\
130
(!(((Reg)->
numRects
> 0)&&\
145
(reg)->
numRects
++;\
160
(reg)->
numRects
++;\
165
#define EMPTY_REGION(pReg) pReg->
numRects
= 0
167
#define REGION_NOT_EMPTY(pReg) pReg->
numRects
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h
78
long
numRects
;
115
if ((reg)->
numRects
>= ((reg)->size - 1)){\
121
(rect) = &(firstrect)[(reg)->
numRects
];\
130
(!(((Reg)->
numRects
> 0)&&\
145
(reg)->
numRects
++;\
160
(reg)->
numRects
++;\
165
#define EMPTY_REGION(pReg) pReg->
numRects
= 0
167
#define REGION_NOT_EMPTY(pReg) pReg->
numRects
/hardware/libhardware/include/hardware/
hwcomposer.h
65
size_t
numRects
;
/frameworks/native/libs/ui/
Region.cpp
767
size_t
numRects
= isRect() ? 1 : mStorage.size() - 1;
768
return mStorage.array() +
numRects
;
783
size_t
numRects
= isRect() ? 1 : mStorage.size() - 1;
784
count[0] =
numRects
;
/external/pixman/pixman/
pixman-region.c
72
#define PIXREGION_NIL(reg) ((reg)->data && !(reg)->data->
numRects
)
75
#define PIXREGION_NUMRECTS(reg) ((reg)->data ? (reg)->data->
numRects
: 1)
82
#define PIXREGION_TOP(reg) PIXREGION_BOX (reg, (reg)->data->
numRects
)
83
#define PIXREGION_END(reg) PIXREGION_BOX (reg, (reg)->data->
numRects
- 1)
222
(((region)->data->
numRects
+ (n)) > (region)->data->size)) \
233
(((region)->data->
numRects
+ (n)) > (region)->data->size)) \
256
((region)->data->
numRects
== (region)->data->size)) \
263
region->data->
numRects
++; \
264
critical_if_fail (region->data->
numRects
<= region->data->size); \
267
#define DOWNSIZE(reg,
numRects
) \
[
all
...]
pixman.h
395
long
numRects
;
504
long
numRects
;
[
all
...]
Completed in 104 milliseconds