Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DPng.cpp609 static TickType tickType(png_bytep p, bool transparent, const char** outError) { in tickType() function
670 if (tickType(row+i*4, transparent, outError) == TickType::kTick) { in getHorizontalTicks()
715 if (tickType(rows[i]+offset, transparent, outError) == TickType::kTick) { in getVerticalTicks()
758 if (tickType(row + 4, transparent, outError) == TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
764 if (tickType(row + i * 4, transparent, outError) != TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
771 if (tickType(row + (width - 2) * 4, transparent, outError) == TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
777 if (tickType(row+i*4, transparent, outError) != TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
791 if (tickType(rows[1] + offset, transparent, outError) == TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()
797 if (tickType(rows[i] + offset, transparent, outError) != TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()
804 if (tickType(rows[height - 2] + offset, transparent, outError) == TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()
[all …]