Lines Matching refs:SkThreadedBMPDevice
178 void SkThreadedBMPDevice::startThreads() { in startThreads()
201 void SkThreadedBMPDevice::finishThreads() { in finishThreads()
211 SkThreadedBMPDevice::SkThreadedBMPDevice(const SkBitmap& bitmap, int tiles, int threads) in SkThreadedBMPDevice() function in SkThreadedBMPDevice
227 void SkThreadedBMPDevice::flush() { in flush()
233 struct SkThreadedBMPDevice::DrawState {
238 explicit DrawState(SkThreadedBMPDevice* dev) { in DrawState()
259 SkIRect SkThreadedBMPDevice::transformDrawBounds(const SkRect& drawBounds) const { in transformDrawBounds()
294 void SkThreadedBMPDevice::drawPaint(const SkPaint& paint) { in drawPaint()
298 void SkThreadedBMPDevice::drawPoints(SkCanvas::PointMode mode, size_t count, in drawPoints()
305 void SkThreadedBMPDevice::drawRect(const SkRect& r, const SkPaint& paint) { in drawRect()
310 void SkThreadedBMPDevice::drawRRect(const SkRRect& rrect, const SkPaint& paint) { in drawRRect()
324 void SkThreadedBMPDevice::drawPath(const SkPath& path, const SkPaint& paint, in drawPath()
332 void SkThreadedBMPDevice::drawBitmap(const SkBitmap& bitmap, SkScalar x, SkScalar y, in drawBitmap()
341 void SkThreadedBMPDevice::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& paint) { in drawSprite()
346 void SkThreadedBMPDevice::drawText(const void* text, size_t len, SkScalar x, SkScalar y, in drawText()
352 void SkThreadedBMPDevice::drawPosText(const void* text, size_t len, const SkScalar xpos[], in drawPosText()
359 void SkThreadedBMPDevice::drawVertices(const SkVertices* vertices, SkBlendMode bmode, in drawVertices()
368 void SkThreadedBMPDevice::drawDevice(SkBaseDevice* device, int x, int y, const SkPaint& paint) { in drawDevice()