Searched defs:minRowBytes (Results 1 – 7 of 7) sorted by relevance
523 size_t minRowBytes() const { in minRowBytes() function524 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes() local
10 uint64_t minRowBytes = imageInfo.minRowBytes64(); in draw() local
10 size_t minRowBytes = imageInfo.minRowBytes(); in draw() local
7 const size_t minRowBytes = info.minRowBytes(); // bytes used by one bitmap row in draw() local
60 size_t minRowBytes() const { return this->bpp() * this->width(); } in minRowBytes() function
65 const size_t minRowBytes = w * bpp; in validate_texel_levels() local443 size_t minRowBytes = SkToSizeT(GrColorTypeBytesPerPixel(dstColorType) * rect.width()); in readPixels() local
201 const size_t minRowBytes = info.minRowBytes(); in DEF_TEST() local