Home | History | Annotate | Download | only in gpu

Lines Matching refs:tempSrcII

539         auto tempSrcII = SkImageInfo::Make(width, height, dstSkColorType, kPremul_SkAlphaType,
541 auto size = tempSrcII.computeMinByteSize();
546 SkPixmap tempSrc(tempSrcII, tempBuffer.get(), tempSrcII.minRowBytes());