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

  /external/skia/src/svg/
SkSVGDevice.h 72 SkBitmap fLegacyBitmap;
SkSVGDevice.cpp 576 fLegacyBitmap.setInfo(SkImageInfo::MakeUnknown(size.width(), size.height()));
593 return fLegacyBitmap.info();
597 return fLegacyBitmap;
  /external/skia/src/gpu/
SkGpuDevice.h 77 return fLegacyBitmap.info();
157 SkBitmap fLegacyBitmap;
SkGpuDevice.cpp 165 fLegacyBitmap.setInfo(info);
166 fLegacyBitmap.setPixelRef(pr)->unref();
269 fLegacyBitmap.notifyPixelsChanged();
276 return fLegacyBitmap;
344 SkASSERT(fRenderTarget->surfacePriv().info() == fLegacyBitmap.info());
346 fLegacyBitmap.setPixelRef(pr)->unref();
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.h 187 return fLegacyBitmap;
226 SkBitmap fLegacyBitmap;
SkPDFDevice.cpp 724 fLegacyBitmap.setInfo(
    [all...]

Completed in 156 milliseconds