Lines Matching defs:Image
31 Image::Image() : imageInfo_(nullptr), path_(nullptr), srcType_(IMG_SRC_UNKNOWN), mallocFlag_(false) {}
33 Image::~Image()
48 void Image::GetHeader(ImageHeader& header) const
58 OHOS::Image::ImageType Image::CheckImgType(const char* src)
94 bool Image::SetStandardSrc(const char* src)
136 bool Image::SetLiteSrc(const char* src)
190 bool Image::SetSrc(const char* src)
209 bool Image::SetSrc(const ImageInfo* src)
231 bool Image::PreParse(const char *src)
272 void Image::DrawImage(BufferInfo& gfxDstBuffer,
283 GRAPHIC_LOGE("Image::DrawImage:: failed with error srctype!\n");
315 bool Image::SetPNGSrc(const char* src)
412 bool Image::SetJPEGSrc(const char* src)
477 void Image::ReInitImageInfo(ImageInfo* imgInfo, bool mallocFlag)