Searched defs:blitRect (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_blitter_new.cpp43 this->blitRect(x, y, 1, height);
55 void CFX_SkiaRenderer::blitRect(int x, int y, int width, int height) function in class:CFX_SkiaRenderer
70 blitRect(x, y, width, height);
1566 this->blitRect(x, y, 1, height);
1578 void CFX_SkiaA8Renderer::blitRect(int x, int y, int width, int height)
1593 blitRect(x, y, width, height);
/external/skia/src/core/
H A DSkSpriteBlitterTemplate.h18 virtual void blitRect(int x, int y, int width, int height) { function in class:SkSPRITE_CLASSNAME
H A DSkBlitter.cpp51 this->blitRect(x, y, 1, height);
63 void SkBlitter::blitRect(int x, int y, int width, int height) { function in class:SkBlitter
77 this->blitRect(x, y, width, height);
218 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
228 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
242 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} function in class:SkNullBlitter
357 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) {
362 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
382 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
477 void SkRgnClipBlitter::blitRect(in
[all...]
H A DSkBlitter_A8.cpp200 void SkA8_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkA8_Blitter
403 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkA8_Coverage_Blitter
H A DSkBlitter_ARGB32.cpp238 void SkARGB32_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkARGB32_Blitter
381 void SkARGB32_Shader_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkARGB32_Shader_Blitter
H A DSkBlitter_RGB16.cpp66 void blitRect(int x, int y, int width, int height) override;
95 void blitRect(int x, int y, int width, int height) override;
124 void blitRect(int x, int y, int width, int height) override;
146 void blitRect(int x, int y, int width, int height) override;
501 void SkRGB16_Opaque_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkRGB16_Opaque_Blitter
676 void SkRGB16_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkRGB16_Blitter
712 void SkRGB16_Shader16_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkRGB16_Shader16_Blitter
851 void SkRGB16_Shader_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkRGB16_Shader_Blitter
H A DSkAAClip.cpp1282 void blitRect(int x, int y, int width, int height) override {
2023 void SkAAClipBlitter::blitRect(int x, int y, int width, int height) { function in class:SkAAClipBlitter
2025 fBlitter->blitRect(x, y, width, height);

Completed in 235 milliseconds