OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zeroWidth
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontMetrics.h
115
float
zeroWidth
() const { return m_zeroWidth; }
116
void setZeroWidth(float
zeroWidth
)
118
m_zeroWidth =
zeroWidth
;
/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/chromium_org/third_party/skia/src/core/
SkDraw.cpp
815
const bool
zeroWidth
= (0 == width);
818
if ((SkPaint::kStrokeAndFill_Style == style) &&
zeroWidth
) {
828
} else if (
zeroWidth
) {
[
all
...]
/external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp
[
all
...]
/external/skia/src/core/
SkDraw.cpp
815
const bool
zeroWidth
= (0 == width);
818
if ((SkPaint::kStrokeAndFill_Style == style) &&
zeroWidth
) {
828
} else if (
zeroWidth
) {
[
all
...]
/external/skia/src/device/xps/
SkXPSDevice.cpp
[
all
...]
Completed in 105 milliseconds