Searched defs:drawSpecial (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkBitmapDevice.cpp388 void SkBitmapDevice::drawSpecial(SkSpecialImage* srcImg, int x, int y, function in class:SkBitmapDevice
H A DSkDevice.cpp277 void SkBaseDevice::drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&) {} function in class:SkBaseDevice
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1134 this->drawSpecial(srcImg.get(), left, top, paint);
1138 void SkGpuDevice::drawSpecial(SkSpecialImage* special1, function in class:SkGpuDevice
1143 GR_CREATE_TRACE_MARKER_CONTEXT("SkGpuDevice", "drawSpecial", fContext.get());
1364 this->drawSpecial(srcImg.get(), left, top, paint);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp2207 void SkPDFDevice::drawSpecial(SkSpecialImage* srcImg, int x, int y, function in class:__anon17147::Clusterator::SkPDFDevice
2246 // TODO: See comment above in drawSpecial. The color mode we use for decode should be driven

Completed in 174 milliseconds