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

  /external/webkit/Source/WebCore/platform/graphics/efl/
FontEfl.cpp 58 float Font::floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>*, GlyphOverflow*) const
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 106 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 110 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 125 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 168 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 183 return floatWidthForComplexText(run, fallbackFonts, glyphOverflow);
201 return floatWidthForComplexText(run);
Font.h 198 float floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 536 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* /* glyphOverflow */) const
FontLinux.cpp 244 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* /* glyphOverflow */) const
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 349 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* overflow) const
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 243 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 341 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*, GlyphOverflow*) const
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 296 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*, GlyphOverflow*) const

Completed in 345 milliseconds