HomeSort by relevance Sort by last modified time
    Searched refs:zeroWidth (Results 1 - 15 of 15) 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 141 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/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 172 hb_bitfield zeroWidth :1; /* ZWJ, ZWNJ etc, with no width */
harfbuzz-hangul.c 183 item->attributes[i].zeroWidth = FALSE;
harfbuzz-tibetan.c 141 item->attributes[i].zeroWidth = FALSE;
harfbuzz-khmer.c 552 item->attributes[i].zeroWidth = FALSE;
harfbuzz-myanmar.c 420 item->attributes[i].zeroWidth = FALSE;
harfbuzz-indic.cpp     [all...]
  /external/skia/legacy/src/core/
SkDraw.cpp 688 const bool zeroWidth = (0 == width);
691 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) {
701 } else if (zeroWidth) {
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp 813 const bool zeroWidth = (0 == width);
816 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) {
826 } else if (zeroWidth) {
    [all...]

Completed in 184 milliseconds