Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontMetrics.h115 float zeroWidth() const { return m_zeroWidth; } in zeroWidth() function
116 void setZeroWidth(float zeroWidth) in setZeroWidth() argument
118 m_zeroWidth = zeroWidth; in setZeroWidth()
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-shaper.h172 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.c420 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/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-khmer.c552 item->attributes[i].zeroWidth = FALSE; in khmer_shape_syllable()
Dharfbuzz-myanmar.c419 item->attributes[i].zeroWidth = FALSE; in myanmar_shape_syllable()
Dharfbuzz-indic.cpp1536 item->attributes[i].zeroWidth = false; in indic_shape_syllable()
/external/skia/src/core/
DSkDraw.cpp815 const bool zeroWidth = (0 == width); in ComputeRectType() local
818 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) { in ComputeRectType()
828 } else if (zeroWidth) { in ComputeRectType()
/external/chromium_org/third_party/skia/src/core/
DSkDraw.cpp815 const bool zeroWidth = (0 == width); in ComputeRectType() local
818 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) { in ComputeRectType()
828 } else if (zeroWidth) { in ComputeRectType()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp583 factor = style.fontMetrics().zeroWidth(); in computeLengthDouble()
/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp1095 const bool zeroWidth = (0 == paint.getStrokeWidth()); in rect_must_be_pathed() local
1102 (matrix.hasPerspective() && !zeroWidth) || in rect_must_be_pathed()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1095 const bool zeroWidth = (0 == paint.getStrokeWidth()); in rect_must_be_pathed() local
1102 (matrix.hasPerspective() && !zeroWidth) || in rect_must_be_pathed()