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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp206 PassTextBlobPtr Font::buildTextBlob(const TextRunPaintInfo& runInfo, const FloatPoint& textOrigin, bool couldUseLCDRenderedText, CustomFontNotReadyAction customFontNotReadyAction) const argument
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());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp376 paint->setLCDRenderText(couldUseLCDRenderedText());
379 bool GraphicsContext::couldUseLCDRenderedText() const function in class:blink::GraphicsContext

Completed in 1014 milliseconds