Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSwizzle.h63 uint32_t outA = (color >> idx * 8) & 0xFF; in applyTo() local
64 return GrColorPackRGBA(outR, outG, outB, outA); in applyTo()