Lines Matching refs:path_
31 Image::Image() : imageInfo_(nullptr), path_(nullptr), srcType_(IMG_SRC_UNKNOWN), mallocFlag_(false) {}
36 CacheManager::GetInstance().Close(path_);
41 if (path_ != nullptr) {
42 UIFree(reinterpret_cast<void*>(path_));
43 path_ = nullptr;
52 } else if ((srcType_ == IMG_SRC_FILE) && (path_ != nullptr)) {
53 CacheManager::GetInstance().GetImageHeader(path_, header);
131 path_ = imagePath;
185 path_ = imagePath;
192 if (path_ != nullptr) {
193 UIFree(reinterpret_cast<void*>(path_));
194 path_ = nullptr;
241 if (path_ != nullptr) {
242 UIFree(reinterpret_cast<void*>(path_));
250 path_ = path;
281 DrawImage::DrawCommon(gfxDstBuffer, coords, mask, path_, style, opaScale);