Searched defs:tickType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp607 static TickType tickType(png_bytep p, bool transparent, const char** outError) { function in namespace:aapt
668 if (tickType(row+i*4, transparent, outError) == TickType::kTick) {
713 if (tickType(rows[i]+offset, transparent, outError) == TickType::kTick) {
756 if (tickType(row + 4, transparent, outError) == TickType::kLayoutBounds) {
762 if (tickType(row + i * 4, transparent, outError) != TickType::kLayoutBounds) {
769 if (tickType(row + (width - 2) * 4, transparent, outError) == TickType::kLayoutBounds) {
775 if (tickType(row+i*4, transparent, outError) != TickType::kLayoutBounds) {
789 if (tickType(rows[1] + offset, transparent, outError) == TickType::kLayoutBounds) {
795 if (tickType(rows[i] + offset, transparent, outError) != TickType::kLayoutBounds) {
802 if (tickType(row
[all...]

Completed in 33 milliseconds