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

  /external/harfbuzz/src/
harfbuzz-shaper.h 203 hb_bitfield zeroWidth :1; /* ZWJ, ZWNJ etc, with no width */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 172 hb_bitfield zeroWidth :1; /* ZWJ, ZWNJ etc, with no width */
  /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/core/
SkDraw.cpp 813 const bool zeroWidth = (0 == width);
816 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) {
826 } else if (zeroWidth) {
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 2917 milliseconds