Searched refs:hasWidth (Results 1 – 3 of 3) sorted by relevance
21 bool hasID = false, hasWidth = false, hasHeight = false, hasLeft = false, in parseGlyphPBF() local35 hasWidth = true; in parseGlyphPBF()63 if (!hasID || !hasWidth || !hasHeight || !hasLeft || !hasTop || !hasAdvance || in parseGlyphPBF()
59 if (!p->hasWidth && widthAdjusted && rect.width() > 0)
573 var hasWidth = this.$element.hasClass('width')574 return hasWidth ? 'width' : 'height'