/external/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 | 111 this->blitRect(x, y, 1, height); in blitV() 123 void SkBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkBlitter 140 this->blitRect(x, y, width, height); in blitAntiRect() 293 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRectRegion() 300 this->blitRect(r.left(), r.top(), r.width(), r.height()); in blitRegion() 313 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} in blitRect() function in SkNullBlitter 428 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) { in blitRect() function in SkRectClipBlitter 433 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitRect() 453 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitAntiRect() 548 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 | 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 128 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 | SkRasterPipelineBlitter.cpp | 44 void blitRect (int x, int y, int width, int height) override; 278 this->blitRect(x,y,w,1); in blitH() 281 void SkRasterPipelineBlitter::blitRect(int x, int y, int w, int h) { in blitRect() function in SkRasterPipelineBlitter
|
D | SkScan.cpp | 17 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
|
D | SkAAClip.h | 115 void blitRect(int x, int y, int width, int height) override;
|
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 | 193 blitter->blitRect(r.fLeft, r.fTop, width, height); in HairRect() 198 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left in HairRect() 199 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right in HairRect()
|
/external/skqp/src/core/ |
D | SkBlitter.h | 63 virtual void blitRect(int x, int y, int width, int height); 175 void blitRect(int x, int y, int width, int height) override; 196 void blitRect(int x, int y, int width, int height) override; 230 void blitRect(int x, int y, int width, int height) override; 262 void blitRect(int x, int y, int width, int height) override; 314 void blitRect(int x, int y, int width, int height) override { in blitRect() function 315 SHARD(blitRect(x, y, width, height)) in blitRect()
|
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 | SkBlitter.cpp | 219 this->blitRect(x, y, 1, height); in blitV() 231 void SkBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkBlitter 248 this->blitRect(x, y, width, height); in blitAntiRect() 401 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRectRegion() 408 this->blitRect(r.left(), r.top(), r.width(), r.height()); in blitRegion() 421 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} in blitRect() function in SkNullBlitter 536 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) { in blitRect() function in SkRectClipBlitter 541 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitRect() 561 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitAntiRect() 656 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRgnClipBlitter [all …]
|
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 | SkRasterPipelineBlitter.cpp | 44 void blitRect (int x, int y, int width, int height) override; 278 this->blitRect(x,y,w,1); in blitH() 281 void SkRasterPipelineBlitter::blitRect(int x, int y, int w, int h) { in blitRect() function in SkRasterPipelineBlitter
|
D | SkScan.cpp | 20 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
|
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()
|