Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkImageInfo.h498 uint64_t minRowBytes64() const { return sk_64_mul(this->width(), this->bytesPerPixel()); } in minRowBytes64() function
507 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes()
587 return rowBytes >= this->minRowBytes64(); in validRowBytes()
/third_party/skia/include/core/
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/
DImageInfo_minRowBytes64.cpp11 uint64_t minRowBytes = imageInfo.minRowBytes64(); in draw()
DBitmap_tryAllocPixels_4.cpp19 uint64_t rowBytes = info.minRowBytes64(); in allocPixelRef()
/third_party/flutter/skia/docs/examples/
DImageInfo_minRowBytes64.cpp11 uint64_t minRowBytes = imageInfo.minRowBytes64(); in draw()
DBitmap_tryAllocPixels_4.cpp19 uint64_t rowBytes = info.minRowBytes64(); in allocPixelRef()
/third_party/flutter/skia/src/core/
DSkBitmap.cpp117 int64_t mrb = info.minRowBytes64(); in setInfo()
/third_party/skia/src/core/
DSkBitmap.cpp115 int64_t mrb = info.minRowBytes64(); in setInfo()
/third_party/flutter/skia/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…
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1519 uint64_t minRowBytes64() const;
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1511 uint64_t minRowBytes64() const;