Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrBicubicEffect.h74 static bool ShouldUseBicubic(const SkMatrix& localCoordsToDevice,
DGrBicubicEffect.cpp189 bool GrBicubicEffect::ShouldUseBicubic(const SkMatrix& matrix, GrSamplerState::Filter* filterMode) { in ShouldUseBicubic() function in GrBicubicEffect
/external/skia/src/gpu/effects/
DGrBicubicEffect.h79 static bool ShouldUseBicubic(const SkMatrix& localCoordsToDevice,
DGrBicubicEffect.cpp172 bool GrBicubicEffect::ShouldUseBicubic(const SkMatrix& matrix, GrSamplerState::Filter* filterMode) { in ShouldUseBicubic() function in GrBicubicEffect
/external/skqp/src/gpu/
DSkGr.cpp626 *doBicubic = GrBicubicEffect::ShouldUseBicubic(matrix, &textureFilterMode); in GrSkFilterQualityToGrFilterMode()
/external/skia/src/gpu/
DSkGr.cpp640 *doBicubic = GrBicubicEffect::ShouldUseBicubic(matrix, &textureFilterMode); in GrSkFilterQualityToGrFilterMode()