Searched defs:updateGraphicsContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextPainter.h37 static void updateGraphicsContext(GraphicsContext*, const Style&, bool horizontal, GraphicsContextStateSaver&);
62 void updateGraphicsContext(const Style& style, GraphicsContextStateSaver& saver) function in class:blink::TextPainter
64 updateGraphicsContext(m_graphicsContext, style, m_horizontal, saver);
H A DTextPainter.cpp57 updateGraphicsContext(textStyle, stateSaver);
72 void TextPainter::updateGraphicsContext(GraphicsContext* context, const Style& textStyle, bool horizontal, GraphicsContextStateSaver& stateSaver) function in class:blink::TextPainter

Completed in 310 milliseconds