Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkBlitter.cpp121 this->blitRect(x, y, 1, height); in blitV()
133 void SkBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkBlitter
150 this->blitRect(x, y, width, height); in blitAntiRect()
305 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRectRegion()
312 this->blitRect(r.left(), r.top(), r.width(), r.height()); in blitRegion()
325 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} in blitRect() function in SkNullBlitter
439 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) { in blitRect() function in SkRectClipBlitter
444 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitRect()
464 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitAntiRect()
558 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRgnClipBlitter
[all …]
H A DSkBlitter.h63 virtual void blitRect(int x, int y, int width, int height);
173 void blitRect(int x, int y, int width, int height) override;
193 void blitRect(int x, int y, int width, int height) override;
226 void blitRect(int x, int y, int width, int height) override;
257 void blitRect(int x, int y, int width, int height) override;
H A DSkBlitter_Sprite.cpp54 this->blitRect(x, y, width, 1); in blitH()
101 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkSpriteBlitter_Memcpy
169 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkRasterPipelineSpriteBlitter
180 fBlitter->blitRect(x,y,width,height); in blitRect()
H A DSkBlitter_A8.cpp70 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Coverage_Blitter
174 void blitRect(int x, int y, int width, int height) override;
249 void SkA8_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Blitter
H A DSkCoreBlitters.h72 void blitRect(int x, int y, int width, int height) override;
121 void blitRect(int x, int y, int width, int height) override;
H A DSkRasterPipelineBlitter.cpp72 void blitRect (int x, int y, int width, int height) override;
389 this->blitRect(x,y,w,1); in blitH()
392 void SkRasterPipelineBlitter::blitRect(int x, int y, int w, int h) { in blitRect() function in SkRasterPipelineBlitter
H A DSkScan_Path.cpp270 blitter->blitRect(L, local_top, R - L, count); in walk_simple_edges()
356 void blitRect(int x, int y, int width, int height) override { in blitRect() function in InverseBlitter
434 blitter->blitRect(rect.fLeft << shiftEdgesUp, in sk_fill_path()
H A DSkScan_AAAPath.cpp122 void blitRect(int x, int y, int width, int height) override { in blitRect() function in AdditiveBlitter
162 void blitRect(int x, int y, int width, int height) override;
260 void MaskAdditiveBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in MaskAdditiveBlitter
279 blitRect(x + 1, y, width, height); in blitAntiRect()
1441 blitter->getRealBlitter()->blitRect( in aaa_walk_edges()
1639 blitter->getRealBlitter()->blitRect( in aaa_fill_path()
H A DSkScan_Hairline.cpp219 blitter->blitRect(r.fLeft, r.fTop, width, height); in HairRect()
224 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left in HairRect()
225 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right in HairRect()
H A DSkBlitter_A8.h32 void blitRect(int x, int y, int width, int height) override;
H A DSkSpriteBlitter.h33 void blitRect(int x, int y, int width, int height) override = 0;
H A DSkSpriteBlitter_ARGB32.cpp39 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S32
H A DSkAAClip.h107 void blitRect(int x, int y, int width, int height) override;
H A DSkScan.cpp14 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
H A DSkScan_Antihair.cpp698 blitter->blitRect(left, top, width, height); in antifilldot8()
839 blitter->blitRect(L, T, R - L, B - T); in fillcheckrect()
H A DSkAAClip.cpp741 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkAAClip::Builder::Blitter
1776 void SkAAClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkAAClipBlitter
1778 fBlitter->blitRect(x, y, width, height); in blitRect()
H A DSkMaskFilter.cpp77 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); in blitClippedRect()
H A DSkBlitter_ARGB32.cpp1645 void SkARGB32_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkARGB32_Blitter
1761 void SkARGB32_Shader_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkARGB32_Shader_Blitter