Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dimage.cpp299 static inline png_bytep* MallocPngBytep(uint16_t height, uint32_t rowBytes) in MallocPngBytep() function
365 rowPointer = MallocPngBytep(height, png_get_rowbytes(png, info)); in SetPNGSrc()