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

  /external/skia/src/core/
SkThreadedBMPDevice.cpp 8 #include "SkThreadedBMPDevice.h"
178 void SkThreadedBMPDevice::startThreads() {
201 void SkThreadedBMPDevice::finishThreads() {
211 SkThreadedBMPDevice::SkThreadedBMPDevice(const SkBitmap& bitmap, int tiles, int threads)
227 void SkThreadedBMPDevice::flush() {
233 struct SkThreadedBMPDevice::DrawState {
238 explicit DrawState(SkThreadedBMPDevice* dev) {
259 SkIRect SkThreadedBMPDevice::transformDrawBounds(const SkRect& drawBounds) const {
294 void SkThreadedBMPDevice::drawPaint(const SkPaint& paint)
    [all...]
SkThreadedBMPDevice.h 40 class SkThreadedBMPDevice : public SkBitmapDevice {
43 SkThreadedBMPDevice(const SkBitmap& bitmap, int tiles, int threads = 0);
44 ~SkThreadedBMPDevice() override { finishThreads(); }
SkBitmapDevice.h 147 friend class SkThreadedBMPDevice; // to copy fRCStack
  /external/skia/samplecode/
SampleApp.cpp 38 #include "SkThreadedBMPDevice.h"
    [all...]

Completed in 220 milliseconds