Searched defs:outLeft (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;
248 *outLeft = i-1;
257 *outLeft = i;
265 outLeft += 2;
269 *outLeft = i;
276 *outLeft = -1;
334 int32_t* outLeft, int32_t* outRight, const char** outError)
337 *outLeft = *outRight = 0;
344 (*outLeft)
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
[all...]

Completed in 1775 milliseconds