Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextPainter.cpp196 …bool canUseTextBlobs = RuntimeEnabledFeatures::textBlobEnabled() && graphicsContextAllowsTextBlobs… in paintInternalRun() local
198 if (canUseTextBlobs && !textBlob) in paintInternalRun()
201 if (canUseTextBlobs && textBlob) in paintInternalRun()