/third_party/flutter/skia/src/core/ |
D | SkBlitter.h | 56 virtual void blitRect(int x, int y, int width, int height); 168 void blitRect(int x, int y, int width, int height) override; 189 void blitRect(int x, int y, int width, int height) override; 223 void blitRect(int x, int y, int width, int height) override; 255 void blitRect(int x, int y, int width, int height) override; 307 void blitRect(int x, int y, int width, int height) override { in blitRect() function 308 SHARD(blitRect(x, y, width, height)) in blitRect()
|
D | SkBlitter.cpp | 107 this->blitRect(x, y, 1, height); in blitV() 119 void SkBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkBlitter 136 this->blitRect(x, y, width, height); in blitAntiRect() 289 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRectRegion() 296 this->blitRect(r.left(), r.top(), r.width(), r.height()); in blitRegion() 309 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} in blitRect() function in SkNullBlitter 424 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) { in blitRect() function in SkRectClipBlitter 429 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitRect() 449 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitAntiRect() 544 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRgnClipBlitter [all …]
|
D | SkBlitter_Sprite.cpp | 31 this->blitRect(x, y, width, 1); in blitH() 78 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkSpriteBlitter_Memcpy 143 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkRasterPipelineSpriteBlitter 154 fBlitter->blitRect(x,y,width,height); in blitRect()
|
D | SkCoreBlitters.h | 61 void blitRect(int x, int y, int width, int height) override; 77 void blitRect(int x, int y, int width, int height) override; 127 void blitRect(int x, int y, int width, int height) override;
|
D | SkSpriteBlitter_ARGB32.cpp | 37 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S32 69 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S32A_Xfer
|
D | SkSpriteBlitter_RGB565.cpp | 41 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D16_S32 129 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D8_S32
|
D | SkSpriteBlitter.h | 33 void blitRect(int x, int y, int width, int height) override = 0;
|
D | SkBlitter_A8.cpp | 60 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Coverage_Blitter
|
D | SkScan.cpp | 17 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
|
D | SkRasterPipelineBlitter.cpp | 44 void blitRect (int x, int y, int width, int height) override; 265 this->blitRect(x,y,w,1); in blitH() 268 void SkRasterPipelineBlitter::blitRect(int x, int y, int w, int h) { in blitRect() function in SkRasterPipelineBlitter
|
D | SkAAClip.h | 115 void blitRect(int x, int y, int width, int height) override;
|
D | SkScan_Path.cpp | 258 blitter->blitRect(L, local_top, R - L, count); in walk_simple_edges() 344 void blitRect(int x, int y, int width, int height) override { in blitRect() function in InverseBlitter 426 blitter->blitRect(rect.fLeft << shiftEdgesUp, in sk_fill_path()
|
/third_party/skia/src/core/ |
D | SkBlitter.h | 57 virtual void blitRect(int x, int y, int width, int height); 170 void blitRect(int x, int y, int width, int height) override; 191 void blitRect(int x, int y, int width, int height) override; 225 void blitRect(int x, int y, int width, int height) override; 257 void blitRect(int x, int y, int width, int height) override; 309 void blitRect(int x, int y, int width, int height) override { in blitRect() function 310 SHARD(blitRect(x, y, width, height)) in blitRect()
|
D | SkBlitter.cpp | 113 this->blitRect(x, y, 1, height); in blitV() 125 void SkBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkBlitter 142 this->blitRect(x, y, width, height); in blitAntiRect() 295 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRectRegion() 302 this->blitRect(r.left(), r.top(), r.width(), r.height()); in blitRegion() 315 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} in blitRect() function in SkNullBlitter 430 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) { in blitRect() function in SkRectClipBlitter 435 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitRect() 455 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitAntiRect() 550 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRgnClipBlitter [all …]
|
D | SkBlitter_Sprite.cpp | 35 this->blitRect(x, y, width, 1); in blitH() 82 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkSpriteBlitter_Memcpy 150 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkRasterPipelineSpriteBlitter 161 fBlitter->blitRect(x,y,width,height); in blitRect()
|
D | SkCoreBlitters.h | 61 void blitRect(int x, int y, int width, int height) override; 77 void blitRect(int x, int y, int width, int height) override; 127 void blitRect(int x, int y, int width, int height) override;
|
D | SkSpriteBlitter_ARGB32.cpp | 36 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S32 68 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S32A_Xfer
|
D | SkSpriteBlitter_RGB565.cpp | 40 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D16_S32 129 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D8_S32
|
D | SkSpriteBlitter.h | 33 void blitRect(int x, int y, int width, int height) override = 0;
|
D | SkBlitter_A8.cpp | 60 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Coverage_Blitter
|
D | SkAAClip.h | 101 void blitRect(int x, int y, int width, int height) override;
|
D | SkScan.cpp | 17 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
|
D | SkRasterPipelineBlitter.cpp | 46 void blitRect (int x, int y, int width, int height) override; 327 this->blitRect(x,y,w,1); in blitH() 330 void SkRasterPipelineBlitter::blitRect(int x, int y, int w, int h) { in blitRect() function in SkRasterPipelineBlitter
|
D | SkScan_Path.cpp | 257 blitter->blitRect(L, local_top, R - L, count); in walk_simple_edges() 343 void blitRect(int x, int y, int width, int height) override { in blitRect() function in InverseBlitter 425 blitter->blitRect(rect.fLeft << shiftEdgesUp, in sk_fill_path()
|
D | SkScan_Hairline.cpp | 202 blitter->blitRect(r.fLeft, r.fTop, width, height); in HairRect() 207 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left in HairRect() 208 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right in HairRect()
|