OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:box_end
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/android/
media_drm_bridge.cc
97
const uint8*
box_end
= box_head + box_size;
local
98
if (data_end <
box_end
)
103
cur =
box_end
;
112
if (
box_end
< cur + kPsshBoxMinimumSize)
123
cur =
box_end
;
135
if (
box_end
< cur + data_size)
/external/pixman/pixman/
pixman-region.c
1049
box_type_t *box, *
box_end
;
local
1062
box_end
= PIXREGION_END (region);
1066
* smallest y1 and since
box_end
is the last rectangle in the region,
1068
* x2 from box and
box_end
, resp., as good things to initialize them
1073
region->extents.x2 =
box_end
->x2;
1074
region->extents.y2 =
box_end
->y2;
1078
while (box <=
box_end
)
[
all
...]
Completed in 167 milliseconds