OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zerowidth
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontMetrics.h
115
float
zeroWidth
() const { return m_zeroWidth; }
116
void setZeroWidth(float
zeroWidth
)
118
m_zeroWidth =
zeroWidth
;
/external/harfbuzz_ng/src/hb-old/
harfbuzz-tibetan.c
141
item->attributes[i].
zeroWidth
= FALSE;
harfbuzz-hangul.c
183
item->attributes[i].
zeroWidth
= FALSE;
harfbuzz-shaper.h
172
hb_bitfield
zeroWidth
:1; /* ZWJ, ZWNJ etc, with no width */
harfbuzz-arabic.c
975
/*glyphs[gpos].attributes.
zeroWidth
=
zeroWidth
; */
[
all
...]
harfbuzz-myanmar.c
420
item->attributes[i].
zeroWidth
= FALSE;
harfbuzz-khmer.c
552
item->attributes[i].
zeroWidth
= FALSE;
harfbuzz-shaper.cpp
233
// ###
zeroWidth
and justification are missing here!!!!!
[
all
...]
harfbuzz-indic.cpp
[
all
...]
/external/harfbuzz/src/
harfbuzz-hangul.c
183
item->attributes[i].
zeroWidth
= FALSE;
harfbuzz-shaper.h
203
hb_bitfield
zeroWidth
:1; /* ZWJ, ZWNJ etc, with no width */
harfbuzz-tibetan.c
141
item->attributes[i].
zeroWidth
= FALSE;
harfbuzz-arabic.c
975
/*glyphs[gpos].attributes.
zeroWidth
=
zeroWidth
; */
[
all
...]
harfbuzz-myanmar.c
419
item->attributes[i].
zeroWidth
= FALSE;
harfbuzz-khmer.c
552
item->attributes[i].
zeroWidth
= FALSE;
harfbuzz-indic.cpp
[
all
...]
harfbuzz-shaper.cpp
433
// ###
zeroWidth
and justification are missing here!!!!!
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp
555
factor = style->fontMetrics().
zeroWidth
();
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkDraw.cpp
814
const bool
zeroWidth
= (0 == width);
817
if ((SkPaint::kStrokeAndFill_Style == style) &&
zeroWidth
) {
827
} else if (
zeroWidth
) {
[
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/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
[
all
...]
/external/skia/src/device/xps/
SkXPSDevice.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 2017 milliseconds