Lines Matching refs:UIMalloc
121 char* imagePath = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen)));
150 char* imagePath = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen)));
216 imageInfo_ = static_cast<ImageInfo*>(UIMalloc(static_cast<uint32_t>(sizeof(ImageInfo))));
245 char* path = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen)));
301 png_bytep* rowPointer = static_cast<png_bytep*>(UIMalloc(sizeof(png_bytep) * height));
306 rowPointer[y] = static_cast<png_byte*>(UIMalloc(rowBytes));
376 ImageInfo* imgInfo = static_cast<ImageInfo*>(UIMalloc(sizeof(ImageInfo)));
381 uint8_t* srcData = static_cast<uint8_t*>(UIMalloc(dataSize));
436 ImageInfo* imgInfo = static_cast<ImageInfo*>(UIMalloc(sizeof(ImageInfo)));
443 uint8_t* srcData = static_cast<uint8_t*>(UIMalloc(dataSize));