Home
last modified time | relevance | path

Searched refs:tickType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
DPng.cpp632 static TickType tickType(png_bytep p, bool transparent, const char** outError) { in tickType() function
691 if (tickType(row + i * 4, transparent, outError) == TickType::kTick) { in getHorizontalTicks()
737 if (tickType(rows[i] + offset, transparent, outError) == TickType::kTick) { in getVerticalTicks()
782 if (tickType(row + 4, transparent, outError) == TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
788 if (tickType(row + i * 4, transparent, outError) != in getHorizontalLayoutBoundsTicks()
796 if (tickType(row + (width - 2) * 4, transparent, outError) == in getHorizontalLayoutBoundsTicks()
803 if (tickType(row + i * 4, transparent, outError) != in getHorizontalLayoutBoundsTicks()
820 if (tickType(rows[1] + offset, transparent, outError) == in getVerticalLayoutBoundsTicks()
827 if (tickType(rows[i] + offset, transparent, outError) != in getVerticalLayoutBoundsTicks()
835 if (tickType(rows[height - 2] + offset, transparent, outError) == in getVerticalLayoutBoundsTicks()
[all …]