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

/frameworks/base/tools/aapt/
H A DImages.cpp205 int32_t* outLeft, int32_t* outRight, const char** outError,
209 *outLeft = *outRight = -1;
218 *outRight = width-2;
232 *outRight = i-1;
233 outRight += 2;
303 int32_t* outLeft, int32_t* outRight, const char** outError)
306 *outLeft = *outRight = 0;
327 (*outRight)++;
203 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
301 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 263 milliseconds