Home
last modified time | relevance | path

Searched refs:rowbytes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.h105 size_t rowbytes = static_cast<size_t>(width * channels) * channelSize; in RowPointers() local
106 if (rowbytes <= 0 || rowbytes > static_cast<size_t>(std::numeric_limits<int>::max())) { in RowPointers()
120 rowPointers[i] = (T *)malloc(rowbytes); in RowPointers()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp1157 unsigned int rowbytes = png_get_rowbytes(png_ptr, info_ptr); in GetColorData() local
1158 row_pointers = (png_bytep)png_malloc(png_ptr, rowbytes); in GetColorData()