Searched defs:outTop (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp288 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)
286 get_vertical_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
373 get_vertical_layout_bounds_ticks( png_bytepp rows, int offset, int height, bool transparent, bool , int32_t* outTop, int32_t* outBottom, const char** outError) argument
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp706 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)
705 getVerticalTicks(png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
783 getVerticalLayoutBoundsTicks(png_bytepp rows, int offset, int height, bool transparent, bool , int32_t* outTop, int32_t* outBottom, const char** outError) argument
[all...]

Completed in 50 milliseconds