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

/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DGlyphPageTreeNodeFreeType.cpp52 bool haveGlyphs = false;
59 haveGlyphs = true;
65 return haveGlyphs;
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGlyphPageTreeNodeHaiku.cpp44 bool haveGlyphs = false; local
59 haveGlyphs = true;
64 return haveGlyphs;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGlyphPageTreeNodeCGWin.cpp44 bool haveGlyphs = false;
53 haveGlyphs = true;
56 return haveGlyphs;
H A DGlyphPageTreeNodeCairoWin.cpp43 bool haveGlyphs = false;
62 haveGlyphs = true;
69 return haveGlyphs;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGlyphPageTreeNodeChromiumWin.cpp134 bool haveGlyphs = false; local
159 haveGlyphs = true;
165 return haveGlyphs;
190 bool haveGlyphs = false; local
206 haveGlyphs = true;
212 return haveGlyphs;
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DGlyphPageTreeNodePango.cpp84 bool haveGlyphs = false;
91 haveGlyphs = true;
95 return haveGlyphs;
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGlyphPageTreeNodeMac.cpp56 bool haveGlyphs = false; local
67 haveGlyphs = true;
124 haveGlyphs = true;
157 haveGlyphs = true;
164 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/webkit/Source/WebCore/platform/graphics/
H A DGlyphPageTreeNode.cpp244 bool haveGlyphs; local
246 haveGlyphs = false;
260 if (haveGlyphs && !scratchPage) {
272 haveGlyphs |= fill(pageToFill, from, to - from, buffer + from * (start < 0x10000 ? 1 : 2), (to - from) * (start < 0x10000 ? 1 : 2), range.fontData());
283 haveGlyphs = fill(m_page.get(), 0, GlyphPage::size, buffer, bufferLength, static_cast<const SimpleFontData*>(fontData));
285 if (!haveGlyphs)

Completed in 5204 milliseconds