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

  /external/skia/include/core/
SkBitmap.h 204 bool isNull() const { return nullptr == fPixelRef; }
711 SkPixelRef* pixelRef() const { return fPixelRef.get(); }
    [all...]
  /external/skqp/include/core/
SkBitmap.h 204 bool isNull() const { return nullptr == fPixelRef; }
721 SkPixelRef* pixelRef() const { return fPixelRef.get(); }
    [all...]

Completed in 88 milliseconds