Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrOpsTypes.h28 SkAlphaType fSrcAlphaType; member
/third_party/skia/tests/
DBulkRectTest.cpp133 set[i].fSrcAlphaType = kPremul_SkAlphaType; in textureop_creation_test()
152 set[i].fSrcAlphaType, in textureop_creation_test()
/third_party/skia/src/gpu/v1/
DDevice_drawTexture.cpp958 textures[i].fSrcAlphaType = image->alphaType(); in drawEdgeAAImageSet()
/third_party/skia/src/gpu/ops/
DTextureOp.cpp1303 auto op = Make(context, set[i].fProxyView, set[i].fSrcAlphaType, textureColorSpaceXform, in AddTextureSetOps()