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

/frameworks/base/tools/aapt/
H A DImages.cpp239 int32_t* outLeft, int32_t* outRight, const char** outError,
243 *outLeft = *outRight = -1;
252 *outRight = width-2;
266 *outRight = i-1;
267 outRight += 2;
337 int32_t* outLeft, int32_t* outRight, const char** outError)
340 *outLeft = *outRight = 0;
361 (*outRight)++;
237 get_horizontal_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
335 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool , int32_t* outLeft, int32_t* outRight, const char** outError) argument
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp661 int32_t* outLeft, int32_t* outRight, const char** outError,
663 *outLeft = *outRight = -1;
672 *outRight = width-2;
686 *outRight = i-1;
687 outRight += 2;
752 int32_t* outRight, const char** outError) {
753 *outLeft = *outRight = 0;
773 (*outRight)++;
660 getHorizontalTicks(png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
750 getHorizontalLayoutBoundsTicks(png_bytep row, int width, bool transparent, bool , int32_t* outLeft, int32_t* outRight, const char** outError) argument

Completed in 773 milliseconds