Home
last modified time | relevance | path

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

/external/skia/src/gpu/v1/
DDevice_drawTexture.cpp352 const GrColorInfo& srcColorInfo) { in draw_texture() argument
353 if (GrColorTypeIsAlphaOnly(srcColorInfo.colorType())) { in draw_texture()
357 auto textureXform = GrColorSpaceXform::Make(srcColorInfo, sdc->colorInfo()); in draw_texture()
373 SkPMColor4f color = texture_color(paint.getColor4f(), 1.f, srcColorInfo.colorType(), dstInfo); in draw_texture()
381 srcColorInfo.colorType(), in draw_texture()
382 srcColorInfo.alphaType(), in draw_texture()
397 srcColorInfo.alphaType(), in draw_texture()