Searched defs:drawBitmapRect (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/svg/
H A DSkSVGDevice.cpp769 void SkSVGDevice::drawBitmapRect(const SkBitmap& bm, const SkRect* srcOrNull, function in class:SkSVGDevice
/external/skqp/src/svg/
H A DSkSVGDevice.cpp742 void SkSVGDevice::drawBitmapRect(const SkBitmap& bm, const SkRect* srcOrNull, function in class:SkSVGDevice
/external/skia/src/core/
H A DSkBitmapDevice.cpp245 void SkBitmapDevice::drawBitmapRect(const SkBitmap& bitmap, function in class:SkBitmapDevice
H A DSkCanvas.cpp95 void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint&,
1866 void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkRect& src, const SkRect& dst, function in class:SkCanvas
1875 void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkIRect& isrc, const SkRect& dst, function in class:SkCanvas
1877 this->drawBitmapRect(bitmap, SkRect::Make(isrc), dst, paint, constraint);
1880 void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkRect& dst, const SkPaint* paint, function in class:SkCanvas
1882 this->drawBitmapRect(bitmap, SkRect::MakeIWH(bitmap.width(), bitmap.height()), dst, paint,
1896 this->drawBitmapRect(bitmap, dst, paint);
1918 this->drawBitmapRect(bitmap, dst, paint);
1954 this->drawBitmapRect(bitmap, *src, dst, paint, constraint);
1956 this->drawBitmapRect(bitma
[all...]
/external/skqp/src/core/
H A DSkBitmapDevice.cpp245 void SkBitmapDevice::drawBitmapRect(const SkBitmap& bitmap, function in class:SkBitmapDevice
H A DSkCanvas.cpp95 void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint&,
1845 void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkRect& src, const SkRect& dst, function in class:SkCanvas
1854 void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkIRect& isrc, const SkRect& dst, function in class:SkCanvas
1856 this->drawBitmapRect(bitmap, SkRect::Make(isrc), dst, paint, constraint);
1859 void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkRect& dst, const SkPaint* paint, function in class:SkCanvas
1861 this->drawBitmapRect(bitmap, SkRect::MakeIWH(bitmap.width(), bitmap.height()), dst, paint,
1874 this->drawBitmapRect(bitmap, dst, paint);
1895 this->drawBitmapRect(bitmap, dst, paint);
1931 this->drawBitmapRect(bitmap, *src, dst, paint, constraint);
1933 this->drawBitmapRect(bitma
[all...]
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1123 void SkGpuDevice::drawBitmapRect(const SkBitmap& bitmap, function in class:SkGpuDevice
1341 this->drawBitmapRect(bm, src, dst, paint, constraint);
/external/skqp/src/gpu/
H A DSkGpuDevice.cpp1118 void SkGpuDevice::drawBitmapRect(const SkBitmap& bitmap, function in class:SkGpuDevice
1335 this->drawBitmapRect(bm, src, dst, paint, constraint);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp979 void SkPDFDevice::drawBitmapRect(const SkBitmap& bm, function in class:SkPDFDevice
/external/skia/src/xps/
H A DSkXPSDevice.cpp2209 void SkXPSDevice::drawBitmapRect(const SkBitmap& bitmap, function in class:SkXPSDevice
/external/skqp/src/pdf/
H A DSkPDFDevice.cpp979 void SkPDFDevice::drawBitmapRect(const SkBitmap& bm, function in class:SkPDFDevice
/external/skqp/src/xps/
H A DSkXPSDevice.cpp2209 void SkXPSDevice::drawBitmapRect(const SkBitmap& bitmap, function in class:SkXPSDevice

Completed in 390 milliseconds