Home
last modified time | relevance | path

Searched defs:minRowBytes (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/docs/examples/
DImageInfo_minRowBytes.cpp11 size_t minRowBytes = imageInfo.minRowBytes(); in draw() local
DImageInfo_minRowBytes64.cpp11 uint64_t minRowBytes = imageInfo.minRowBytes64(); in draw() local
DCanvas_MakeRasterDirect.cpp8 const size_t minRowBytes = info.minRowBytes(); // bytes used by one bitmap row in draw() local
/third_party/skia/docs/examples/
DImageInfo_minRowBytes.cpp11 size_t minRowBytes = imageInfo.minRowBytes(); in draw() local
DImageInfo_minRowBytes64.cpp11 uint64_t minRowBytes = imageInfo.minRowBytes64(); in draw() local
DCanvas_MakeRasterDirect.cpp8 const size_t minRowBytes = info.minRowBytes(); // bytes used by one bitmap row in draw() local
/third_party/flutter/skia/include/core/
DSkImageInfo.h506 size_t minRowBytes() const { in minRowBytes() function
507 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes() local
/third_party/flutter/skia/src/gpu/
DGrDataUtils.h74 size_t minRowBytes() const { return this->bpp() * this->width(); } in minRowBytes() function
DGrGpu.cpp109 const size_t minRowBytes = w * bpp; in validate_levels() local
377 size_t minRowBytes = SkToSizeT(GrColorTypeBytesPerPixel(dstColorType) * width); in readPixels() local
/third_party/skia/src/gpu/
DGrImageInfo.h77 size_t minRowBytes() const { return this->bpp() * this->width(); } in minRowBytes() function
DGrGpu.cpp63 const size_t minRowBytes = w * bpp; in validate_texel_levels() local
425 size_t minRowBytes = SkToSizeT(GrColorTypeBytesPerPixel(dstColorType) * rect.width()); in readPixels() local
/third_party/skia/include/core/
DSkImageInfo.h608 size_t minRowBytes() const { in minRowBytes() function
609 uint64_t minRowBytes = this->minRowBytes64(); in minRowBytes() local
/third_party/flutter/skia/tests/
DCanvasTest.cpp164 const size_t minRowBytes = info.minRowBytes(); in DEF_TEST() local
/third_party/skia/tests/
DCanvasTest.cpp181 const size_t minRowBytes = info.minRowBytes(); in DEF_TEST() local