Home
last modified time | relevance | path

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

/external/skia/tests/
DBulkRectTest.cpp131 set[i].fSrcAlphaType = kPremul_SkAlphaType; in textureop_creation_test()
150 set[i].fSrcAlphaType, in textureop_creation_test()
/external/skia/src/gpu/
DGrSurfaceDrawContext.h302 SkAlphaType fSrcAlphaType; member
DSkGpuDevice_drawTexture.cpp949 textures[i].fSrcAlphaType = image->alphaType(); in drawEdgeAAImageSet()
/external/skia/src/gpu/ops/
DGrTextureOp.cpp1293 auto op = Make(context, set[i].fProxyView, set[i].fSrcAlphaType, textureColorSpaceXform, in AddTextureSetOps()