/external/webkit/Source/WebCore/platform/graphics/efl/ |
D | FontEfl.cpp | 38 void Font::drawComplexText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) c… in drawComplexText() argument 43 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() argument 58 float Font::floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>*, GlyphOverflow… in floatWidthForComplexText() argument 64 int Font::offsetForPositionForComplexText(const TextRun&, float, bool) const in offsetForPositionForComplexText() argument 70 FloatRect Font::selectionRectForComplexText(const TextRun&, const FloatPoint&, int, int, int) const in selectionRectForComplexText() argument
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | FontHaiku.cpp | 101 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() 112 FloatRect Font::selectionRectForComplexText(const TextRun&, const FloatPoint&, int, int, int) const in selectionRectForComplexText() argument 118 int Font::offsetForPositionForComplexText(const TextRun&, float, bool) const in offsetForPositionForComplexText() argument
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | UniscribeHelperTextRun.h | 39 class TextRun; variable
|
D | FontLinux.cpp | 239 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() argument
|
D | FontChromiumWin.cpp | 531 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() argument
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebTextRun.h | 37 namespace WebCore { class TextRun; } variable
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGTextMetrics.h | 29 class TextRun; variable
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | WidthIterator.h | 33 class TextRun; variable
|
D | Font.h | 54 class TextRun; variable
|
D | GraphicsContext.h | 136 class TextRun; variable
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontWx.cpp | 111 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& /* run */, int /* from */, int /* to … in getGlyphsAndAdvancesForComplexText() argument
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 266 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* /* context */, const TextRun& /* run */,… in drawEmphasisMarksForSimpleText() argument 271 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() argument
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | ComplexTextController.h | 41 class TextRun; variable
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 329 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() argument
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontWinCE.cpp | 238 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */… in drawEmphasisMarksForComplexText() argument
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFont.cpp | 595 int Font::offsetForPositionForTextUsingSVGFont(const TextRun&, float, bool) const in offsetForPositionForTextUsingSVGFont() argument
|