Home
last modified time | relevance | path

Searched refs:minRowBytes64 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/include/core/
H A DSkImageInfo.h598 uint64_t minRowBytes64() const { in minRowBytes64() function
609 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes()
692 if (rowBytes < this->minRowBytes64()) { in validRowBytes()
/third_party/skia/docs/examples/
H A DImageInfo_minRowBytes64.cpp11 uint64_t minRowBytes = imageInfo.minRowBytes64(); in REG_FIDDLE()
H A DBitmap_tryAllocPixels_4.cpp19 uint64_t rowBytes = info.minRowBytes64(); in REG_FIDDLE()
/third_party/skia/src/core/
H A DSkBitmap.cpp115 int64_t mrb = info.minRowBytes64(); in setInfo()

Completed in 3 milliseconds