Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter.cpp115 this->blitRect(x, y, 1, height); in blitV()
127 void SkBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkBlitter
144 this->blitRect(x, y, width, height); in blitAntiRect()
299 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRectRegion()
306 this->blitRect(r.left(), r.top(), r.width(), r.height()); in blitRegion()
319 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} in blitRect() function in SkNullBlitter
434 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) { in blitRect() function in SkRectClipBlitter
439 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitRect()
459 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitAntiRect()
554 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRgnClipBlitter
[all …]
DSkBlitter.h57 virtual void blitRect(int x, int y, int width, int height);
173 void blitRect(int x, int y, int width, int height) override;
194 void blitRect(int x, int y, int width, int height) override;
228 void blitRect(int x, int y, int width, int height) override;
260 void blitRect(int x, int y, int width, int height) override;
DSkBlitter_Sprite.cpp37 this->blitRect(x, y, width, 1); in blitH()
84 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkSpriteBlitter_Memcpy
152 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkRasterPipelineSpriteBlitter
163 fBlitter->blitRect(x,y,width,height); in blitRect()
DSkCoreBlitters.h63 void blitRect(int x, int y, int width, int height) override;
79 void blitRect(int x, int y, int width, int height) override;
129 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.h33 void blitRect(int x, int y, int width, int height) override = 0;
DSkRasterPipelineBlitter.cpp50 void blitRect (int x, int y, int width, int height) override;
344 this->blitRect(x,y,w,1); in blitH()
347 void SkRasterPipelineBlitter::blitRect(int x, int y, int w, int h) { in blitRect() function in SkRasterPipelineBlitter
390 SK_BLITTER_TRACE_STEP(blitRect, trace, /*scanlines=*/h, /*pixels=*/w * h); in blitRectWithTrace()
DSkAAClip.h101 void blitRect(int x, int y, int width, int height) override;
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()
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()
DSkScan_AAAPath.cpp123 void blitRect(int x, int y, int width, int height) override { in blitRect() function in AdditiveBlitter
163 void blitRect(int x, int y, int width, int height) override;
266 void MaskAdditiveBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in MaskAdditiveBlitter
285 blitRect(x + 1, y, width, height); in blitAntiRect()
1585 blitter->getRealBlitter()->blitRect( in aaa_walk_edges()
1878 blitter->getRealBlitter()->blitRect( in aaa_fill_path()
DSkScan_AntiPath.cpp122 void blitRect(int x, int y, int width, int height) override;
298 void SuperBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SuperBlitter
DSkScan_Antihair.cpp688 blitter->blitRect(left, top, width, height); in antifilldot8()
829 blitter->blitRect(L, T, R - L, B - T); in fillcheckrect()
DSkMaskFilter.cpp86 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); in blitClippedRect()
DSkAAClip.cpp732 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkAAClip::Builder::Blitter
1771 void SkAAClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkAAClipBlitter
1773 fBlitter->blitRect(x, y, width, height); in blitRect()
DSkBlitter_ARGB32.cpp876 void SkARGB32_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkARGB32_Blitter
1018 void SkARGB32_Shader_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkARGB32_Shader_Blitter