Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAAClip.h109 fAAClipBounds = aaclip->getBounds(); in init()
122 SkIRect fAAClipBounds; variable
DSkAAClip.cpp1930 int count = fAAClipBounds.width() + 1; in ensureRunsAndAA()
1941 SkASSERT(fAAClipBounds.contains(x, y)); in blitH()
1942 SkASSERT(fAAClipBounds.contains(x + width - 1, y)); in blitH()
2018 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width()); in blitAntiH()