Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter.cpp1040 bool skipLeft = !leftAlpha; in blitAntiRect() local
1042 SkASSERT(fClipRect.contains(SkIRect::MakeXYWH(x + skipLeft, y, in blitAntiRect()
1043 width + 2 - skipRight - skipLeft, height))); in blitAntiRect()