Searched refs:tick_type (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp182 static int tick_type(png_bytep p, bool transparent, const char** outError) function
245 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
294 if (TICK_TYPE_TICK == tick_type(rows[i]+offset, transparent, outError)) {
340 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outError)) {
346 int tick = tick_type(row + i * 4, transparent, outError);
354 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + (width - 2) * 4, transparent, outError)) {
360 int tick = tick_type(row+i*4, transparent, outError);
378 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(rows[1] + offset, transparent, outError)) {
384 int tick = tick_type(rows[i] + offset, transparent, outError);
392 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row
[all...]

Completed in 551 milliseconds