Searched refs:MIN_PADDING_SIZE (Results 1 – 2 of 2) sorted by relevance
190 if ((comp->padding_.top < MIN_PADDING_SIZE) || (comp->padding_.right < MIN_PADDING_SIZE) || in CheckSecCompBase()191 (comp->padding_.bottom < MIN_PADDING_SIZE) || (comp->padding_.left < MIN_PADDING_SIZE) || in CheckSecCompBase()192 (comp->textIconSpace_ < MIN_PADDING_SIZE)) { in CheckSecCompBase()
31 static constexpr DimensionT MIN_PADDING_SIZE = 0.0; variable