Home
last modified time | relevance | path

Searched refs:addPath (Results 1 - 10 of 10) sorted by relevance

/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dhotplug_detector_test.cpp104 std::string addPath; in HWTEST_F() local
108 auto add = [&addCalled, &addPath](std::string path) { in HWTEST_F()
110 addPath = std::move(path); in HWTEST_F()
122 EXPECT_THAT(addPath, StartsWith(DEV_INPUT_PATH)); in HWTEST_F()
128 addPath.clear(); in HWTEST_F()
138 EXPECT_THAT(addPath, StartsWith(DEV_INPUT_PATH)); in HWTEST_F()
139 EXPECT_TRUE(Exists(addPath)); in HWTEST_F()
147 EXPECT_EQ(removePath, addPath); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.h36 bool addPath(const std::string &aPath);
H A DFileMonitor.cpp176 bool FileMonitor::addPath(const std::string& aPath) in addPath() function in ige::FileMonitor
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp236 path_.addPath(skPathImpl->GetPath(), dx, dy, static_cast<SkPath::AddPathMode>(mode)); in AddPath()
245 path_.addPath(skPathImpl->GetPath(), static_cast<SkPath::AddPathMode>(mode)); in AddPath()
266 path_.addPath(skPathImpl->GetPath(), skMatrixImpl->ExportSkiaMatrix(), static_cast<SkPath::AddPathMode>(mode)); in AddPath()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.cpp850 auto addPath = FFIData::GetData<NativeCanvasPath>(pathId); in FfiOHOSAceFrameworkCanvasPathAddPath() local
851 if (addPath == nullptr) { in FfiOHOSAceFrameworkCanvasPathAddPath()
854 path2d->AddPath(addPath); in FfiOHOSAceFrameworkCanvasPathAddPath()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp1156 skPath->addPath(tmpPath, offsetX, offsetY);
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp896 skPath.addPath(tmpPath, offsetX, offsetY); in SkiaCreatePath()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1882 fileMonitor.addPath(shaderSourcesPath.string());
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp1525 skPath2d_.addPath(out); in Path2DAddPath()
H A Drosen_render_custom_paint.cpp1529 skPath2d_.addPath(out); in Path2DAddPath()

Completed in 33 milliseconds