Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp90 switch (bicubicEffect.fClamp) { in emitCode()
205 , fClamp(clamp) { in GrBicubicEffect()
214 , fClamp(that.fClamp) {} in GrBicubicEffect()
217 uint32_t key = (static_cast<uint32_t>(fDirection) << 0) | (static_cast<uint32_t>(fClamp) << 2); in onAddToKey()
228 fClamp == that.fClamp && in onIsEqual()
DGrTextureEffect.cpp680 const auto& c = te.fClamp; in onSetData()
765 , fClamp(sampling.fShaderClamp) in GrTextureEffect()
780 , fClamp(src.fClamp) in GrTextureEffect()
DGrBicubicEffect.h125 Clamp fClamp; variable
DGrTextureEffect.h162 SkRect fClamp; variable