OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkinBox
(Results
1 - 5
of
5
) sorted by null
/external/qemu/android/skin/
rect.h
62
}
SkinBox
;
64
extern void skin_box_init(
SkinBox
* box, int x1, int y1, int x2, int y2 );
65
extern void skin_box_minmax_init(
SkinBox
* box );
66
extern void skin_box_minmax_update(
SkinBox
* box, SkinRect* rect );
67
extern int skin_box_minmax_to_rect(
SkinBox
* box, SkinRect* rect );
68
extern void skin_box_from_rect(
SkinBox
* box, SkinRect* rect );
69
extern void skin_box_to_rect(
SkinBox
* box, SkinRect* rect );
region.h
22
extern void skin_region_init_box( SkinRegion* r,
SkinBox
* box );
47
extern SkinOverlap skin_region_contains_box( SkinRegion* r,
SkinBox
* b );
82
SkinBox
*box );
rect.c
145
SkinBox
a, b;
165
SkinBox
a, b, r;
194
skin_box_minmax_init(
SkinBox
* box )
201
skin_box_minmax_update(
SkinBox
* a, SkinRect* r )
203
SkinBox
b[1];
214
skin_box_minmax_to_rect(
SkinBox
* box, SkinRect* r )
225
skin_box_from_rect(
SkinBox
* box, SkinRect* r )
234
skin_box_to_rect(
SkinBox
* box, SkinRect* r )
region.c
269
runs_coalesce_band( Run* *psrc_spans, Run* *pdst_spans,
SkinBox
* minmax )
316
runs_coalesce( Run* dst, Run* src,
SkinBox
* minmax )
401
skin_region_init_box( SkinRegion* r,
SkinBox
* box )
593
skin_region_contains_box( SkinRegion* r,
SkinBox
* b )
992
SkinBox
minmax;
1215
skin_region_iterator_next_box( SkinRegionIterator* iter,
SkinBox
*box )
1240
_expectCompare( Region* r, const
SkinBox
* boxes, int count )
1255
skin_box_to_rect( (
SkinBox
*)boxes, &rect2 );
1267
SkinBox
b;
1328
SkinBox
b
[
all
...]
file.c
318
SkinBox
box;
369
SkinBox
box;
Completed in 105 milliseconds