HomeSort by relevance Sort by last modified time
    Searched refs:tempCanvas (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
loupe.js 86 var tempCanvas = document.createElement('canvas');
87 tempCanvas.width = sourceImage.width;
88 tempCanvas.height = sourceImage.height;
89 var tempContext = tempCanvas.getContext('2d');
93 this._fillFromCanvas(x, y, type, tempCanvas);
  /external/skia/gm/
xfermodes3.cpp 61 SkAutoTUnref<SkCanvas> tempCanvas(this->possiblyCreateTempCanvas(canvas, kSize, kSize));
77 this->drawMode(canvas, x, y, kSize, kSize, modePaint, tempCanvas.get());
92 this->drawMode(canvas, x, y, kSize, kSize, modePaint, tempCanvas.get());
114 SkCanvas* tempCanvas = NULL;
127 tempCanvas = SkNEW_ARGS(SkCanvas, (device.get()));
131 return tempCanvas;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DeferredImageDecoderTest.cpp 148 SkCanvas* tempCanvas = m_picture.beginRecording(100, 100);
149 tempCanvas->drawBitmap(image->bitmap(), 0, 0);
174 SkCanvas* tempCanvas = m_picture.beginRecording(100, 100);
175 tempCanvas->drawBitmap(scaledBitmap, 0, 0);
205 SkCanvas* tempCanvas = m_picture.beginRecording(100, 100);
206 tempCanvas->drawBitmap(image->bitmap(), 0, 0);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 710 Canvas tempCanvas = new Canvas(thumb);
712 tempCanvas.drawBitmap(temp, new Matrix(), new Paint());
715 mCellOutline.draw(tempCanvas);
  /external/skia/bench/
benchmain.cpp 808 SkCanvas* tempCanvas = pictureRecordFrom.beginRecording(dim.fX, dim.fY,
810 bench->draw(tempCanvas);
    [all...]

Completed in 1364 milliseconds