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

/frameworks/base/tools/aapt/
H A DImages.cpp236 int32_t* outLeft, int32_t* outRight, const char** outError,
240 *outLeft = *outRight = -1;
249 *outRight = width-2;
263 *outRight = i-1;
264 outRight += 2;
334 int32_t* outLeft, int32_t* outRight, const char** outError)
337 *outLeft = *outRight = 0;
358 (*outRight)++;
234 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
332 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError) argument

Completed in 119 milliseconds