Searched refs:canvas2DFastPath (Results 1 – 1 of 1) sorted by relevance
122 bool canvas2DFastPath = unpremul && !needColorConversion && in readPixels() local141 if (readFlag == GrCaps::SurfaceReadPixelsSupport::kCopyToTexture2D || canvas2DFastPath) { in readPixels()144 GrColorType colorType = (canvas2DFastPath || srcIsCompressed) in readPixels()147 SkAlphaType alphaType = canvas2DFastPath ? dst.alphaType() in readPixels()159 if (canvas2DFastPath) { in readPixels()379 bool canvas2DFastPath = !caps->avoidWritePixelsFastPath() && premul && !needColorConversion && in internalWritePixels() local395 if ((!caps->surfaceSupportsWritePixels(dstSurface) || canvas2DFastPath) && numLevels == 1) { in internalWritePixels()399 if (canvas2DFastPath) { in internalWritePixels()440 if (canvas2DFastPath) { in internalWritePixels()451 if (canvas2DFastPath) { in internalWritePixels()