Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/core/
DSkAAClip.h109 fAAClipBounds = aaclip->getBounds(); in init()
123 SkIRect fAAClipBounds; variable
DSkAAClip.cpp1903 int count = fAAClipBounds.width() + 1; in ensureRunsAndAA()
1914 SkASSERT(fAAClipBounds.contains(x, y)); in blitH()
1915 SkASSERT(fAAClipBounds.contains(x + width - 1, y)); in blitH()
1991 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width()); in blitAntiH()
/external/skia/src/core/
DSkAAClip.h103 fAAClipBounds = aaclip->getBounds(); in init()
117 SkIRect fAAClipBounds; variable
DSkAAClip.cpp1835 int count = fAAClipBounds.width() + 1; in ensureRunsAndAA()
1846 SkASSERT(fAAClipBounds.contains(x, y)); in blitH()
1847 SkASSERT(fAAClipBounds.contains(x + width - 1, y)); in blitH()
1923 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width()); in blitAntiH()