Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline_tile.h330 : fYMax{SkScalar(max)} in YRepeatStrategy()
336 Sk4s modY = *ys - divY.floor() * fYMax; in tileYPoints()
338 assertTiled(*ys, fYMax); in tileYPoints()
342 SkScalar answer = tile_mod(y, fYMax, fYCap); in tileY()
343 SkASSERT(0 <= answer && answer < fYMax); in tileY()
348 const SkScalar fYMax;
382 : fYMax{SkScalar(max)} in YMirrorStrategy()
387 Sk4f bias = *ys - fYMax; in tileYPoints()
389 Sk4f mod = bias - div.floor() * 2.0f * fYMax; in tileYPoints()
390 Sk4f unbias = mod - fYMax; in tileYPoints()
[all …]
DSkLinearBitmapPipeline_sample.h473 , fYMax{dimensions.height() - 1}
482 , fYMax{sampler.fYMax}
565 int y0 = adjust_edge(fYEdgeType, SkScalarFloorToInt(Y(sample) - 0.5), fYMax); in filterPoints()
566 int y1 = adjust_edge(fYEdgeType, SkScalarTruncToInt(Y(sample) + 0.5), fYMax); in filterPoints()
1001 const int fYMax; variable