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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 149 bool haveGlyphs = false;
180 haveGlyphs = true;
185 return haveGlyphs;
210 bool haveGlyphs = false;
226 haveGlyphs = true;
232 return haveGlyphs;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp 61 bool haveGlyphs = false;
71 haveGlyphs = true;
84 haveGlyphs = true;
143 haveGlyphs = true;
156 haveGlyphs = true;
165 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;
127 haveGlyphs = item->font->klass->convertStringToGlyphIndices(item->font,
134 if (!haveGlyphs)
harfbuzz-greek.c 363 HB_Bool haveGlyphs;
426 haveGlyphs = shaper_item->font->klass
434 if (!haveGlyphs)
harfbuzz-arabic.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hebrew.c 77 HB_Bool haveGlyphs;
171 haveGlyphs = shaper_item->font->klass
179 if (!haveGlyphs)
harfbuzz-tibetan.c 111 HB_Bool haveGlyphs;
127 haveGlyphs = item->font->klass->convertStringToGlyphIndices(item->font,
134 if (!haveGlyphs)
harfbuzz-greek.c 363 HB_Bool haveGlyphs;
426 haveGlyphs = shaper_item->font->klass
434 if (!haveGlyphs)
harfbuzz-arabic.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 244 bool haveGlyphs = false;
258 haveGlyphs = true;
263 return haveGlyphs;
268 bool haveGlyphs = false;
283 haveGlyphs = true;
288 return haveGlyphs;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GlyphPageTreeNode.cpp 209 bool haveGlyphs;
212 haveGlyphs = fill(m_page.get(), 0, GlyphPage::size, buffer, bufferLength, static_cast<const SimpleFontData*>(fontData));
215 haveGlyphs = false;
229 if (haveGlyphs && !scratchPage) {
241 haveGlyphs |= fill(pageToFill, from, to - from, buffer + from * (start < 0x10000 ? 1 : 2), (to - from) * (start < 0x10000 ? 1 : 2), range.fontData().get());
253 if (!haveGlyphs)

Completed in 362 milliseconds