Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter.h40 virtual void blitRect(int x, int y, int width, int height);
153 void blitRect(int x, int y, int width, int height) override;
174 void blitRect(int x, int y, int width, int height) override;
208 void blitRect(int x, int y, int width, int height) override;
DSkSpriteBlitter_ARGB32.cpp35 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S32
120 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S32A_XferFilter
166 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S4444_XferFilter
212 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S4444_Opaque
240 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D32_S4444
DSkBlitter.cpp52 this->blitRect(x, y, 1, height); in blitV()
64 void SkBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkBlitter
78 this->blitRect(x, y, width, height); in blitAntiRect()
229 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRectRegion()
239 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRegion()
253 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} in blitRect() function in SkNullBlitter
368 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) { in blitRect() function in SkRectClipBlitter
373 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitRect()
393 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitAntiRect()
488 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRgnClipBlitter
[all …]
DSkCoreBlitters.h69 void blitRect(int x, int y, int width, int height) override;
80 void blitRect(int x, int y, int width, int height) override;
121 void blitRect(int x, int y, int width, int height) override;
171 void blitRect(int x, int y, int width, int height) override;
DSkSpriteBlitter4f.cpp44 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_F16
93 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_sRGB
DSkBlitter_RGB16.cpp69 void blitRect(int x, int y, int width, int height) override;
96 void blitRect(int x, int y, int width, int height) override;
123 void blitRect(int x, int y, int width, int height) override;
489 void SkRGB16_Opaque_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRGB16_Opaque_Blitter
668 void SkRGB16_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRGB16_Blitter
719 void SkRGB16_Shader_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRGB16_Shader_Blitter
DSkSpriteBlitterTemplate.h14 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function
DSkScan.cpp15 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;
DSkSpriteBlitter_RGB16.cpp53 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D16_S16_Opaque
275 void blitRect(int x, int y, int width, int height) override { in blitRect() function in Sprite_D16_S32_BlitRowProc
DSkScan_Path.cpp287 blitter->blitRect(L, local_top, R - L, count); in walk_convex_edges()
373 void blitRect(int x, int y, int width, int height) override { in blitRect() function in InverseBlitter
459 blitter->blitRect(rect.fLeft << shiftEdgesUp, in sk_fill_path()
DSkBlitter_A8.cpp199 void SkA8_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Blitter
403 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Coverage_Blitter
DSkScan_Hairline.cpp179 blitter->blitRect(r.fLeft, r.fTop, width, height); in HairRect()
184 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left in HairRect()
185 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right in HairRect()
DSkBlitter_PM4f.cpp46 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkState_Blitter
172 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkState_Shader_Blitter
DSkScan_AntiPath.cpp121 void blitRect(int x, int y, int width, int height) override;
297 void SuperBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SuperBlitter
DSkBlitter_ARGB32.cpp238 void SkARGB32_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkARGB32_Blitter
381 void SkARGB32_Shader_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkARGB32_Shader_Blitter
DSkScan_Antihair.cpp679 blitter->blitRect(left, top, width, height); in antifilldot8()
822 blitter->blitRect(L, T, R - L, B - T); in fillcheckrect()
DSkMaskFilter.cpp63 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); in blitClippedRect()
DSkAAClip.cpp1282 void blitRect(int x, int y, int width, int height) override { in blitRect() function in SkAAClip::BuilderBlitter
2023 void SkAAClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkAAClipBlitter
2025 fBlitter->blitRect(x, y, width, height); in blitRect()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.h53 virtual void blitRect(int x, int y, int width, int height);
505 virtual void blitRect(int x, int y, int width, int height);
Dfx_skia_blitter_new.cpp51 blitRect(x, y, 1, height); in blitV()
63 void CFX_SkiaRenderer::blitRect(int x, int y, int width, int height) { in blitRect() function in CFX_SkiaRenderer
80 blitRect(x, y, width, height); in blitAntiRect()
1805 blitRect(x, y, 1, height); in blitV()
1817 void CFX_SkiaA8Renderer::blitRect(int x, int y, int width, int height) { in blitRect() function in CFX_SkiaA8Renderer
1834 blitRect(x, y, width, height); in blitAntiRect()
/external/skia/src/utils/
DSkTextureCompressor_Blitter.h166 void blitRect(int x, int y, int width, int height) override { in blitRect() function