Home
last modified time | relevance | path

Searched refs:blitRect (Results 1 – 25 of 38) sorted by relevance

12

/third_party/flutter/skia/src/core/
DSkBlitter.h56 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()
DSkBlitter.cpp107 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 …]
DSkBlitter_Sprite.cpp31 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()
DSkCoreBlitters.h61 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;
DSkSpriteBlitter_ARGB32.cpp37 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
DSkSpriteBlitter_RGB565.cpp41 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
DSkSpriteBlitter.h33 void blitRect(int x, int y, int width, int height) override = 0;
DSkBlitter_A8.cpp60 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Coverage_Blitter
DSkScan.cpp17 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
DSkRasterPipelineBlitter.cpp44 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
DSkAAClip.h115 void blitRect(int x, int y, int width, int height) override;
DSkScan_Path.cpp258 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/
DSkBlitter.h57 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()
DSkBlitter.cpp113 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 …]
DSkBlitter_Sprite.cpp35 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()
DSkCoreBlitters.h61 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;
DSkSpriteBlitter_ARGB32.cpp36 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
DSkSpriteBlitter_RGB565.cpp40 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
DSkSpriteBlitter.h33 void blitRect(int x, int y, int width, int height) override = 0;
DSkBlitter_A8.cpp60 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Coverage_Blitter
DSkAAClip.h101 void blitRect(int x, int y, int width, int height) override;
DSkScan.cpp17 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
DSkRasterPipelineBlitter.cpp46 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
DSkScan_Path.cpp257 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()
DSkScan_Hairline.cpp202 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()

12