Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCaps.h82 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath() function
DGrSurfaceContext.cpp277 bool canvas2DFastPath = !caps->avoidWritePixelsFastPath() && premul && !needColorConversion && in writePixels()
/third_party/skia/src/gpu/
DGrCaps.h108 bool avoidWritePixelsFastPath() const { return fAvoidWritePixelsFastPath; } in avoidWritePixelsFastPath() function
DSurfaceContext.cpp379 bool canvas2DFastPath = !caps->avoidWritePixelsFastPath() && premul && !needColorConversion && in internalWritePixels()