OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layoutBoundsLeft
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
Images.cpp
76
int32_t
layoutBoundsLeft
;
568
image->
layoutBoundsLeft
= image->layoutBoundsRight =
632
&image->
layoutBoundsLeft
,
639
image->haveLayoutBounds = image->
layoutBoundsLeft
!= 0
646
printf("layoutBounds=%d %d %d %d\n", image->
layoutBoundsLeft
, image->layoutBoundsTop,
[
all
...]
/frameworks/base/tools/aapt2/
Png.cpp
67
int32_t
layoutBoundsLeft
;
538
memcpy(unknowns[bIndex].data, &info->
layoutBoundsLeft
, chunkSize);
[
all
...]
Completed in 52 milliseconds