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

  /external/skia/legacy/src/core/
SkDevice.cpp 37 SkDevice* SkDevice::createCompatibleDevice(SkBitmap::Config config,
SkCanvas.cpp 779 device = this->createCompatibleDevice(config, ir.width(), ir.height(),
919 return fDevice->createCompatibleDevice(SkBitmap::kARGB_8888_Config,
    [all...]
  /external/skia/src/core/
SkDevice.cpp 92 SkDevice* SkDevice::createCompatibleDevice(SkBitmap::Config config,
SkCanvas.cpp 873 device = this->createCompatibleDevice(config, ir.width(), ir.height(),
    [all...]

Completed in 143 milliseconds