Searched defs:outLeft (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;
251 *outLeft = i-1;
260 *outLeft = i;
268 outLeft += 2;
272 *outLeft = i;
279 *outLeft = -1;
337 int32_t* outLeft, int32_t* outRight, const char** outError)
340 *outLeft = *outRight = 0;
347 (*outLeft)
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
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp661 int32_t* outLeft, int32_t* outRight, const char** outError,
663 *outLeft = *outRight = -1;
671 *outLeft = i-1;
680 *outLeft = i;
688 outLeft += 2;
692 *outLeft = i;
699 *outLeft = -1;
751 bool /* required */, int32_t* outLeft,
753 *outLeft = *outRight = 0;
760 (*outLeft)
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
[all...]

Completed in 1564 milliseconds