HomeSort by relevance Sort by last modified time
    Searched defs:haveGlyphs (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/graphics/haiku/
GlyphPageTreeNodeHaiku.cpp 44 bool haveGlyphs = false;
59 haveGlyphs = true;
64 return haveGlyphs;
  /external/webkit/WebCore/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp 40 bool haveGlyphs = false;
51 haveGlyphs = true;
81 haveGlyphs = true;
88 return haveGlyphs;
  /external/webkit/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 135 bool haveGlyphs = false;
159 haveGlyphs = true;
165 return haveGlyphs;
190 bool haveGlyphs = false;
206 haveGlyphs = true;
212 return haveGlyphs;
  /external/webkit/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 194 bool haveGlyphs;
196 haveGlyphs = false;
210 if (haveGlyphs && !scratchPage) {
222 haveGlyphs |= pageToFill->fill(from, to - from, buffer + from * (start < 0x10000 ? 1 : 2), (to - from) * (start < 0x10000 ? 1 : 2), range.fontData());
233 haveGlyphs = m_page->fill(0, GlyphPage::size, buffer, bufferLength, static_cast<const SimpleFontData*>(fontData));
235 if (!haveGlyphs)

Completed in 128 milliseconds