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

  /external/skia/include/core/
SkDevice.h 181 virtual void writePixels(const SkBitmap& bitmap, int x, int y);
SkCanvas.h 141 void writePixels(const SkBitmap& bitmap, int x, int y);
    [all...]
  /external/skia/include/gpu/
SkGpuDevice.h 80 virtual void writePixels(const SkBitmap& bitmap, int x, int y);
  /external/skia/gpu/include/
GrContext.h 475 void writePixels(int left, int top, int width, int height,
  /external/skia/src/core/
SkDevice.cpp 137 void SkDevice::writePixels(const SkBitmap& bitmap, int x, int y) {
SkCanvas.cpp 588 void SkCanvas::writePixels(const SkBitmap& bitmap, int x, int y) {
591 device->writePixels(bitmap, x, y);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 304 // If the device's bitmap doesn't have pixels we will make a temp and call writePixels on the device.
336 dstDevice->writePixels(destBitmap, destX, destY);
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 667 file.writePixels( height );
720 file.writePixels( 1 );
  /external/skia/src/gpu/
SkGpuDevice.cpp 251 void SkGpuDevice::writePixels(const SkBitmap& bitmap, int x, int y) {
263 fContext->writePixels(x, y, bitmap.width(), bitmap.height(),
    [all...]
  /external/skia/gpu/src/
GrContext.cpp     [all...]

Completed in 869 milliseconds