Home
last modified time | relevance | path

Searched refs:UIFree (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.cpp105 UIFree(srcData1); in InitImageInfo()
112 UIFree(imageInfo1_); in InitImageInfo()
113 UIFree(srcData1); in InitImageInfo()
124 UIFree(srcData2); in InitImageInfo()
125 UIFree(imageInfo1_); in InitImageInfo()
126 UIFree(srcData1); in InitImageInfo()
147 UIFree(srcData2); in SetSrcData3()
149 UIFree(srcData1); in SetSrcData3()
161 UIFree(srcData3); in SetSrcData3()
163 UIFree(srcData2); in SetSrcData3()
[all …]
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dimage.cpp42 UIFree(reinterpret_cast<void*>(path_)); in ~Image()
127 UIFree(reinterpret_cast<void*>(imagePath)); in SetStandardSrc()
156 UIFree(reinterpret_cast<void*>(imagePath)); in SetLiteSrc()
161 UIFree(reinterpret_cast<void*>(imagePath)); in SetLiteSrc()
193 UIFree(reinterpret_cast<void*>(path_)); in SetSrc()
242 UIFree(reinterpret_cast<void*>(path_)); in PreParse()
247 UIFree(reinterpret_cast<void*>(path)); in PreParse()
292 UIFree(tmpRowPointer[i]); in FreePngBytep()
295 UIFree(*rowPointer); in FreePngBytep()
384 UIFree(imgInfo); in SetPNGSrc()
[all …]
H A Dgraphic_startup.cpp86 UIFree(reinterpret_cast<void*>(lineBreakRuleFile)); in InitLineBreakEngine()
91 UIFree(reinterpret_cast<void*>(lineBreakRuleFile)); in InitLineBreakEngine()
102 UIFree(reinterpret_cast<void*>(lineBreakRuleFile)); in InitLineBreakEngine()
109 UIFree(reinterpret_cast<void*>(lineBreakRuleFile)); in InitLineBreakEngine()
119 UIFree(reinterpret_cast<void*>(lineBreakRuleFile)); in InitLineBreakEngine()
H A Dtext.cpp53 UIFree(text_); in ~Text()
58 UIFree(textStyles_); in ~Text()
63 UIFree(spannableString_); in ~Text()
99 UIFree(text_); in SetText()
107 UIFree(text_); in SetText()
113 UIFree(textStyles_); in SetText()
154 UIFree(destName); in SetFont()
164 UIFree(destName); in SetFont()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp35 UIFree(reinterpret_cast<void*>(filePath_)); in ~UIScreenshotListener()
55 UIFree(reinterpret_cast<void*>(filePath_)); in OnScreenshotEnd()
85 UIFree(reinterpret_cast<void*>(argb8888Addr)); in OnScreenshotEnd()
92 UIFree(reinterpret_cast<void*>(filePath_)); in SetFilePath()
164 UIFree(reinterpret_cast<void*>(destPath)); in ScreenshotToFile()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dtext_adapter.cpp50 UIFree(fontName_); in ~TextAdapter()
170 UIFree(reinterpret_cast<void*>(const_cast<char*>(node->data_))); in ClearDynamicText()
194 UIFree(reinterpret_cast<void*>(stringData)); in SetData()
H A Dui_time_picker.cpp70 UIFree(backgroundFontName_); in ~UITimePicker()
75 UIFree(highlightFontName_); in ~UITimePicker()
287 UIFree(highlightFontName_); in SetTextStyle()
293 UIFree(backgroundFontName_); in SetTextStyle()
H A Dui_qrcode.cpp33 UIFree(qrcodeVal_); in ~UIQrcode()
102 UIFree(qrcodeVal_); in SetQrcodeVal()
110 UIFree(reinterpret_cast<void*>(qrcodeVal_)); in SetQrcodeVal()
H A Dui_picker.cpp158 UIFree(backgroundFontName_); in ~UIPicker()
163 UIFree(highlightFontName_); in ~UIPicker()
372 UIFree(backgroundFontName_); in SetFontId()
378 UIFree(highlightFontName_); in SetFontId()
H A Dui_radio_button.cpp127 UIFree(name_); in SetName()
137 UIFree(name_); in SetName()
/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.cpp56 UIFree(const_cast<char*>(dsc_.path)); in ClearSrc()
74 UIFree(reinterpret_cast<void*>(newStr)); in SetSrc()
99 UIFree(reinterpret_cast<void*>(entryArr_)); in Init()
110 UIFree(reinterpret_cast<void*>(entryArr_)); in Init()
H A Dimage_load.cpp194 UIFree(buffer); in GetImageInfo()
199 UIFree(buffer); in GetImageInfo()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp280 UIFree(foregroundImageInfo);
282 UIFree(backgroundImageInfo);
284 UIFree(groundImageInfo);
H A Dui_edit_text_unit_test.cpp36 UIFree(value_); in OnChange()
44 UIFree(value_); in OnChange()
H A Dui_button_unit_test.cpp357 UIFree(triggeredImgSrc);
359 UIFree(defaultImgSrc);
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_image.cpp75 UIFree(buf); in DrawCommon()
84 UIFree(buf); in DrawCommon()
H A Ddraw_label.cpp299 UIFree(buffer); in DrawLetterWithRotate()
309 UIFree(buffer); in DrawLetterWithRotate()
474 UIFree(*buffer); in CalculatedTransformDataInfo()
482 UIFree(*buffer); in CalculatedTransformDataInfo()
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_multi_font_manager.cpp71 UIFree(fontIdIndex_); in ~UIMultiFontManager()
91 UIFree(fontNodes_[index].fontIds); in UpdateFont()
135 UIFree(node.fontIds); in ClearSearchFontList()
H A Dglyphs_file.cpp43 UIFree(fontName_); in ~GlyphsFile()
128 UIFree(fontName_); in SetFontName()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dmem_api.h80 void UIFree(void* buffer);
H A Dheap_base.h72 UIFree(p); in delete()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dmem_api.cpp38 UI_WEAK_SYMBOL void UIFree(void* buffer) in UIFree() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_radio_button.h76 UIFree(name_); in ~UIRadioButton()
H A Dtext_adapter.h134 UIFree(fontName_); in SetFontId()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dcommon_basics.h388 UIFree(ptr); in Deallocate()

12