Searched refs:canUseTextBlobs (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextPainter.cpp196 bool canUseTextBlobs = RuntimeEnabledFeatures::textBlobEnabled() && graphicsContextAllowsTextBlobs(m_graphicsContext); local
198 if (canUseTextBlobs && !textBlob)
201 if (canUseTextBlobs && textBlob)

Completed in 83 milliseconds