Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline_tile.h332 , fYsInvMax{1.0f / SkScalar(max)} { }
335 Sk4s divY = *ys * fYsInvMax; in tileYPoints()
350 const SkScalar fYsInvMax; variable