Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrConvolutionEffect.h48 bool useBounds() const { return fUseBounds; } in useBounds()
66 bool fUseBounds; variable
DGrConvolutionEffect.cpp145 : INHERITED(texture, direction, radius), fUseBounds(useBounds) { in GrConvolutionEffect()
162 : INHERITED(texture, direction, radius), fUseBounds(useBounds) { in GrConvolutionEffect()