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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataCoreText.cpp 102 bool haveGlyphs = false;
110 haveGlyphs = true;
121 haveGlyphs = true;
176 haveGlyphs = true;
189 haveGlyphs = true;
198 return haveGlyphs;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 254 bool haveGlyphs = false;
266 haveGlyphs = true;
271 return haveGlyphs;
276 bool haveGlyphs = false;
289 haveGlyphs = true;
294 return haveGlyphs;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.cpp 220 bool haveGlyphs;
223 haveGlyphs = fill(m_page.get(), 0, GlyphPage::size, buffer, bufferLength, toSimpleFontData(fontData));
226 haveGlyphs = false;
244 haveGlyphs = true;
249 haveGlyphs |= fill(m_page.get(), from, to - from, buffer + from * (start < 0x10000 ? 1 : 2), (to - from) * (start < 0x10000 ? 1 : 2), range.fontData().get());
253 if (!haveGlyphs)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 294 bool haveGlyphs = false;
298 haveGlyphs = true;
302 return haveGlyphs;

Completed in 65 milliseconds