Home
last modified time | relevance | path

Searched refs:minRowBytes64 (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkImageInfo.h242 uint64_t minRowBytes64() const { in minRowBytes64() function
247 return (size_t)this->minRowBytes64(); in minRowBytes()
/external/skia/src/core/
DSkMallocPixelRef.cpp60 int64_t minRB = (int64_t)info.minRowBytes64(); in NewAllocate()
DSkBitmap.cpp115 int64_t mrb = info.minRowBytes64(); in setInfo()