/external/skqp/src/core/ |
D | SkBlitter.h | 70 virtual void blitAntiRect(int x, int y, int width, int height, 197 virtual void blitAntiRect(int x, int y, int width, int height, 231 void blitAntiRect(int x, int y, int width, int height, 263 void blitAntiRect(int x, int y, int width, int height, 317 void blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function 319 SHARD(blitAntiRect(x, y, width, height, leftAlpha, rightAlpha)) in blitAntiRect()
|
D | SkBlitter.cpp | 92 this->blitAntiRect(bounds.fLeft, bounds.fTop + 1, bounds.width() - 2, bounds.height() - 2, in blitFatAntiRect() 153 this->blitAntiRect(rectX, rectY, width, height, leftAlpha, rightAlpha); in blitCoverageDeltas() 241 void SkBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkBlitter 545 void SkRectClipBlitter::blitAntiRect(int left, int y, int width, int height, in blitAntiRect() function in SkRectClipBlitter 570 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(), in blitAntiRect() 671 void SkRgnClipBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkRgnClipBlitter 701 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(), in blitAntiRect() 940 void SkRectClipCheckBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkRectClipCheckBlitter 948 fBlitter->blitAntiRect(x, y, width, height, leftAlpha, rightAlpha); in blitAntiRect()
|
D | SkScan_AAAPath.cpp | 132 void blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in AdditiveBlitter 169 void blitAntiRect(int x, int y, int width, int height, 280 void MaskAdditiveBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in MaskAdditiveBlitter 1098 blitter->getRealBlitter()->blitAntiRect(fullLeft - 1, fullTop, in aaa_walk_convex_edges()
|
D | SkScan_AntiPath.cpp | 376 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count, in blitRect()
|
D | SkAAClip.cpp | 1221 virtual void blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkAAClip::BuilderBlitter
|
/external/skia/src/core/ |
D | SkBlitter.h | 70 virtual void blitAntiRect(int x, int y, int width, int height, 197 virtual void blitAntiRect(int x, int y, int width, int height, 231 void blitAntiRect(int x, int y, int width, int height, 263 void blitAntiRect(int x, int y, int width, int height, 317 void blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function 319 SHARD(blitAntiRect(x, y, width, height, leftAlpha, rightAlpha)) in blitAntiRect()
|
D | SkBlitter.cpp | 93 this->blitAntiRect(bounds.fLeft, bounds.fTop + 1, bounds.width() - 2, bounds.height() - 2, in blitFatAntiRect() 154 this->blitAntiRect(rectX, rectY, width, height, leftAlpha, rightAlpha); in blitCoverageDeltas() 242 void SkBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkBlitter 546 void SkRectClipBlitter::blitAntiRect(int left, int y, int width, int height, in blitAntiRect() function in SkRectClipBlitter 571 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(), in blitAntiRect() 672 void SkRgnClipBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkRgnClipBlitter 702 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(), in blitAntiRect() 948 void SkRectClipCheckBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkRectClipCheckBlitter 956 fBlitter->blitAntiRect(x, y, width, height, leftAlpha, rightAlpha); in blitAntiRect()
|
D | SkScan_AAAPath.cpp | 132 void blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in AdditiveBlitter 169 void blitAntiRect(int x, int y, int width, int height, 280 void MaskAdditiveBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in MaskAdditiveBlitter 1098 blitter->getRealBlitter()->blitAntiRect(fullLeft - 1, fullTop, in aaa_walk_convex_edges()
|
D | SkScan_AntiPath.cpp | 376 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count, in blitRect()
|
D | SkAAClip.cpp | 1221 virtual void blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkAAClip::BuilderBlitter
|