Searched refs:TickType (Results 1 – 1 of 1) sorted by relevance
602 enum class TickType { kNone, kTick, kLayoutBounds, kBoth }; enum604 static TickType tickType(png_bytep p, bool transparent, const char** outError) { in tickType()609 return TickType::kNone; in tickType()612 return TickType::kLayoutBounds; in tickType()615 return TickType::kTick; in tickType()623 return TickType::kNone; in tickType()629 return TickType::kTick; in tickType()636 return TickType::kNone; in tickType()639 return TickType::kTick; in tickType()642 return TickType::kLayoutBounds; in tickType()[all …]