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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontPlatformDataWin.cpp 84 if (context && !context->couldUseLCDRenderedText()) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 138 PassTextBlobPtr buildTextBlob(const TextRunPaintInfo&, const FloatPoint& textOrigin, bool couldUseLCDRenderedText, CustomFontNotReadyAction = DoNotPaintIfFontNotReady) const;
165 PassTextBlobPtr buildTextBlobForSimpleText(const TextRunPaintInfo&, const FloatPoint& textOrigin, bool couldUseLCDRenderedText) const;
Font.cpp 206 PassTextBlobPtr Font::buildTextBlob(const TextRunPaintInfo& runInfo, const FloatPoint& textOrigin, bool couldUseLCDRenderedText, CustomFontNotReadyAction customFontNotReadyAction) const
221 return buildTextBlobForSimpleText(runInfo, textOrigin, couldUseLCDRenderedText);
226 PassTextBlobPtr Font::buildTextBlobForSimpleText(const TextRunPaintInfo& runInfo, const FloatPoint& textOrigin, bool couldUseLCDRenderedText) const
239 return buildTextBlob(glyphBuffer, initialAdvance, blobBounds, ignoredWidth, couldUseLCDRenderedText);
714 textBlob = buildTextBlob(glyphBuffer, initialAdvance, blobBounds, advance, context->couldUseLCDRenderedText());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextPainter.cpp 199 textBlob = m_font.buildTextBlob(textRunPaintInfo, m_textOrigin, m_graphicsContext->couldUseLCDRenderedText());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 176 bool couldUseLCDRenderedText() const;
GraphicsContext.cpp 376 paint->setLCDRenderText(couldUseLCDRenderedText());
379 bool GraphicsContext::couldUseLCDRenderedText() const
    [all...]

Completed in 641 milliseconds