Searched refs:graphicsContextAllowsTextBlobs (Results 1 – 1 of 1) sorted by relevance
174 static bool graphicsContextAllowsTextBlobs(GraphicsContext* context) in graphicsContextAllowsTextBlobs() function196 …nUseTextBlobs = RuntimeEnabledFeatures::textBlobEnabled() && graphicsContextAllowsTextBlobs(m_grap… in paintInternalRun()