Searched refs:blitRect (Results 1 - 25 of 38) sorted by relevance

12

/external/skia/src/core/
H A DSkSpriteBlitter.h19 // blitRect.
32 // A SkSpriteBlitter must implement blitRect.
33 void blitRect(int x, int y, int width, int height) override = 0;
H A DSkBlitter.h63 virtual void blitRect(int x, int y, int width, int height);
177 void blitRect(int x, int y, int width, int height) override;
198 void blitRect(int x, int y, int width, int height) override;
232 void blitRect(int x, int y, int width, int height) override;
264 void blitRect(int x, int y, int width, int height) override;
H A DSkSpriteBlitter_ARGB32.cpp37 void blitRect(int x, int y, int width, int height) override {
69 void blitRect(int x, int y, int width, int height) override {
H A DSkBlitter_Sprite.cpp30 // Fallback to blitRect.
31 this->blitRect(x, y, width, 1);
78 void blitRect(int x, int y, int width, int height) override {
151 void blitRect(int x, int y, int width, int height) override {
162 fBlitter->blitRect(x,y,width,height);
H A DSkBlitter.cpp159 this->blitRect(x, y, 1, height);
171 void SkBlitter::blitRect(int x, int y, int width, int height) { function in class:SkBlitter
188 this->blitRect(x, y, width, height);
341 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
348 this->blitRect(r.left(), r.top(), r.width(), r.height());
361 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} function in class:SkNullBlitter
476 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) {
481 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
501 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
596 void SkRgnClipBlitter::blitRect(in
[all...]
H A DSkCoreBlitters.h61 void blitRect(int x, int y, int width, int height) override;
74 void blitRect(int x, int y, int width, int height) override;
124 void blitRect(int x, int y, int width, int height) override;
H A DSkAAClip.h115 void blitRect(int x, int y, int width, int height) override;
H A DSkBlitter_A8.cpp60 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkA8_Coverage_Blitter
H A DSkScan.cpp25 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
H A DSkSpriteBlitter_RGB565.cpp41 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 DSkRasterPipelineBlitter.cpp47 void blitRect (int x, int y, int width, int height) override;
67 // We may be able to specialize blitH() or blitRect() into a memset.
304 this->blitRect(x,y,w,1);
307 void SkRasterPipelineBlitter::blitRect(int x, int y, int w, int h) { function in class:SkRasterPipelineBlitter
H A 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) {
H A DSkScan_Hairline.cpp178 blitter->blitRect(r.fLeft, r.fTop, width, height);
183 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left
184 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right
/external/skqp/src/core/
H A DSkSpriteBlitter.h19 // blitRect.
32 // A SkSpriteBlitter must implement blitRect.
33 void blitRect(int x, int y, int width, int height) override = 0;
H A DSkBlitter.h62 virtual void blitRect(int x, int y, int width, int height);
176 void blitRect(int x, int y, int width, int height) override;
197 void blitRect(int x, int y, int width, int height) override;
231 void blitRect(int x, int y, int width, int height) override;
263 void blitRect(int x, int y, int width, int height) override;
H A DSkSpriteBlitter_ARGB32.cpp37 void blitRect(int x, int y, int width, int height) override {
69 void blitRect(int x, int y, int width, int height) override {
H A DSkBlitter_Sprite.cpp30 // Fallback to blitRect.
31 this->blitRect(x, y, width, 1);
78 void blitRect(int x, int y, int width, int height) override {
151 void blitRect(int x, int y, int width, int height) override {
162 fBlitter->blitRect(x,y,width,height);
H A DSkBlitter.cpp152 this->blitRect(x, y, 1, height);
164 void SkBlitter::blitRect(int x, int y, int width, int height) { function in class:SkBlitter
181 this->blitRect(x, y, width, height);
334 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
344 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
358 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} function in class:SkNullBlitter
473 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) {
478 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
498 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
593 void SkRgnClipBlitter::blitRect(in
[all...]
H A DSkCoreBlitters.h61 void blitRect(int x, int y, int width, int height) override;
74 void blitRect(int x, int y, int width, int height) override;
124 void blitRect(int x, int y, int width, int height) override;
H A DSkAAClip.h115 void blitRect(int x, int y, int width, int height) override;
H A DSkBlitter_A8.cpp60 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) { function in class:SkA8_Coverage_Blitter
H A DSkScan.cpp25 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
H A DSkSpriteBlitter_RGB565.cpp41 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 DSkRasterPipelineBlitter.cpp47 void blitRect (int x, int y, int width, int height) override;
67 // We may be able to specialize blitH() or blitRect() into a memset.
304 this->blitRect(x,y,w,1);
307 void SkRasterPipelineBlitter::blitRect(int x, int y, int w, int h) { function in class:SkRasterPipelineBlitter
H A 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) {

Completed in 398 milliseconds

12