Home
last modified time | relevance | path

Searched refs:updateGraphicsContext (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextPainter.h37 …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()
DTextPainter.cpp57 updateGraphicsContext(textStyle, stateSaver); in paint()
72 void TextPainter::updateGraphicsContext(GraphicsContext* context, const Style& textStyle, bool hori… in updateGraphicsContext() function in blink::TextPainter
DInlineTextBox.cpp549 TextPainter::updateGraphicsContext(context, textStyle, isHorizontal(), stateSaver); in paint()