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

  /external/webkit/Source/WebCore/platform/graphics/freetype/
GlyphPageTreeNodeFreeType.cpp 52 bool haveGlyphs = false;
59 haveGlyphs = true;
65 return haveGlyphs;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GlyphPageTreeNodeHaiku.cpp 44 bool haveGlyphs = false;
59 haveGlyphs = true;
64 return haveGlyphs;
  /external/webkit/Source/WebCore/platform/graphics/win/
GlyphPageTreeNodeCGWin.cpp 44 bool haveGlyphs = false;
53 haveGlyphs = true;
56 return haveGlyphs;
GlyphPageTreeNodeCairoWin.cpp 43 bool haveGlyphs = false;
62 haveGlyphs = true;
69 return haveGlyphs;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 134 bool haveGlyphs = false;
159 haveGlyphs = true;
165 return haveGlyphs;
190 bool haveGlyphs = false;
206 haveGlyphs = true;
212 return haveGlyphs;
  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 84 bool haveGlyphs = false;
91 haveGlyphs = true;
95 return haveGlyphs;
  /external/webkit/Source/WebCore/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp 56 bool haveGlyphs = false;
67 haveGlyphs = true;
124 haveGlyphs = true;
157 haveGlyphs = true;
164 return haveGlyphs;
  /external/harfbuzz/src/
harfbuzz-hebrew.c 77 HB_Bool haveGlyphs;
171 haveGlyphs = shaper_item->font->klass
179 if (!haveGlyphs)
harfbuzz-tibetan.c 111 HB_Bool haveGlyphs;
126 haveGlyphs = item->font->klass->convertStringToGlyphIndices(item->font,
133 if (!haveGlyphs)
harfbuzz-greek.c 363 HB_Bool haveGlyphs;
426 haveGlyphs = shaper_item->font->klass
434 if (!haveGlyphs)
harfbuzz-arabic.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 244 bool haveGlyphs;
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 750 milliseconds