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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextPainter.h 37 static void updateGraphicsContext(GraphicsContext*, const Style&, bool horizontal, GraphicsContextStateSaver&);
62 void updateGraphicsContext(const Style& style, GraphicsContextStateSaver& saver)
64 updateGraphicsContext(m_graphicsContext, style, m_horizontal, saver);
TextPainter.cpp 57 updateGraphicsContext(textStyle, stateSaver);
72 void TextPainter::updateGraphicsContext(GraphicsContext* context, const Style& textStyle, bool horizontal, GraphicsContextStateSaver& stateSaver)
InlineTextBox.cpp 549 TextPainter::updateGraphicsContext(context, textStyle, isHorizontal(), stateSaver);
    [all...]

Completed in 43 milliseconds