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

1 2 3 4 5 6

  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls_draw_back_as_aligned_canvas.js 13 backContext.drawImage(backImage, 0, 0, canvasWidth, canvasHeight);
17 canvasContext.drawImage(backImageCanvas, 0, 0);
bouncing_balls_draw_back_as_canvas.js 13 backContext.drawImage(backImage, 0, 0);
17 canvasContext.drawImage(backImageCanvas, 0, 0, canvasWidth, canvasHeight);
bouncing_balls_draw_back_as_image.js 12 canvasContext.drawImage(backImage, 0, 0, canvasWidth, canvasHeight);
bouncing_balls_draw_ball_as_image.js 17 canvasContext.drawImage(ballImage, -ballRadius, -ballRadius, ballDiameter,
bouncing_balls_draw_ball_as_canvas_sprite.js 21 ctx.drawImage(ballImage, -ballRadius, -ballRadius, ballDiameter,
38 canvasContext.drawImage(spriteMap, idx*ballDiameter + 1, 1, ballDiameter,
bouncing_balls_draw_back_as_aligned_image_data.js 13 backContext.drawImage(backImage, 0, 0, canvasWidth, canvasHeight);
bouncing_balls_draw_ball_as_image_with_shadow.js 21 canvasContext.drawImage(ballImage, -ballRadius, -ballRadius, ballDiameter,
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java 79 g2.drawImage(image, shadowSize, shadowSize, null);
161 g2.drawImage(source, null, 0, 0);
187 g.drawImage(source, 0, 0, null);
216 g.drawImage(source, 0, 0, null);
302 gc.drawImage(ShadowBottomLeft, x - ShadowBottomLeft.getWidth(null), y + height, null);
303 gc.drawImage(ShadowBottomRight, x + width, y + height, null);
304 gc.drawImage(ShadowTopRight, x + width, y, null);
305 gc.drawImage(ShadowTopLeft, x - ShadowTopLeft.getWidth(null), y, null);
306 gc.drawImage(ShadowBottom,
309 gc.drawImage(ShadowRight
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ErrorImageComposite.java 57 drawImage(baseData, 0, 0);
62 drawImage(overlayData, -3, mSize.y - overlayData.height + 3);
64 drawImage(overlayData, 0, mSize.y - overlayData.height);
  /external/chromium_org/third_party/skia/debugger/QT/
SkRasterWidget.cpp 50 painter.drawImage(origin, image.rgbSwapped());
52 painter.drawImage(origin, image);
SkImageWidget.cpp 46 painter.drawImage(origin, image);
  /external/skia/debugger/QT/
SkRasterWidget.cpp 50 painter.drawImage(origin, image.rgbSwapped());
52 painter.drawImage(origin, image);
SkImageWidget.cpp 50 painter.drawImage(origin, image);
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 74 graphics.drawImage(image, xt, yt, width, height, null);
OverrideGraphics2D.java 294 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer)
296 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, bgcolor, observer);
299 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer)
301 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer);
304 public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer)
306 return graphics.drawImage(img, x, y, width, height, bgcolor, observer);
309 public boolean drawImage(Image img, int x, int y, int width, int height, ImageObserver observer)
311 return graphics.drawImage(img, x, y, width, height, observer);
314 public boolean drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer)
316 return graphics.drawImage(img, x, y, bgcolor, observer)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ImageCanvas.java 68 void drawImage(Bitmap decoded, Object key);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl 29 // FIXME: Use union type in drawImage and createPattern once supported:
113 [RaisesException] void drawImage(HTMLImageElement image, unrestricted float x, unrestricted float y);
114 [RaisesException] void drawImage(HTMLImageElement image, unrestricted float x, unrestricted float y, unrestricted float width, unrestricted float height);
115 [RaisesException] void drawImage(HTMLImageElement image, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
116 [RaisesException] void drawImage(HTMLCanvasElement canvas, unrestricted float x, unrestricted float y);
117 [RaisesException] void drawImage(HTMLCanvasElement canvas, unrestricted float x, unrestricted float y, unrestricted float width, unrestricted float height);
118 [RaisesException] void drawImage(HTMLCanvasElement canvas, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
119 [RaisesException] void drawImage(HTMLVideoElement video, unrestricted float x, unrestricted float y);
120 [RaisesException] void drawImage(HTMLVideoElement video, unrestricted float x, unrestricted float y, unrestricted float width, unrestricted float height);
121 [RaisesException] void drawImage(HTMLVideoElement video, unrestricted float sx, unrestricted float sy, unrestricted float sw, unres (…)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 90 temp.getGraphics().drawImage(goldenImage, 0, 0, null);
168 g.drawImage(goldenImage, 0, 0, null);
169 g.drawImage(image, 2 * imageWidth, 0, null);
220 g2.drawImage(source, 0, 0, null);
223 g2.drawImage(source, 0, 0, destWidth, destHeight, 0, 0, sourceWidth, sourceHeight,
267 g2.drawImage(source, 0, 0, nearestWidth, nearestHeight, 0, 0, sourceWidth, sourceHeight,
281 g2.drawImage(source, 0, 0, halfWidth, halfHeight, 0, 0, sourceWidth, sourceHeight,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
CrossfadeGeneratedImage.cpp 68 context->drawImage(m_fromImage, IntPoint());
79 context->drawImage(m_toImage, IntPoint(), CompositePlusLighter);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 331 g.drawImage(image, 0, 0, width, height, x1, y1, x2, y2, null);
362 g2.drawImage(source, null, shadowSize, shadowSize);
444 g2.drawImage(source, null, 0, 0);
468 g.drawImage(source, 0, 0, width, height, null);
591 gc.drawImage(sShadowBottomLeft, x, y + height, null);
592 gc.drawImage(sShadowBottomRight, x + width, y + height, null);
593 gc.drawImage(sShadowTopRight, x + width, y, null);
594 gc.drawImage(sShadowBottom,
599 gc.drawImage(sShadowRight,
659 gc.drawImage(sShadow2BottomLeft, x, y + height, null)
    [all...]
SwtUtils.java 107 graphics.drawImage(image, 0, 0, null);
437 gc.drawImage(sShadowBottomLeft, x, y + height);
438 gc.drawImage(sShadowBottomRight, x + width, y + height);
439 gc.drawImage(sShadowTopRight, x + width, y);
440 gc.drawImage(sShadowBottom,
445 gc.drawImage(sShadowRight,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
IconLoader.java 44 g.drawImage(image, 0, 0, null);
  /external/chromium_org/chrome/browser/resources/feedback/js/
take_screenshot.js 19 canvas.getContext('2d').drawImage(
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 113 gc.drawImage(m_image, x, y);
122 paintGC.drawImage(m_backImage, 0, 0);
  /external/chromium_org/third_party/WebKit/Source/core/paint/
SVGImagePainter.cpp 71 paintInfo.context->drawImage(image.get(), destRect, srcRect, CompositeSourceOver);

Completed in 606 milliseconds

1 2 3 4 5 6