Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkBlitter.h36 virtual void blitRect(int x, int y, int width, int height);
92 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
113 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
140 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
/external/skia/src/core/
DSkBlitter.cpp37 this->blitRect(x, y, 1, height); in blitV()
49 void SkBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkBlitter
63 this->blitRect(x, y, width, height); in blitAntiRect()
204 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRectRegion()
214 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height()); in blitRegion()
228 void SkNullBlitter::blitRect(int x, int y, int width, int height) {} in blitRect() function in SkNullBlitter
341 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) { in blitRect() function in SkRectClipBlitter
346 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitRect()
366 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitAntiRect()
461 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRgnClipBlitter
[all …]
DSkSpriteBlitter_ARGB32.cpp37 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function in Sprite_D32_S32
125 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function in Sprite_D32_S32A_XferFilter
172 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function in Sprite_D32_S4444_XferFilter
219 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function in Sprite_D32_S4444_Opaque
248 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function in Sprite_D32_S4444
DSkCoreBlitters.h49 virtual void blitRect(int x, int y, int width, int height);
89 virtual void blitRect(int x, int y, int width, int height);
DSkBlitter_RGB16.cpp61 virtual void blitRect(int x, int y, int width, int height);
88 virtual void blitRect(int x, int y, int width, int height);
116 virtual void blitRect(int x, int y, int width, int height);
137 virtual void blitRect(int x, int y, int width, int height);
497 void SkRGB16_Opaque_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRGB16_Opaque_Blitter
678 void SkRGB16_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRGB16_Blitter
714 void SkRGB16_Shader16_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRGB16_Shader16_Blitter
853 void SkRGB16_Shader_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkRGB16_Shader_Blitter
DSkProcSpriteBlitter.cpp19 virtual void blitRect(int x, int y, int width, int height)
DSkSpriteBlitterTemplate.h18 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function
DSkScan_Hairline.cpp156 blitter->blitRect(r.fLeft, r.fTop, width, height); in HairRect()
161 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left in HairRect()
162 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right in HairRect()
DSkScan.cpp15 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height()); in blitrect()
DSkAAClip.h110 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
DSkScan_Path.cpp263 blitter->blitRect(L, local_top, R - L, count); in walk_convex_edges()
351 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function in InverseBlitter
428 blitter->blitRect(clipRect.fLeft << shiftEdgesUp, in sk_fill_path()
DSkSpriteBlitter_RGB16.cpp57 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function in Sprite_D16_S16_Opaque
284 virtual void blitRect(int x, int y, int width, int height) { in blitRect() function in Sprite_D16_S32_BlitRowProc
DSkBlitter_4444.cpp39 virtual void blitRect(int x, int y, int width, int height);
189 void SkARGB4444_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkARGB4444_Blitter
DSkScan_AntiPath.cpp128 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
281 void SuperBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SuperBlitter
DSkBlitter_A8.cpp200 void SkA8_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkA8_Blitter
DSkScan_Antihair.cpp538 blitter->blitRect(left, top, width, height); in antifilldot8()
686 blitter->blitRect(L, T, R - L, B - T); in fillcheckrect()
DSkBlitter_ARGB32.cpp205 void SkARGB32_Blitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkARGB32_Blitter
DSkAAClip.cpp1193 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE { in blitRect() function in SkAAClip::BuilderBlitter
1946 void SkAAClipBlitter::blitRect(int x, int y, int width, int height) { in blitRect() function in SkAAClipBlitter
1948 fBlitter->blitRect(x, y, width, height); in blitRect()