Searched defs:minRowBytes (Results 1 – 14 of 14) sorted by relevance
11 size_t minRowBytes = imageInfo.minRowBytes(); in draw() local
11 uint64_t minRowBytes = imageInfo.minRowBytes64(); in draw() local
8 const size_t minRowBytes = info.minRowBytes(); // bytes used by one bitmap row in draw() local
506 size_t minRowBytes() const { in minRowBytes() function507 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes() local
74 size_t minRowBytes() const { return this->bpp() * this->width(); } in minRowBytes() function
109 const size_t minRowBytes = w * bpp; in validate_levels() local377 size_t minRowBytes = SkToSizeT(GrColorTypeBytesPerPixel(dstColorType) * width); in readPixels() local
77 size_t minRowBytes() const { return this->bpp() * this->width(); } in minRowBytes() function
63 const size_t minRowBytes = w * bpp; in validate_texel_levels() local425 size_t minRowBytes = SkToSizeT(GrColorTypeBytesPerPixel(dstColorType) * rect.width()); in readPixels() local
608 size_t minRowBytes() const { in minRowBytes() function609 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes() local
164 const size_t minRowBytes = info.minRowBytes(); in DEF_TEST() local
181 const size_t minRowBytes = info.minRowBytes(); in DEF_TEST() local