Home
last modified time | relevance | path

Searched refs:graphicsContextAllowsTextBlobs (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextPainter.cpp174 static bool graphicsContextAllowsTextBlobs(GraphicsContext* context) in graphicsContextAllowsTextBlobs() function
196 …nUseTextBlobs = RuntimeEnabledFeatures::textBlobEnabled() && graphicsContextAllowsTextBlobs(m_grap… in paintInternalRun()