Home
last modified time | relevance | path

Searched refs:haveGlyphs (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DGlyphPageTreeNodeChromiumWin.cpp134 bool haveGlyphs = false; in fillBMPGlyphs() local
159 haveGlyphs = true; in fillBMPGlyphs()
165 return haveGlyphs; in fillBMPGlyphs()
190 bool haveGlyphs = false; in fillNonBMPGlyphs() local
206 haveGlyphs = true; in fillNonBMPGlyphs()
212 return haveGlyphs; in fillNonBMPGlyphs()
/external/webkit/Source/WebCore/platform/graphics/win/
DGlyphPageTreeNodeCGWin.cpp44 bool haveGlyphs = false; in fill() local
53 haveGlyphs = true; in fill()
56 return haveGlyphs; in fill()
DGlyphPageTreeNodeCairoWin.cpp43 bool haveGlyphs = false; in fill() local
62 haveGlyphs = true; in fill()
69 return haveGlyphs; in fill()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DGlyphPageTreeNodeFreeType.cpp52 bool haveGlyphs = false; in fill() local
59 haveGlyphs = true; in fill()
65 return haveGlyphs; in fill()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGlyphPageTreeNodeHaiku.cpp44 bool haveGlyphs = false; in fill() local
59 haveGlyphs = true; in fill()
64 return haveGlyphs; in fill()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGlyphPageTreeNodeMac.cpp56 bool haveGlyphs = false; in fill() local
67 haveGlyphs = true; in fill()
124 haveGlyphs = true; in fill()
157 haveGlyphs = true; in fill()
164 return haveGlyphs; in fill()
/external/webkit/Source/WebCore/platform/graphics/pango/
DGlyphPageTreeNodePango.cpp84 bool haveGlyphs = false; in fill() local
91 haveGlyphs = true; in fill()
95 return haveGlyphs; in fill()
/external/harfbuzz/src/
Dharfbuzz-hebrew.c77 HB_Bool haveGlyphs; in HB_HebrewShape() local
171 haveGlyphs = shaper_item->font->klass in HB_HebrewShape()
179 if (!haveGlyphs) in HB_HebrewShape()
Dharfbuzz-greek.c363 HB_Bool haveGlyphs; in HB_GreekShape() local
426 haveGlyphs = shaper_item->font->klass in HB_GreekShape()
434 if (!haveGlyphs) in HB_GreekShape()
Dharfbuzz-tibetan.c111 HB_Bool haveGlyphs; in tibetan_shape_syllable() local
127 haveGlyphs = item->font->klass->convertStringToGlyphIndices(item->font, in tibetan_shape_syllable()
134 if (!haveGlyphs) in tibetan_shape_syllable()
Dharfbuzz-arabic.c1104 HB_Bool haveGlyphs; in HB_ArabicShape() local
1135 haveGlyphs = item->font->klass in HB_ArabicShape()
1143 if (!haveGlyphs) in HB_ArabicShape()
/external/webkit/Source/WebCore/platform/graphics/
DGlyphPageTreeNode.cpp244 bool haveGlyphs; in initializePage() local
246 haveGlyphs = false; in initializePage()
260 if (haveGlyphs && !scratchPage) { in initializePage()
272haveGlyphs |= fill(pageToFill, from, to - from, buffer + from * (start < 0x10000 ? 1 : 2), (to - f… in initializePage()
283haveGlyphs = fill(m_page.get(), 0, GlyphPage::size, buffer, bufferLength, static_cast<const Simple… in initializePage()
285 if (!haveGlyphs) in initializePage()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1081587 to return the proper value for haveGlyphs.