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

  /external/skia/include/core/
SkImageInfo.h 306 int64_t getSafeSize64(size_t rowBytes) const {
314 int64_t size = this->getSafeSize64(rowBytes);
SkPixmap.h 90 uint64_t getSafeSize64() const { return fInfo.getSafeSize64(fRowBytes); }
SkBitmap.h 171 return fInfo.getSafeSize64(fRowBytes);
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 185 const int64_t size64 = info.getSafeSize64(bitmap->rowBytes());

Completed in 88 milliseconds