Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/
H A Dmonitor.cpp101 std::string dPath(_pgmptr); in InitFontEngine()
102 size_t len = dPath.size(); in InitFontEngine()
103 size_t pos = dPath.find_last_of('\\'); in InitFontEngine()
104 dPath.replace((pos + 1), (len - pos), "..\\..\\simulator\\font\\font.bin"); in InitFontEngine()
106 dPath.c_str(), nullptr); in InitFontEngine()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drosen_render_side_bar_container.cpp43 RSRecordingPath dPath; in Paint() local
44 dPath.AddRect(RSRect(paintRect.Left(), paintRect.Top(), paintRect.Right(), paintRect.Bottom())); in Paint()
45 rsNode->SetClipBounds(Rosen::RSPath::CreateRSPath(dPath)); in Paint()
/ohos5.0/foundation/window/window_manager_lite/test/
H A Dsample_ui.cpp61 const char* dPath = "/user/data/font.bin"; in InitFontEngine()
63 dPath, nullptr); in InitFontEngine()
H A Dsample_window.cpp269 const char* dPath = "/user/data/font.bin"; in InitFontEngine()
271 dPath, nullptr); in InitFontEngine()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md206 static void InitFontEngine(uintptr_t psramAddr, uint32_t psramLen, const char* dPath, const char* t…
305 std::string dPath(_pgmptr);
306 size_t len = dPath.size();
307 size_t pos = dPath.find_last_of('\\');
308 dPath.replace((pos + 1), (len - pos), "..\\..\\simulator\\font\\font.bin");
309 …ine(reinterpret_cast<uintptr_t>(g_fontMemBaseAddr), MIN_FONT_PSRAM_LENGTH, dPath.c_str(), nullptr);
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dgraphic_startup.cpp47 const char* dPath, in InitFontEngine() argument
57 int8_t ret = uiFont->SetFontPath(dPath, BaseFont::DYNAMIC_FONT); in InitFontEngine()
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/common/
H A Dgraphic_startup.h28 …static void InitFontEngine(uintptr_t cacheMemAddr, uint32_t cacheMemLen, const char* dPath, const …
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md206 static void InitFontEngine(uintptr_t psramAddr, uint32_t psramLen, const char* dPath, const char* t…
305 std::string dPath(_pgmptr);
306 size_t len = dPath.size();
307 size_t pos = dPath.find_last_of('\\');
308 dPath.replace((pos + 1), (len - pos), "..\\..\\simulator\\font\\font.bin");
309 …ine(reinterpret_cast<uintptr_t>(g_fontMemBaseAddr), MIN_FONT_PSRAM_LENGTH, dPath.c_str(), nullptr);