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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DGlyphPageTreeNodeWin.cpp149 bool haveGlyphs = false; local
173 haveGlyphs = true;
182 haveGlyphs = true;
187 return haveGlyphs;
212 bool haveGlyphs = false; local
228 haveGlyphs = true;
234 return haveGlyphs;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DGlyphPageTreeNodeMac.cpp61 bool haveGlyphs = false; local
71 haveGlyphs = true;
84 haveGlyphs = true;
143 haveGlyphs = true;
156 haveGlyphs = true;
165 return haveGlyphs;
/external/harfbuzz/src/
H A Dharfbuzz-hebrew.c77 HB_Bool haveGlyphs; local
171 haveGlyphs = shaper_item->font->klass
179 if (!haveGlyphs)
H A Dharfbuzz-tibetan.c111 HB_Bool haveGlyphs; local
127 haveGlyphs = item->font->klass->convertStringToGlyphIndices(item->font,
134 if (!haveGlyphs)
H A Dharfbuzz-greek.c363 HB_Bool haveGlyphs; local
426 haveGlyphs = shaper_item->font->klass
434 if (!haveGlyphs)
H A Dharfbuzz-arabic.c1104 HB_Bool haveGlyphs; local
1135 haveGlyphs = item->font->klass
1143 if (!haveGlyphs)
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-hebrew.c77 HB_Bool haveGlyphs; local
171 haveGlyphs = shaper_item->font->klass
179 if (!haveGlyphs)
H A Dharfbuzz-tibetan.c111 HB_Bool haveGlyphs; local
127 haveGlyphs = item->font->klass->convertStringToGlyphIndices(item->font,
134 if (!haveGlyphs)
H A Dharfbuzz-greek.c363 HB_Bool haveGlyphs; local
426 haveGlyphs = shaper_item->font->klass
434 if (!haveGlyphs)
H A Dharfbuzz-arabic.c1104 HB_Bool haveGlyphs; local
1135 haveGlyphs = item->font->klass
1143 if (!haveGlyphs)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontData.cpp246 bool haveGlyphs = false; local
260 haveGlyphs = true;
265 return haveGlyphs;
270 bool haveGlyphs = false; local
285 haveGlyphs = true;
290 return haveGlyphs;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphPageTreeNode.cpp208 bool haveGlyphs; local
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 195 milliseconds