Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBlitter.h57 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 DSkBlitter_Sprite.cpp34 // 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 DSkBlitter.cpp113 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 DSkCoreBlitters.h61 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 DSkSpriteBlitter_ARGB32.cpp36 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 DSkSpriteBlitter_RGB565.cpp40 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 DSkSpriteBlitter.h19 // blitRect.
32 // A SkSpriteBlitter must implement blitRect.
33 void blitRect(int x, int y, int width, int height) override = 0;
H A DSkRasterPipelineBlitter.cpp46 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 DSkScan.cpp17 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
H A DSkAAClip.h101 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) { in blitRect() function in SkA8_Coverage_Blitter
H A DSkScan_Path.cpp257 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 DSkScan_Hairline.cpp202 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 DSkScan_AAAPath.cpp123 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 DSkScan_AntiPath.cpp126 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 DSkMaskFilter.cpp62 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); in blitClippedRect()
H A DSkScan_Antihair.cpp688 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 DSkAAClip.cpp731 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 DSkBlitter_ARGB32.cpp876 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

Completed in 17 milliseconds