Home
last modified time | relevance | path

Searched refs:zeroWidth (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-shaper.h203 hb_bitfield zeroWidth :1; /* ZWJ, ZWNJ etc, with no width */ member
Dharfbuzz-hangul.c183 item->attributes[i].zeroWidth = FALSE; in hangul_shape_syllable()
Dharfbuzz-tibetan.c141 item->attributes[i].zeroWidth = FALSE; in tibetan_shape_syllable()
Dharfbuzz-myanmar.c419 item->attributes[i].zeroWidth = FALSE; in myanmar_shape_syllable()
Dharfbuzz-khmer.c552 item->attributes[i].zeroWidth = FALSE; in khmer_shape_syllable()
Dharfbuzz-indic.cpp1536 item->attributes[i].zeroWidth = false; in indic_shape_syllable()
/external/skia/src/core/
DSkDraw.cpp688 const bool zeroWidth = (0 == width); in ComputeRectType() local
691 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) { in ComputeRectType()
701 } else if (zeroWidth) { in ComputeRectType()