Home
last modified time | relevance | path

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

/third_party/skia/tests/
DRectangleTextureTest.cpp59 expectedBytes0[3] = GrColorUnpackA(color0); in test_clear()
74 expectedBytes1[3] = GrColorUnpackA(color1); in test_clear()
/third_party/skia/src/gpu/
DGrColor.h62 #define GrColorUnpackA(color) (((color) >> GrColor_SHIFT_A) & 0xFF) macro
/third_party/skia/src/gpu/ops/
DDrawAtlasOp.cpp135 int paintAlpha = GrColorUnpackA(installedGeo.fColor.toBytes_RGBA()); in DrawAtlasOpImpl()