Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/shaders/
DSkShaderBase.h87 , fDstColorSpace(dstColorSpace) {} in ContextRec()
93 SkColorSpace* fDstColorSpace; // the color space of the dest surface (if any) member
DSkShader.cpp114 return !SkColorSpaceXformSteps::Required(shaderColorSpace, fDstColorSpace); in isLegacyCompatible()
DSkPictureShader.cpp297 rec.fDstColorSpace); in onMakeContext()
/third_party/skia/src/shaders/
DSkShaderBase.h77 , fDstColorSpace(dstColorSpace) { in ContextRec()
85 SkColorSpace* fDstColorSpace; // the color space of the dest surface (if any) member
DSkShader.cpp118 fDstColorSpace, dstAT}.flags.mask(); in isLegacyCompatible()
DSkPictureShader.cpp323 rec.fDstColorSpace); in onMakeContext()
/third_party/skia/src/shaders/gradients/
DSk4fLinearGradient.cpp98 fIntervals.init(shader, rec.fDstColorSpace, shader.fTileMode, in LinearGradient4fContext()
/third_party/flutter/skia/src/shaders/gradients/
DSk4fLinearGradient.cpp97 fIntervals.init(shader, rec.fDstColorSpace, shader.fTileMode, in LinearGradient4fContext()