OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:haveGlyphs
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
GlyphPageTreeNodeWin.cpp
149
bool
haveGlyphs
= false;
173
haveGlyphs
= true;
182
haveGlyphs
= true;
187
return
haveGlyphs
;
212
bool
haveGlyphs
= false;
228
haveGlyphs
= true;
234
return
haveGlyphs
;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
GlyphPageTreeNodeMac.cpp
61
bool
haveGlyphs
= false;
71
haveGlyphs
= true;
84
haveGlyphs
= true;
143
haveGlyphs
= true;
156
haveGlyphs
= true;
165
return
haveGlyphs
;
/external/harfbuzz/src/
harfbuzz-hebrew.c
77
HB_Bool
haveGlyphs
;
171
haveGlyphs
= shaper_item->font->klass
179
if (!
haveGlyphs
)
harfbuzz-tibetan.c
111
HB_Bool
haveGlyphs
;
127
haveGlyphs
= item->font->klass->convertStringToGlyphIndices(item->font,
134
if (!
haveGlyphs
)
harfbuzz-greek.c
363
HB_Bool
haveGlyphs
;
426
haveGlyphs
= shaper_item->font->klass
434
if (!
haveGlyphs
)
harfbuzz-arabic.c
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-hebrew.c
77
HB_Bool
haveGlyphs
;
171
haveGlyphs
= shaper_item->font->klass
179
if (!
haveGlyphs
)
harfbuzz-tibetan.c
111
HB_Bool
haveGlyphs
;
127
haveGlyphs
= item->font->klass->convertStringToGlyphIndices(item->font,
134
if (!
haveGlyphs
)
harfbuzz-greek.c
363
HB_Bool
haveGlyphs
;
426
haveGlyphs
= shaper_item->font->klass
434
if (!
haveGlyphs
)
harfbuzz-arabic.c
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp
246
bool
haveGlyphs
= false;
260
haveGlyphs
= true;
265
return
haveGlyphs
;
270
bool
haveGlyphs
= false;
285
haveGlyphs
= true;
290
return
haveGlyphs
;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.cpp
208
bool
haveGlyphs
;
211
haveGlyphs
= fill(m_page.get(), 0, GlyphPage::size, buffer, bufferLength, static_cast<const SimpleFontData*>(fontData));
214
haveGlyphs
= false;
237
if (
haveGlyphs
&& !scratchPage) {
249
haveGlyphs
|= fill(pageToFill, from, to - from, buffer + from * (start < 0x10000 ? 1 : 2), (to - from) * (start < 0x10000 ? 1 : 2), range.fontData().get());
261
if (!
haveGlyphs
)
Completed in 259 milliseconds