HomeSort by relevance Sort by last modified time
    Searched full:tick_type (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tools/aapt/
Images.cpp 151 static int tick_type(png_bytep p, bool transparent, const char** outError) function
214 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
263 if (TICK_TYPE_TICK == tick_type(rows[i]+offset, transparent, outError)) {
309 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outError)) {
315 int tick = tick_type(row + i * 4, transparent, outError);
323 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + (width - 2) * 4, transparent, outError)) {
329 int tick = tick_type(row+i*4, transparent, outError);
347 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(rows[1] + offset, transparent, outError)) {
353 int tick = tick_type(rows[i] + offset, transparent, outError);
361 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(rows[height - 2] + offset, transparent, outError))
    [all...]

Completed in 2171 milliseconds