Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkImageInfo.h502 uint64_t minRowBytes64() const { return sk_64_mul(this->width(), this->bytesPerPixel()); } in minRowBytes64() function
511 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes()
591 return rowBytes >= this->minRowBytes64(); in validRowBytes()
/external/skia/include/core/
DSkImageInfo.h596 uint64_t minRowBytes64() const { in minRowBytes64() function
607 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes()
690 if (rowBytes < this->minRowBytes64()) { in validRowBytes()
/external/skia/docs/examples/
DImageInfo_minRowBytes64.cpp11 uint64_t minRowBytes = imageInfo.minRowBytes64(); in draw()
DBitmap_tryAllocPixels_4.cpp19 uint64_t rowBytes = info.minRowBytes64(); in allocPixelRef()
/external/skqp/src/core/
DSkBitmap.cpp116 int64_t mrb = info.minRowBytes64(); in setInfo()
/external/skia/src/core/
DSkBitmap.cpp115 int64_t mrb = info.minRowBytes64(); in setInfo()
/external/skqp/docs/
DSkImageInfo_Reference.bmh1811 #Method uint64_t minRowBytes64() const
1821 uint64_t minRowBytes = imageInfo.minRowBytes64();
1871 #SeeAlso minRowBytes64 computeByteSize computeMinByteSize validRowBytes
DSkBitmap_Reference.bmh1656 uint64_t rowBytes = info.minRowBytes64();
/external/skqp/site/user/api/
DSkImageInfo_Reference.md978 uint64_t <a href='#SkImageInfo_minRowBytes64'>minRowBytes64</a>() const;
1912 uint64_t <a href='#SkImageInfo_minRowBytes64'>minRowBytes64</a>()const
1983 <a href='#SkImageInfo_minRowBytes64'>minRowBytes64</a> <a href='#SkImageInfo_computeByteSize'>compu…
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1511 uint64_t minRowBytes64() const;