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

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

Completed in 92 milliseconds