Home
last modified time | relevance | path

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

12

/external/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.cpp111 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 …]
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.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
128 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
DSkRasterPipelineBlitter.cpp44 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
DSkScan.cpp17 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
DSkAAClip.h115 void blitRect(int x, int y, int width, int height) override;
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.cpp193 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/
DSkBlitter.h63 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()
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()
DSkBlitter.cpp219 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 …]
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
DSkRasterPipelineBlitter.cpp44 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
DSkScan.cpp20 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
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()

12