Home
last modified time | relevance | path

Searched refs:ShapeData (Results 1 – 25 of 95) sorted by relevance

1234

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DCanvas5Graph.hxx67 struct ShapeData;
135 …d_ptr<Canvas5Structure::Stream> stream, long len, Canvas5GraphInternal::ShapeData &data, std::stri…
156 …tr listener, Canvas5GraphInternal::Shape const &shape, Canvas5GraphInternal::ShapeData const &data,
162 …r listener, Canvas5GraphInternal::Shape const &shape, Canvas5GraphInternal::ShapeData const &data);
165 …tr listener, Canvas5GraphInternal::Shape const &shape, Canvas5GraphInternal::ShapeData const &data,
168 …tr listener, Canvas5GraphInternal::Shape const &shape, Canvas5GraphInternal::ShapeData const &data,
171 …tr listener, Canvas5GraphInternal::Shape const &shape, Canvas5GraphInternal::ShapeData const &data,
174 …tr listener, Canvas5GraphInternal::Shape const &shape, Canvas5GraphInternal::ShapeData const &data,
177 …tr listener, Canvas5GraphInternal::Shape const &shape, Canvas5GraphInternal::ShapeData const &data,
180 …tr listener, Canvas5GraphInternal::Shape const &shape, Canvas5GraphInternal::ShapeData const &data,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/batches/
H A DGrAADistanceFieldPathRenderer.h35 struct ShapeData { struct
77 SK_DECLARE_INTERNAL_LLIST_INTERFACE(ShapeData); argument
79 static inline const Key& GetKey(const ShapeData& data) { in GetKey() argument
90 typedef SkTDynamicHash<ShapeData, ShapeData::Key> ShapeCache; argument
91 typedef SkTInternalLList<ShapeData> ShapeDataList;
H A DGrAADistanceFieldPathRenderer.cpp48 ShapeData* shapeData; in HandleEviction()
68 ShapeData* shapeData; in ~GrAADistanceFieldPathRenderer()
126 typedef GrAADistanceFieldPathRenderer::ShapeData ShapeData; typedef in AADistanceFieldPathBatch
127 typedef SkTDynamicHash<ShapeData, ShapeData::Key> ShapeCache;
247 ShapeData::Key key(args.fShape, desiredDimension); in onPrepareDraws()
248 ShapeData* shapeData = fShapeCache->find(key); in onPrepareDraws()
257 shapeData = new ShapeData; in onPrepareDraws()
291 ShapeData* shapeData, in addPathToAtlas()
549 typedef GrAADistanceFieldPathRenderer::ShapeData ShapeData; typedef
557 ShapeData* shapeData; in reset()
[all …]
/dports/x11-wm/e16/e16-1.0.24/src/
H A Ddraw.c128 } ShapeData; typedef
134 ShapeData *psd = (ShapeData *) ewin->shape_data; in _ShapeDrawNograb_tech_box()
168 ShapeData *psd = (ShapeData *) ewin->shape_data; in _ShapeDrawNontranslucent()
206 ShapeData *psd; in DrawEwinShape()
228 psd = (ShapeData *) ewin->shape_data; in DrawEwinShape()
231 psd = ECALLOC(ShapeData, 1); in DrawEwinShape()
239 psd = (ShapeData *) ewin->shape_data; in DrawEwinShape()
302 ShapeData *psd = (ShapeData *) ewin->shape_data; in DrawEwinShapeEnd()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrSmallPathRenderer.h59 struct ShapeData { struct
131 SK_DECLARE_INTERNAL_LLIST_INTERFACE(ShapeData); argument
133 static inline const Key& GetKey(const ShapeData& data) { in GetKey() argument
144 typedef SkTDynamicHash<ShapeData, ShapeData::Key> ShapeCache; argument
145 typedef SkTInternalLList<ShapeData> ShapeDataList;
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dmesh_library.h46 struct ShapeData { struct
53 Vector<ShapeData> shapes; argument
77 void set_item_shapes(int p_item, const Vector<ShapeData> &p_shapes);
83 Vector<ShapeData> get_item_shapes(int p_item) const;
H A Dmesh_library.cpp48 Vector<ShapeData> shapes; in _set()
49 ShapeData sd; in _set()
135 void MeshLibrary::set_item_shapes(int p_item, const Vector<ShapeData> &p_shapes) { in set_item_shapes()
184 Vector<MeshLibrary::ShapeData> MeshLibrary::get_item_shapes(int p_item) const { in get_item_shapes()
186 …ERR_FAIL_COND_V_MSG(!item_map.has(p_item), Vector<ShapeData>(), "Requested for nonexistent MeshLib… in get_item_shapes()
263 Vector<ShapeData> shapes; in _set_item_shapes()
265 ShapeData sd; in _set_item_shapes()
279 Vector<ShapeData> shapes = get_item_shapes(p_item); in _get_item_shapes()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dmesh_library.h46 struct ShapeData { struct
53 Vector<ShapeData> shapes; argument
77 void set_item_shapes(int p_item, const Vector<ShapeData> &p_shapes);
83 Vector<ShapeData> get_item_shapes(int p_item) const;
H A Dmesh_library.cpp48 Vector<ShapeData> shapes; in _set()
49 ShapeData sd; in _set()
135 void MeshLibrary::set_item_shapes(int p_item, const Vector<ShapeData> &p_shapes) { in set_item_shapes()
184 Vector<MeshLibrary::ShapeData> MeshLibrary::get_item_shapes(int p_item) const { in get_item_shapes()
186 …ERR_FAIL_COND_V_MSG(!item_map.has(p_item), Vector<ShapeData>(), "Requested for nonexistent MeshLib… in get_item_shapes()
263 Vector<ShapeData> shapes; in _set_item_shapes()
265 ShapeData sd; in _set_item_shapes()
279 Vector<ShapeData> shapes = get_item_shapes(p_item); in _get_item_shapes()
/dports/science/axom/axom-0.6.1/src/axom/klee/
H A DIO.cpp43 struct ShapeData struct
57 struct FromInlet<axom::klee::ShapeData>
59 axom::klee::ShapeData operator()(const axom::inlet::Container &base) in operator ()()
61 return axom::klee::ShapeData { in operator ()()
235 Shape convert(ShapeData const &data, in convert()
255 std::vector<Shape> convert(std::vector<ShapeData> const &shapeData, in convert()
308 auto shapeData = doc["shapes"].get<std::vector<ShapeData>>(); in readShapeSet()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DShapeData.h26 class ShapeData
34 ShapeData( EShapeType type1) in ShapeData() function
37 ShapeData( EShapeType type1, CARDYNAMICS* pCarDyn1, FluidBox* pFluid1, int whNum1=0)
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dcollision_object_2d.cpp107 ShapeData sd; in create_shape_owner()
135 ShapeData &sd = shapes[p_owner]; in shape_owner_set_disabled()
160 ShapeData &sd = shapes[p_owner]; in shape_owner_set_one_way_collision()
181 ShapeData &sd = shapes[p_owner]; in shape_owner_set_one_way_collision_margin()
197 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in get_shape_owners()
205 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in _get_shape_owners()
216 ShapeData &sd = shapes[p_owner]; in shape_owner_set_transform()
246 ShapeData &sd = shapes[p_owner]; in shape_owner_add_shape()
247 ShapeData::Shape s; in shape_owner_add_shape()
294 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in shape_owner_remove_shape()
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dcollision_object_2d.cpp107 ShapeData sd; in create_shape_owner()
135 ShapeData &sd = shapes[p_owner]; in shape_owner_set_disabled()
160 ShapeData &sd = shapes[p_owner]; in shape_owner_set_one_way_collision()
181 ShapeData &sd = shapes[p_owner]; in shape_owner_set_one_way_collision_margin()
197 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in get_shape_owners()
205 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in _get_shape_owners()
216 ShapeData &sd = shapes[p_owner]; in shape_owner_set_transform()
246 ShapeData &sd = shapes[p_owner]; in shape_owner_add_shape()
247 ShapeData::Shape s; in shape_owner_add_shape()
294 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in shape_owner_remove_shape()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DHLRBRep_ShapeBounds.lxx44 //function : ShapeData
49 ShapeData (const Handle(Standard_Transient)& SD)
53 //function : ShapeData
57 inline const Handle(Standard_Transient) & HLRBRep_ShapeBounds::ShapeData () const
/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_ShapeBounds.lxx52 //function : ShapeData
57 ShapeData (const Handle(Standard_Transient)& SD)
61 //function : ShapeData
65 inline const Handle(Standard_Transient) & HLRBRep_ShapeBounds::ShapeData () const
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DHLRBRep_ShapeBounds.lxx52 //function : ShapeData
57 ShapeData (const Handle(Standard_Transient)& SD)
61 //function : ShapeData
65 inline const Handle(Standard_Transient) & HLRBRep_ShapeBounds::ShapeData () const
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dcollision_object.cpp162 ShapeData sd; in create_shape_owner()
190 ShapeData &sd = shapes[p_owner]; in shape_owner_set_disabled()
210 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in get_shape_owners()
218 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in _get_shape_owners()
229 ShapeData &sd = shapes[p_owner]; in shape_owner_set_transform()
258 ShapeData &sd = shapes[p_owner]; in shape_owner_add_shape()
259 ShapeData::ShapeBase s; in shape_owner_add_shape()
306 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in shape_owner_remove_shape()
330 for (const Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in shape_find_owner()
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dcollision_object.cpp162 ShapeData sd; in create_shape_owner()
190 ShapeData &sd = shapes[p_owner]; in shape_owner_set_disabled()
210 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in get_shape_owners()
218 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in _get_shape_owners()
229 ShapeData &sd = shapes[p_owner]; in shape_owner_set_transform()
258 ShapeData &sd = shapes[p_owner]; in shape_owner_add_shape()
259 ShapeData::ShapeBase s; in shape_owner_add_shape()
306 for (Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in shape_owner_remove_shape()
330 for (const Map<uint32_t, ShapeData>::Element *E = shapes.front(); E; E = E->next()) { in shape_find_owner()
/dports/graphics/Coin/coin-Coin-4.0.0/src/collision/
H A DSoIntersectionDetectionAction.cpp215 class ShapeData;
260 SbList<ShapeData*> shapedata;
829 class ShapeData { class
831 ShapeData(void) in ShapeData() function in ShapeData
836 ~ShapeData() in ~ShapeData()
900 ShapeData::getPrimitives(void) in getPrimitives()
933 ShapeData * data = new ShapeData; in shape()
1010 ShapeData * data = this->shapedata[i]; in reset()
1158 ShapeData * shape = static_cast<ShapeData *>(item); in shapeinsideboxfunc()
1265 ShapeData * s = (ShapeData * )candidateshapes[j]; in doIntersectionTesting()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrSmallPathRenderer.h22 class ShapeData; variable
49 using ShapeCache = SkTDynamicHash<ShapeData, ShapeDataKey>;
50 typedef SkTInternalLList<ShapeData> ShapeDataList;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrSmallPathRenderer.h22 class ShapeData; variable
49 using ShapeCache = SkTDynamicHash<ShapeData, ShapeDataKey>;
50 typedef SkTInternalLList<ShapeData> ShapeDataList;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ops/
H A DGrSmallPathRenderer.h22 class ShapeData; variable
49 using ShapeCache = SkTDynamicHash<ShapeData, ShapeDataKey>;
50 typedef SkTInternalLList<ShapeData> ShapeDataList;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrSmallPathRenderer.h22 class ShapeData; variable
49 using ShapeCache = SkTDynamicHash<ShapeData, ShapeDataKey>;
50 typedef SkTInternalLList<ShapeData> ShapeDataList;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrSmallPathRenderer.h22 class ShapeData; variable
52 using ShapeCache = SkTDynamicHash<ShapeData, ShapeDataKey>;
53 typedef SkTInternalLList<ShapeData> ShapeDataList;
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Dcollision_object_2d.h44 struct ShapeData { struct
49 ShapeData() { in ShapeData() argument
54 Vector<ShapeData> shapes;

1234