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

  /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/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/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-greek.c 363 HB_Bool haveGlyphs;
426 haveGlyphs = shaper_item->font->klass
434 if (!haveGlyphs)
harfbuzz-tibetan.c 111 HB_Bool haveGlyphs;
127 haveGlyphs = item->font->klass->convertStringToGlyphIndices(item->font,
134 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 177 milliseconds