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

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.h 66 const FontData* primaryFontData(const Font* f) const { return fontDataAt(f, 0); }
67 const FontData* fontDataAt(const Font*, unsigned index) const;
FontFallbackList.cpp 89 const FontData* FontFallbackList::fontDataAt(const Font* font, unsigned realizedFontIndex) const
Font.h 141 const FontData* fontDataAt(unsigned) const;
260 inline const FontData* Font::fontDataAt(unsigned index) const
263 return m_fontList->fontDataAt(this, index);
FontFastPath.cpp 66 node = GlyphPageTreeNode::getRootChild(fontDataAt(0), pageNumber);
142 node = node->getChild(fontDataAt(node->level()), pageNumber);
178 node = node->getChild(fontDataAt(node->level()), pageNumber);
381 const SimpleFontData* fontData = glyphBuffer.fontDataAt(0);
388 const SimpleFontData* nextFontData = glyphBuffer.fontDataAt(nextGlyph);
417 return offsetToMiddleOfGlyph(glyphBuffer.fontDataAt(i), glyphBuffer.glyphAt(i));
GlyphBuffer.h 91 const SimpleFontData* fontDataAt(int index) const { return m_fontData[index]; }
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.cpp 94 // after we already ran out of fonts. fontDataAt behaves in a strange
106 // indices for fontDataAt and our vectors for font data are 1 off from each
110 const FontData *fontData = m_font->fontDataAt(m_fontIndex);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 96 const FontPlatformData& platformData = font.fontDataAt(0)->fontDataForCharacter(characters[0])->platformData();

Completed in 256 milliseconds