Searched defs:minRowBytes (Results 1 – 9 of 9) 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
510 size_t minRowBytes() const { in minRowBytes() function511 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes() local
69 size_t minRowBytes() const { return this->bpp() * this->width(); } in minRowBytes() function
115 const size_t minRowBytes = w * bpp; in validate_texel_levels() local471 size_t minRowBytes = SkToSizeT(GrColorTypeBytesPerPixel(dstColorType) * width); in readPixels() local
592 size_t minRowBytes() const { in minRowBytes() function593 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes() local
164 const size_t minRowBytes = info.minRowBytes(); in DEF_TEST() local
594 const size_t minRowBytes = info.minRowBytes(); in test_newraster() local