HomeSort by relevance Sort by last modified time
    Searched refs:zeroWidth (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz/src/
harfbuzz-shaper.h 203 hb_bitfield zeroWidth :1; /* ZWJ, ZWNJ etc, with no width */
harfbuzz-hangul.c 183 item->attributes[i].zeroWidth = FALSE;
harfbuzz-tibetan.c 140 item->attributes[i].zeroWidth = FALSE;
harfbuzz-khmer.c 552 item->attributes[i].zeroWidth = FALSE;
harfbuzz-myanmar.c 419 item->attributes[i].zeroWidth = FALSE;
harfbuzz-indic.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp 688 const bool zeroWidth = (0 == width);
691 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) {
701 } else if (zeroWidth) {
    [all...]

Completed in 67 milliseconds