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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 148 return glyphDataAndPageForCharacter(c, mirror, variant).first;
153 std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(UChar32, bool mirror, FontDataVariant = AutoVariant) const;
FontFastPath.cpp 164 std::pair<GlyphData, GlyphPage*> Font::glyphDataAndPageForCharacter(UChar32 c, bool mirror, FontDataVariant variant) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 177 pair<GlyphData, GlyphPage*> pair = font.glyphDataAndPageForCharacter(character, mirror);
220 // The returned glyph by glyphDataAndPageForCharacter() is a glyph stored in the SVG Font glyph table.

Completed in 754 milliseconds