Searched defs:filterHalfWidth (Results 1 - 2 of 2) sorted by relevance

/external/skqp/src/gpu/
H A DGrTextureProducer.cpp105 SkScalar filterHalfWidth = 0.f; local
112 filterHalfWidth = 0.f;
116 filterHalfWidth = .5f;
127 filterHalfWidth = 1.5f;
150 if (proxyBounds.fRight - filterHalfWidth < constraintRect.fRight) {
154 if (proxyBounds.fBottom - filterHalfWidth < constraintRect.fBottom) {
/external/skia/src/gpu/
H A DGrTextureProducer.cpp109 SkScalar filterHalfWidth = 0.f; local
116 filterHalfWidth = 0.f;
120 filterHalfWidth = .5f;
131 filterHalfWidth = 1.5f;
154 if (proxyBounds.fRight - filterHalfWidth < constraintRect.fRight) {
158 if (proxyBounds.fBottom - filterHalfWidth < constraintRect.fBottom) {

Completed in 170 milliseconds