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

  /external/skia/include/core/
SkCanvas.h 743 * Controls the behavior at the edge of the src-rect, when specified in drawImageRect,
    [all...]
  /external/skia/src/core/
SkDevice.cpp 190 void SkBaseDevice::drawImageRect(const SkImage* image, const SkRect* src,
205 this->drawImageRect(image, &srcR, dstR, paint, SkCanvas::kStrict_SrcRectConstraint);
226 this->drawImageRect(image, &srcR, dstR, paint, SkCanvas::kStrict_SrcRectConstraint);
SkCanvas.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 502 milliseconds