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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextPainter.cpp 25 : m_graphicsContext(context)
56 GraphicsContextStateSaver stateSaver(*m_graphicsContext, false);
62 m_graphicsContext->setFillColor(textStyle.emphasisMarkColor);
188 m_graphicsContext->drawEmphasisMarks(m_font, textRunPaintInfo, m_emphasisMark, m_textOrigin + IntSize(0, m_emphasisMarkOffset));
196 bool canUseTextBlobs = RuntimeEnabledFeatures::textBlobEnabled() && graphicsContextAllowsTextBlobs(m_graphicsContext);
199 textBlob = m_font.buildTextBlob(textRunPaintInfo, m_textOrigin, m_graphicsContext->couldUseLCDRenderedText());
202 m_font.drawTextBlob(m_graphicsContext, textBlob.get(), m_textOrigin.data());
204 m_graphicsContext->drawText(m_font, textRunPaintInfo, m_textOrigin);
230 m_graphicsContext->concatCTM(InlineTextBox::rotation(m_textBounds, InlineTextBox::Clockwise));
231 m_graphicsContext->drawEmphasisMarks(m_combinedText->originalFont(), textRunPaintInfo, m_emphasisMark, emphasisMarkT (…)
    [all...]
TextPainter.h 64 updateGraphicsContext(m_graphicsContext, style, m_horizontal, saver);
77 GraphicsContext* m_graphicsContext;

Completed in 62 milliseconds