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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontMetrics.h117 float zeroWidth() const { return m_zeroWidth; } function in class:WebCore::FontMetrics
118 void setZeroWidth(float zeroWidth) argument
120 m_zeroWidth = zeroWidth;
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-shaper.h191 unsigned zeroWidth :1; /* ZWJ, ZWNJ etc, with no width */ member in struct:__anon14727
H A Dharfbuzz-hangul.c183 item->attributes[i].zeroWidth = FALSE;
H A Dharfbuzz-tibetan.c140 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.cpp1522 item->attributes[i].zeroWidth = false;
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp757 const bool zeroWidth = (0 == width); local
760 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) {
770 } else if (zeroWidth) {
/external/skia/src/core/
H A DSkDraw.cpp757 const bool zeroWidth = (0 == width); local
760 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) {
770 } else if (zeroWidth) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp623 factor = style.fontMetrics().zeroWidth();
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1096 const bool zeroWidth = (0 == paint.getStrokeWidth()); local
1103 (matrix.hasPerspective() && !zeroWidth) ||
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1096 const bool zeroWidth = (0 == paint.getStrokeWidth()); local
1103 (matrix.hasPerspective() && !zeroWidth) ||

Completed in 225 milliseconds