Searched refs:zeroWidth (Results 1 – 18 of 18) sorted by relevance
115 float zeroWidth() const { return m_zeroWidth; } in zeroWidth() function116 void setZeroWidth(float zeroWidth) in setZeroWidth() argument118 m_zeroWidth = zeroWidth; in setZeroWidth()
172 hb_bitfield zeroWidth :1; /* ZWJ, ZWNJ etc, with no width */ member
183 item->attributes[i].zeroWidth = FALSE; in hangul_shape_syllable()
141 item->attributes[i].zeroWidth = FALSE; in tibetan_shape_syllable()
420 item->attributes[i].zeroWidth = FALSE; in myanmar_shape_syllable()
552 item->attributes[i].zeroWidth = FALSE; in khmer_shape_syllable()
1536 item->attributes[i].zeroWidth = false; in indic_shape_syllable()
203 hb_bitfield zeroWidth :1; /* ZWJ, ZWNJ etc, with no width */ member
419 item->attributes[i].zeroWidth = FALSE; in myanmar_shape_syllable()
815 const bool zeroWidth = (0 == width); in ComputeRectType() local818 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) { in ComputeRectType()828 } else if (zeroWidth) { in ComputeRectType()
583 factor = style.fontMetrics().zeroWidth(); in computeLengthDouble()
1095 const bool zeroWidth = (0 == paint.getStrokeWidth()); in rect_must_be_pathed() local1102 (matrix.hasPerspective() && !zeroWidth) || in rect_must_be_pathed()