Home
last modified time | relevance | path

Searched refs:blitAntiRect (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/core/
H A DSkBlitter.h64 virtual void blitAntiRect(int x, int y, int width, int height,
192 void blitAntiRect(int x, int y, int width, int height,
226 void blitAntiRect(int x, int y, int width, int height,
258 void blitAntiRect(int x, int y, int width, int height,
312 void blitAntiRect(int x, int y, int width, int height,
314 SHARD(blitAntiRect(x, y, width, height, leftAlpha, rightAlpha))
H A DSkBlitter.cpp99 this->blitAntiRect(bounds.fLeft, bounds.fTop + 1, bounds.width() - 2, bounds.height() - 2, in blitFatAntiRect()
135 void SkBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkBlitter
439 void SkRectClipBlitter::blitAntiRect(int left, int y, int width, int height,
464 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(),
565 void SkRgnClipBlitter::blitAntiRect(int x, int y, int width, int height,
595 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(),
870 void SkRectClipCheckBlitter::blitAntiRect(int x, int y, int width, int height,
876 fBlitter->blitAntiRect(x, y, width, height, leftAlpha, rightAlpha);
H A DSkScan_AAAPath.cpp127 void blitAntiRect(int x, int y, int width, int height, SkAlpha leftAlpha, SkAlpha rightAlpha)
129 SkDEBUGFAIL("Please call real blitter's blitAntiRect instead.");
164 void blitAntiRect(int x, int y, int width, int height, SkAlpha leftAlpha, SkAlpha rightAlpha)
277 void MaskAdditiveBlitter::blitAntiRect(int x, in blitAntiRect() function in MaskAdditiveBlitter
1199 blitter->getRealBlitter()->blitAntiRect(fullLeft - 1,
H A DSkScan_AntiPath.cpp378 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
H A DSkAAClip.cpp738 void blitAntiRect(int x, int y, int width, int height,

Completed in 7 milliseconds