Searched refs:dstAlwaysOpaque (Results 1 – 1 of 1) sorted by relevance
724 bool dstAlwaysOpaque = SkColorTypeIsAlwaysOpaque(dstSkColorType); in readSurfacePixels() local731 SkASSERT(!unpremul || !dstAlwaysOpaque); in readSurfacePixels()732 auto finalAT = (srcAlwaysOpaque || dstAlwaysOpaque) in readSurfacePixels()