OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outtop
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt/
Images.cpp
288
int32_t*
outTop
, int32_t* outBottom, const char** outError,
292
*
outTop
= *outBottom = -1;
300
*
outTop
= i-1;
309
*
outTop
= i;
316
outTop
+= 2;
321
*
outTop
= i;
328
*
outTop
= -1;
375
int32_t*
outTop
, int32_t* outBottom, const char** outError)
378
*
outTop
= *outBottom = 0;
385
(*
outTop
)++
[
all
...]
/frameworks/base/tools/aapt2/compile/
Png.cpp
706
bool required, int32_t*
outTop
, int32_t* outBottom,
708
*
outTop
= *outBottom = -1;
716
*
outTop
= i-1;
725
*
outTop
= i;
732
outTop
+= 2;
737
*
outTop
= i;
744
*
outTop
= -1;
784
bool /* required */, int32_t*
outTop
, int32_t* outBottom,
786
*
outTop
= *outBottom = 0;
793
(*
outTop
)++
[
all
...]
/external/webrtc/talk/media/base/
videoframe_unittest.h
1483
uint8_t*
outtop
= ALIGNP(outbuf.get(), kAlignment);
local
[
all
...]
Completed in 83 milliseconds