HomeSort by relevance Sort by last modified time
    Searched refs:blitRect (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/core/
SkBlitter.h 36 virtual void blitRect(int x, int y, int width, int height);
99 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
121 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
148 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
SkCoreBlitters.h 49 virtual void blitRect(int x, int y, int width, int height);
89 virtual void blitRect(int x, int y, int width, int height);
134 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
SkProcSpriteBlitter.cpp 19 virtual void blitRect(int x, int y, int width, int height)
SkSpriteBlitter_ARGB32.cpp 37 virtual void blitRect(int x, int y, int width, int height) {
125 virtual void blitRect(int x, int y, int width, int height) {
172 virtual void blitRect(int x, int y, int width, int height) {
219 virtual void blitRect(int x, int y, int width, int height) {
248 virtual void blitRect(int x, int y, int width, int height) {
SkBlitter.cpp 43 this->blitRect(x, y, 1, height);
55 void SkBlitter::blitRect(int x, int y, int width, int height) {
69 this->blitRect(x, y, width, height);
210 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
220 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
234 void SkNullBlitter::blitRect(int x, int y, int width, int height) {}
349 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) {
354 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
374 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
469 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height)
    [all...]
SkSpriteBlitterTemplate.h 18 virtual void blitRect(int x, int y, int width, int height) {
SkAAClip.h 110 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
SkScan.cpp 14 static inline void blitrect(SkBlitter* blitter, const SkIRect& r) { function
15 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
26 blitrect(blitter, r);
30 blitrect(blitter, rr);
38 blitrect(blitter, rr);
43 blitrect(blitter, r);
SkScan_Hairline.cpp 181 blitter->blitRect(r.fLeft, r.fTop, width, height);
186 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left
187 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right
SkBlitter_RGB16.cpp 61 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);
487 void SkRGB16_Opaque_Blitter::blitRect(int x, int y, int width, int height) {
668 void SkRGB16_Blitter::blitRect(int x, int y, int width, int height) {
704 void SkRGB16_Shader16_Blitter::blitRect(int x, int y, int width, int height) {
843 void SkRGB16_Shader_Blitter::blitRect(int x, int y, int width, int height) {
    [all...]
SkScan_Path.cpp 262 blitter->blitRect(L, local_top, R - L, count);
350 virtual void blitRect(int x, int y, int width, int height) {
351 SkDEBUGFAIL("blitRect unexpected");
458 blitter->blitRect(rect.fLeft << shiftEdgesUp,
SkSpriteBlitter_RGB16.cpp 57 virtual void blitRect(int x, int y, int width, int height) {
284 virtual void blitRect(int x, int y, int width, int height) {
  /external/skia/src/core/
SkBlitter.h 36 virtual void blitRect(int x, int y, int width, int height);
99 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
121 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
148 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
SkCoreBlitters.h 49 virtual void blitRect(int x, int y, int width, int height);
89 virtual void blitRect(int x, int y, int width, int height);
134 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
SkProcSpriteBlitter.cpp 19 virtual void blitRect(int x, int y, int width, int height)
SkSpriteBlitter_ARGB32.cpp 37 virtual void blitRect(int x, int y, int width, int height) {
125 virtual void blitRect(int x, int y, int width, int height) {
172 virtual void blitRect(int x, int y, int width, int height) {
219 virtual void blitRect(int x, int y, int width, int height) {
248 virtual void blitRect(int x, int y, int width, int height) {
SkBlitter.cpp 43 this->blitRect(x, y, 1, height);
55 void SkBlitter::blitRect(int x, int y, int width, int height) {
69 this->blitRect(x, y, width, height);
210 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
220 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
234 void SkNullBlitter::blitRect(int x, int y, int width, int height) {}
349 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) {
354 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
374 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
469 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height)
    [all...]
SkSpriteBlitterTemplate.h 18 virtual void blitRect(int x, int y, int width, int height) {
SkAAClip.h 110 virtual void blitRect(int x, int y, int width, int height) SK_OVERRIDE;
SkScan.cpp 14 static inline void blitrect(SkBlitter* blitter, const SkIRect& r) { function
15 blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
26 blitrect(blitter, r);
30 blitrect(blitter, rr);
38 blitrect(blitter, rr);
43 blitrect(blitter, r);
SkScan_Hairline.cpp 181 blitter->blitRect(r.fLeft, r.fTop, width, height);
186 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left
187 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right
SkBlitter_RGB16.cpp 61 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);
487 void SkRGB16_Opaque_Blitter::blitRect(int x, int y, int width, int height) {
668 void SkRGB16_Blitter::blitRect(int x, int y, int width, int height) {
704 void SkRGB16_Shader16_Blitter::blitRect(int x, int y, int width, int height) {
843 void SkRGB16_Shader_Blitter::blitRect(int x, int y, int width, int height) {
    [all...]
SkScan_Path.cpp 262 blitter->blitRect(L, local_top, R - L, count);
350 virtual void blitRect(int x, int y, int width, int height) {
351 SkDEBUGFAIL("blitRect unexpected");
458 blitter->blitRect(rect.fLeft << shiftEdgesUp,
SkSpriteBlitter_RGB16.cpp 57 virtual void blitRect(int x, int y, int width, int height) {
284 virtual void blitRect(int x, int y, int width, int height) {
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer.h 199 virtual bool blitRect(gl::Framebuffer *readTarget, const gl::Rectangle &readRect, gl::Framebuffer *drawTarget, const gl::Rectangle &drawRect,

Completed in 1147 milliseconds

1 2