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.cpp683 int32_t* outRight, const char** outError,
685 *outLeft = *outRight = -1;
694 *outRight = width - 2;
708 *outRight = i - 1;
709 outRight += 2;
776 int32_t* outLeft, int32_t* outRight,
778 *outLeft = *outRight = 0;
800 (*outRight)++;
681 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
773 getHorizontalLayoutBoundsTicks(png_bytep row, int width, bool transparent, bool , int32_t* outLeft, int32_t* outRight, const char** outError) argument

Completed in 51 milliseconds