Lines Matching refs:canvas2DFastPath
122 bool canvas2DFastPath = unpremul && !needColorConversion &&
141 if (readFlag == GrCaps::SurfaceReadPixelsSupport::kCopyToTexture2D || canvas2DFastPath) {
144 GrColorType colorType = (canvas2DFastPath || srcIsCompressed)
147 SkAlphaType alphaType = canvas2DFastPath ? dst.alphaType()
159 if (canvas2DFastPath) {
379 bool canvas2DFastPath = !caps->avoidWritePixelsFastPath() && premul && !needColorConversion &&
395 if ((!caps->surfaceSupportsWritePixels(dstSurface) || canvas2DFastPath) && numLevels == 1) {
399 if (canvas2DFastPath) {
440 if (canvas2DFastPath) {
451 if (canvas2DFastPath) {