Home
last modified time | relevance | path

Searched refs:fPath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dstrokes.cpp65 fPath = OH_Drawing_PathCreate(); in OnTestFunction()
66 OH_Drawing_PathMoveTo(fPath, 0, 0); in OnTestFunction()
71 OH_Drawing_PathLineTo(fPath, x, y); in OnTestFunction()
90 OH_Drawing_CanvasDrawPath(canvas, fPath); in OnTestFunction()
97 OH_Drawing_PathDestroy(fPath); in OnTestFunction()
H A Dfill_types_persp.cpp44 fPath = OH_Drawing_PathCreate(); in MakePath()
51 DrawPathAddCircle(fPath, centerX1, centerY1, radius1); in MakePath()
52 DrawPathAddCircle(fPath, centerX2, centerY2, radius2); in MakePath()
67 OH_Drawing_PathSetFillType(fPath, ft); in ShowPath()
72 OH_Drawing_CanvasDrawPath(canvas, fPath); in ShowPath()
160 OH_Drawing_PathDestroy(fPath); in OnTestFunction()
H A Dstrokes.h30 OH_Drawing_Path *fPath = nullptr; variable
H A Dfill_types_persp.h41 OH_Drawing_Path* fPath = nullptr; variable
/ohos5.0/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_display_test.cpp79 bool CheckFileExist(const std::string& fPath) in CheckFileExist() argument
81 if (!fPath.empty()) { in CheckFileExist()
82 FILE* fp = fopen(fPath.c_str(), "r"); in CheckFileExist()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_system_api_adapter_impl.cpp74 auto fPath = filePath.substr(0, HEAD_SIZE) + REPLACE_CHAIN + in SetSecurityOption() local
76 … ZLOGE("set label failed! level:%{public}s, file:%{public}s", secLevel.c_str(), fPath.c_str()); in SetSecurityOption()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp357 explicit SystemFont(const char* fPath = SYSTEM_FONT_PATH) in SystemFont() argument
359 ParseConfig(fPath); in SystemFont()
370 void ParseConfig(const char* fPath) in ParseConfig() argument
372 if (fPath == nullptr) { in ParseConfig()
376 DIR *dir = opendir(fPath); in ParseConfig()