Searched refs:fAAClipBounds (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/src/core/ |
D | SkAAClip.h | 109 fAAClipBounds = aaclip->getBounds(); in init() 123 SkIRect fAAClipBounds; variable
|
D | SkAAClip.cpp | 1903 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/ |
D | SkAAClip.h | 103 fAAClipBounds = aaclip->getBounds(); in init() 117 SkIRect fAAClipBounds; variable
|
D | SkAAClip.cpp | 1835 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()
|