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

/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp93 SkScalar invInset = fInset > 0 ? SkScalarInvert(fInset) : SK_Scalar1; local
116 bounds.width() * invInset,
117 bounds.height() * invInset);
155 SkScalar x_dist = SkMin32(x, dstWidth - x - 1) * invInset;
156 SkScalar y_dist = SkMin32(y, dstHeight - y - 1) * invInset;
/external/skqp/src/effects/
H A DSkMagnifierImageFilter.cpp93 SkScalar invInset = fInset > 0 ? SkScalarInvert(fInset) : SK_Scalar1; local
116 bounds.width() * invInset,
117 bounds.height() * invInset);
155 SkScalar x_dist = SkMin32(x, dstWidth - x - 1) * invInset;
156 SkScalar y_dist = SkMin32(y, dstHeight - y - 1) * invInset;

Completed in 46 milliseconds