Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline.cpp391 RepeatStrategy(X max) : fXMax{max}, fXInvMax{1.0f/max} { } in RepeatStrategy()
395 , fXInvMax{1.0f / X(max)}
400 Sk4f divX = (*xs * fXInvMax).floor(); in processPoints()
415 const Sk4f fXInvMax{0.0f}; member in __anon16939db40111::RepeatStrategy