/aosp_15_r20/external/skia/src/core/ |
H A D | SkBlitter.cpp | 121 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 D | SkBlitter.h | 63 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 D | SkBlitter_Sprite.cpp | 54 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 D | SkBlitter_A8.cpp | 70 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 D | SkCoreBlitters.h | 72 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 D | SkRasterPipelineBlitter.cpp | 72 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 D | SkScan_Path.cpp | 270 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 D | SkScan_AAAPath.cpp | 122 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 D | SkScan_Hairline.cpp | 219 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 D | SkBlitter_A8.h | 32 void blitRect(int x, int y, int width, int height) override;
|
H A D | SkSpriteBlitter.h | 33 void blitRect(int x, int y, int width, int height) override = 0;
|
H A D | SkSpriteBlitter_ARGB32.cpp | 39 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S32
|
H A D | SkAAClip.h | 107 void blitRect(int x, int y, int width, int height) override;
|
H A D | SkScan.cpp | 14 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
|
H A D | SkScan_Antihair.cpp | 698 blitter->blitRect(left, top, width, height); in antifilldot8() 839 blitter->blitRect(L, T, R - L, B - T); in fillcheckrect()
|
H A D | SkAAClip.cpp | 741 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 D | SkMaskFilter.cpp | 77 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); in blitClippedRect()
|
H A D | SkBlitter_ARGB32.cpp | 1645 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
|