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

/frameworks/base/tools/aapt/
H A DImages.cpp185 static int tick_type(png_bytep p, bool transparent, const char** outError) function
248 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
297 if (TICK_TYPE_TICK == tick_type(rows[i]+offset, transparent, outError)) {
343 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outError)) {
349 int tick = tick_type(row + i * 4, transparent, outError);
357 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + (width - 2) * 4, transparent, outError)) {
363 int tick = tick_type(row+i*4, transparent, outError);
381 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(rows[1] + offset, transparent, outError)) {
387 int tick = tick_type(rows[i] + offset, transparent, outError);
395 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row
[all...]

Completed in 319 milliseconds