Lines Matching refs:kLayoutBounds
603 kLayoutBounds, enumerator
615 return TickType::kLayoutBounds; in tickType()
644 return TickType::kLayoutBounds; in tickType()
756 if (tickType(row + 4, transparent, outError) == TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
762 if (tickType(row + i * 4, transparent, outError) != TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
769 if (tickType(row + (width - 2) * 4, transparent, outError) == TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
775 if (tickType(row+i*4, transparent, outError) != TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
789 if (tickType(rows[1] + offset, transparent, outError) == TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()
795 if (tickType(rows[i] + offset, transparent, outError) != TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()
802 if (tickType(rows[height - 2] + offset, transparent, outError) == TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()
808 if (tickType(rows[i] + offset, transparent, outError) != TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()