Searched defs:outBottom (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;
301 *outBottom = height-2;
315 *outBottom = i-1;
317 outBottom += 2;
375 int32_t* outTop, int32_t* outBottom, const char** outError)
378 *outTop = *outBottom = 0;
399 (*outBottom)++;
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
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp706 bool required, int32_t* outTop, int32_t* outBottom,
708 *outTop = *outBottom = -1;
717 *outBottom = height-2;
731 *outBottom = i-1;
733 outBottom += 2;
784 bool /* required */, int32_t* outTop, int32_t* outBottom,
786 *outTop = *outBottom = 0;
806 (*outBottom)++;
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

Completed in 58 milliseconds