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

  /external/webkit/WebCore/platform/graphics/haiku/
FontHaiku.cpp 97 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts) const
  /external/webkit/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 86 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts) const
  /external/webkit/WebCore/platform/graphics/win/
FontWin.cpp 92 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts) const
  /external/webkit/WebCore/platform/graphics/wx/
FontWx.cpp 124 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts) const
  /external/webkit/WebCore/platform/graphics/
Font.cpp 201 return floatWidthForComplexText(run, fallbackFonts);
221 return floatWidthForComplexText(run);
Font.h 162 float floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0) const;
  /external/webkit/WebCore/platform/graphics/android/
FontAndroid.cpp 214 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*) const
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 172 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*) const
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 506 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */) const
FontLinux.cpp 524 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */) const
  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 291 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */) const
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 238 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts) const

Completed in 338 milliseconds