Searched refs:updateGraphicsContext (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | TextPainter.h | 37 …static void updateGraphicsContext(GraphicsContext*, const Style&, bool horizontal, GraphicsContext… 62 void updateGraphicsContext(const Style& style, GraphicsContextStateSaver& saver) in updateGraphicsContext() function 64 updateGraphicsContext(m_graphicsContext, style, m_horizontal, saver); in updateGraphicsContext()
|
D | TextPainter.cpp | 57 updateGraphicsContext(textStyle, stateSaver); in paint() 72 void TextPainter::updateGraphicsContext(GraphicsContext* context, const Style& textStyle, bool hori… in updateGraphicsContext() function in blink::TextPainter
|
D | InlineTextBox.cpp | 549 TextPainter::updateGraphicsContext(context, textStyle, isHorizontal(), stateSaver); in paint()
|