Searched refs:haveGlyphs (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GlyphPageTreeNodeChromiumWin.cpp | 134 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/ |
D | GlyphPageTreeNodeCGWin.cpp | 44 bool haveGlyphs = false; in fill() local 53 haveGlyphs = true; in fill() 56 return haveGlyphs; in fill()
|
D | GlyphPageTreeNodeCairoWin.cpp | 43 bool haveGlyphs = false; in fill() local 62 haveGlyphs = true; in fill() 69 return haveGlyphs; in fill()
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
D | GlyphPageTreeNodeFreeType.cpp | 52 bool haveGlyphs = false; in fill() local 59 haveGlyphs = true; in fill() 65 return haveGlyphs; in fill()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GlyphPageTreeNodeHaiku.cpp | 44 bool haveGlyphs = false; in fill() local 59 haveGlyphs = true; in fill() 64 return haveGlyphs; in fill()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GlyphPageTreeNodeMac.cpp | 56 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/ |
D | GlyphPageTreeNodePango.cpp | 84 bool haveGlyphs = false; in fill() local 91 haveGlyphs = true; in fill() 95 return haveGlyphs; in fill()
|
/external/harfbuzz/src/ |
D | harfbuzz-hebrew.c | 77 HB_Bool haveGlyphs; in HB_HebrewShape() local 171 haveGlyphs = shaper_item->font->klass in HB_HebrewShape() 179 if (!haveGlyphs) in HB_HebrewShape()
|
D | harfbuzz-greek.c | 363 HB_Bool haveGlyphs; in HB_GreekShape() local 426 haveGlyphs = shaper_item->font->klass in HB_GreekShape() 434 if (!haveGlyphs) in HB_GreekShape()
|
D | harfbuzz-tibetan.c | 111 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()
|
D | harfbuzz-arabic.c | 1104 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/ |
D | GlyphPageTreeNode.cpp | 244 bool haveGlyphs; in initializePage() local 246 haveGlyphs = false; in initializePage() 260 if (haveGlyphs && !scratchPage) { in initializePage() 272 …haveGlyphs |= fill(pageToFill, from, to - from, buffer + from * (start < 0x10000 ? 1 : 2), (to - f… in initializePage() 283 …haveGlyphs = fill(m_page.get(), 0, GlyphPage::size, buffer, bufferLength, static_cast<const Simple… in initializePage() 285 if (!haveGlyphs) in initializePage()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 81587 to return the proper value for haveGlyphs.
|