Home
last modified time | relevance | path

Searched refs:shape_path (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/dia/dia-0.97.3/objects/custom/
H A Dcustom.c137 char *shape_path; in dia_plugin_init() local
151 shape_path = getenv("DIA_SHAPE_PATH"); in dia_plugin_init()
152 if (shape_path) { in dia_plugin_init()
153 char **dirs = g_strsplit(shape_path, G_SEARCHPATH_SEPARATOR_S, 0); in dia_plugin_init()
/dports/graphics/azpainter/azpainter-2.1.7/src/other/
H A DBrushItem.c41 mFree(p->shape_path); in BrushItem_destroy_handle()
51 mStrdup_ptr(&p->shape_path, NULL); in BrushItem_setDefault()
167 dst->name = dst->shape_path = dst->texture_path = NULL; in BrushItem_copy()
170 mStrdup_ptr(&dst->shape_path, src->shape_path); in BrushItem_copy()
191 mStrSetPercentEncoding(str + 1, p->shape_path); in BrushItem_getTextFormat()
319 _get_textparam(tp, "shape", &str, &p->shape_path); in BrushItem_setFromText()
H A DBrushList.c594 pi->shape_path, registered); in BrushList_setBrushDrawParam()
1064 mStrdup_ptr(&g_dat->cur.shape_path, path); in BrushList_updateval_shape_path()
1067 mStrdup_ptr(&g_dat->selitem->shape_path, path); in BrushList_updateval_shape_path()
1298 || !_read_string(fp, &pi->shape_path) in _read_brushitem()
1481 size += mFILEwriteStr_len16BE(fp, pi->shape_path, -1); in _write_brushitem()
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/moddata_1/
H A Dbug1457 set shape_path [locate_data_file OCC145.brep]
12 OCC145 ${shape_path} 10
/dports/science/py-dlib/dlib-19.22/tools/python/test/
H A Dtest_numpy_returns.py11 shape_path = "tools/python/test/shape.pkl" variable
16 shape = utils.load_pickled_compatible(shape_path)
/dports/science/dlib-cpp/dlib-19.22/tools/python/test/
H A Dtest_numpy_returns.py11 shape_path = "tools/python/test/shape.pkl" variable
16 shape = utils.load_pickled_compatible(shape_path)
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/examples/cpp/alembicassembly/
H A Dnote8 shape_path (/path/to/myShape)
/dports/graphics/azpainter/azpainter-2.1.7/src/include/
H A DBrushItem.h40 *shape_path, //ブラシ形状ファイルパス (空で円形) member
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/web_editor/controllers/
H A Dmain.py535 shape_path = get_resource_path(module, 'static', 'shapes', filename)
536 if not shape_path:
538 with tools.file_open(shape_path, 'r') as file:
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.h58 …4PropertyDelegateShape *GetShapeDelegate(C4Value &val, C4PropertyPath *shape_path) const { return … in GetShapeDelegate() argument
382 …const class C4PropertyDelegateShape *GetShapeDelegate(C4Value &val, C4PropertyPath *shape_path) co…
505 …const C4PropertyDelegateShape *GetShapeDelegate(C4Value &val, C4PropertyPath *shape_path) const ov… in GetShapeDelegate() argument
H A DC4ConsoleQtPropListViewer.cpp1611 …gateShape *C4PropertyDelegateEnum::GetShapeDelegate(C4Value &val, C4PropertyPath *shape_path) const in GetShapeDelegate()
1621 *shape_path = option.adelegate->GetPathForProperty(*shape_path, option.value_key->GetCStr()); in GetShapeDelegate()
1626 return option.adelegate->GetShapeDelegate(val, shape_path); in GetShapeDelegate()
/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DDockBrushValue.c239 (pi->type != BRUSHITEM_TYPE_DOTPEN && pi->type != BRUSHITEM_TYPE_FINGER && !pi->shape_path)); in _enable_by_shapeimage()
453 SelMaterial_setName(p->selmat_brush, pi->shape_path); in DockBrushValue_setValue()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsfieldformatters.py576 shape_path = writeShape(memory_layer, 'test_qgsfieldformatters.shp')
578 shapefile_layer = QgsVectorLayer(shape_path, 'test', 'ogr')
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsfieldformatters.py604 shape_path = writeShape(memory_layer, 'test_qgsfieldformatters.shp')
606 shapefile_layer = QgsVectorLayer(shape_path, 'test', 'ogr')