Searched defs:minRowBytes (Results 1 – 7 of 7) sorted by relevance
11 uint64_t minRowBytes = imageInfo.minRowBytes64(); in draw() local
11 size_t minRowBytes = imageInfo.minRowBytes(); in draw() local
8 const size_t minRowBytes = info.minRowBytes(); // bytes used by one bitmap row in draw() 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
609 size_t minRowBytes() const { in minRowBytes() function610 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes() local
188 const size_t minRowBytes = info.minRowBytes(); in DEF_TEST() local