/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 | 64 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, in blitAntiRect() function 314 SHARD(blitAntiRect(x, y, width, height, leftAlpha, rightAlpha)) in blitAntiRect()
|
D | SkBlitter.cpp | 98 this->blitAntiRect(bounds.fLeft, bounds.fTop + 1, bounds.width() - 2, bounds.height() - 2, in blitFatAntiRect() 134 void SkBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkBlitter 438 void SkRectClipBlitter::blitAntiRect(int left, int y, int width, int height, in blitAntiRect() function in SkRectClipBlitter 463 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(), in blitAntiRect() 564 void SkRgnClipBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkRgnClipBlitter 594 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(), in blitAntiRect() 864 void SkRectClipCheckBlitter::blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkRectClipCheckBlitter 870 fBlitter->blitAntiRect(x, y, width, height, leftAlpha, rightAlpha); in blitAntiRect()
|
D | SkScan_AAAPath.cpp | 127 void blitAntiRect(int x, int y, int width, int height, SkAlpha leftAlpha, SkAlpha rightAlpha) in blitAntiRect() function in AdditiveBlitter 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, in aaa_walk_convex_edges()
|
D | SkScan_AntiPath.cpp | 374 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count, in blitRect()
|
D | SkAAClip.cpp | 1218 void blitAntiRect(int x, int y, int width, int height, in blitAntiRect() function in SkAAClip::BuilderBlitter
|