/third_party/skia/src/core/ |
H A D | SkBlitter.h | 57 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 { 310 SHARD(blitRect(x, y, width, height))
|
H A D | SkBlitter_Sprite.cpp | 34 // Fallback to blitRect. in blitH() 35 this->blitRect(x, y, width, 1); in blitH() 82 void blitRect(int x, int y, int width, int height) override { 150 void blitRect(int x, int y, int width, int height) override { 161 fBlitter->blitRect(x,y,width,height);
|
H A D | SkBlitter.cpp | 113 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) { 435 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); 455 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); 550 void SkRgnClipBlitter::blitRect(in [all...] |
H A D | SkCoreBlitters.h | 61 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;
|
H A D | SkSpriteBlitter_ARGB32.cpp | 36 void blitRect(int x, int y, int width, int height) override { 68 void blitRect(int x, int y, int width, int height) override {
|
H A D | SkSpriteBlitter_RGB565.cpp | 40 void blitRect(int x, int y, int width, int height) override { 129 void blitRect(int x, int y, int width, int height) override {
|
H A D | SkSpriteBlitter.h | 19 // blitRect. 32 // A SkSpriteBlitter must implement blitRect. 33 void blitRect(int x, int y, int width, int height) override = 0;
|
H A D | SkRasterPipelineBlitter.cpp | 46 void blitRect (int x, int y, int width, int height) override; 69 // We may be able to specialize blitH() or blitRect() into a memset. 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
|
H A D | SkScan.cpp | 17 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
|
H A D | SkAAClip.h | 101 void blitRect(int x, int y, int width, int height) override;
|
H A D | SkBlitter_A8.cpp | 60 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Coverage_Blitter
|
H A D | SkScan_Path.cpp | 257 blitter->blitRect(L, local_top, R - L, count); in walk_simple_edges() 343 void blitRect(int x, int y, int width, int height) override { 344 SkDEBUGFAIL("blitRect unexpected"); 425 blitter->blitRect(rect.fLeft << shiftEdgesUp, in sk_fill_path()
|
H A D | SkScan_Hairline.cpp | 202 blitter->blitRect(r.fLeft, r.fTop, width, height); 207 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left 208 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right
|
H A D | SkScan_AAAPath.cpp | 123 void blitRect(int x, int y, int width, int height) override { 124 SkDEBUGFAIL("Please call real blitter's blitRect instead."); 149 // so we can accelerate blitRect and others. But sometimes we want to return 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( 1878 blitter->getRealBlitter()->blitRect(
|
H A D | SkScan_AntiPath.cpp | 126 void blitRect(int x, int y, int width, int height) override; 302 void SuperBlitter::blitRect(int x, int y, int width, int height) {
|
H A D | SkMaskFilter.cpp | 62 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); in blitClippedRect()
|
H A D | SkScan_Antihair.cpp | 688 blitter->blitRect(left, top, width, height); 826 // calls blitRect() if the rectangle is non-empty 829 blitter->blitRect(L, T, R - L, B - T);
|
H A D | SkAAClip.cpp | 731 void blitRect(int x, int y, int width, int height) override { 1770 void SkAAClipBlitter::blitRect(int x, int y, int width, int height) { 1772 fBlitter->blitRect(x, y, width, height);
|
H A D | SkBlitter_ARGB32.cpp | 876 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
|