Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline_tile.h104 Span rightClamped = span.breakAt(fXMax, dx); in maybeProcessSpan() local
105 if (!rightClamped.isEmpty()) { in maybeProcessSpan()
106 rightClamped.clampToSinglePixel({fXMaxPixel, y}); in maybeProcessSpan()
107 next->pointSpan(rightClamped); in maybeProcessSpan()