Home
last modified time | relevance | path

Searched defs:ShapeInfo (Results 1 – 25 of 50) sorted by relevance

12

/dports/print/libmspub01/libmspub-0.1.4/src/lib/
H A DShapeInfo.h37 struct ShapeInfo struct
39 boost::optional<ShapeType> m_type;
40 boost::optional<ShapeType> m_cropType;
41 boost::optional<unsigned> m_imgIndex;
42 boost::optional<unsigned> m_borderImgIndex;
43 boost::optional<Coordinate> m_coordinates;
44 std::vector<Line> m_lines;
45 boost::optional<unsigned> m_pageSeqNum;
46 boost::optional<unsigned> m_textId;
70 ShapeInfo() : m_type(), m_cropType(), m_imgIndex(), m_borderImgIndex(), in ShapeInfo() argument
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dshape_info.h298 struct ShapeInfo struct
310 ShapeInfo(); argument
357 std::vector<unsigned int> lexicographic_numbering;
363 std::vector<UnivariateShapeData<Number>> data;
375 unsigned int n_dimensions;
381 unsigned int n_components;
387 unsigned int n_q_points;
393 unsigned int dofs_per_component_on_cell;
398 unsigned int n_q_points_face;
403 unsigned int dofs_per_component_on_face;
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/subdivision/subUtil/
H A Dtypes.hpp63 struct ShapeInfo { struct
65 GeomEndShape shapeCode_;
67 real_t dist_;
69 ShapeInfo():shapeCode_(Flat), dist_(0.) {} in ShapeInfo() argument
70 ShapeInfo(GeomEndShape ges, real_t di):shapeCode_(ges), dist_(di) {} in ShapeInfo() argument
/dports/misc/dartsim/dart-6.11.1/dart/collision/bullet/
H A DBulletCollisionDetector.hpp149 struct ShapeInfo final struct in dart::collision::BulletCollisionDetector
152 std::weak_ptr<BulletCollisionShape> mShape;
155 std::size_t mLastKnownVersion;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/matrix_free/
H A Dshape_info.cc29 template struct internal::MatrixFreeFunctions::ShapeInfo<double>; member in internal::MatrixFreeFunctions
30 template struct internal::MatrixFreeFunctions::ShapeInfo<float>; member in internal::MatrixFreeFunctions
/dports/misc/dartsim/dart-6.11.1/dart/collision/fcl/
H A DFCLCollisionDetector.hpp175 struct ShapeInfo final struct in dart::collision::FCLCollisionDetector
178 fcl_weak_ptr<dart::collision::fcl::CollisionGeometry> mShape;
181 std::size_t mLastKnownVersion;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DShapesBench.cpp228 struct ShapeInfo { struct in ShapesBench
229 SkMatrix fMatrix;
230 SkColor fColor;
231 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DShapesBench.cpp228 struct ShapeInfo { struct in ShapesBench
229 SkMatrix fMatrix;
230 SkColor fColor;
231 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp190 struct ShapeInfo { struct
191 SkVector ctrl0,
192 ctrl1;
193 float e0, e1, crs;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp191 struct ShapeInfo { struct
192 SkVector ctrl0,
193 ctrl1;
194 float e0, e1, crs;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp95 struct ShapeInfo { struct
96 const char* fTypeString;
97 ShapeType fShapeType;
98 uint16_t fAttacherIndex; // index into respective attacher tables
99 uint16_t fFlags;
/dports/misc/dartsim/dart-6.11.1/unittests/regression/
H A Dtest_Issue1184.cpp48 struct ShapeInfo in TEST() struct
50 dart::dynamics::ShapePtr shape; in TEST()
51 double offset; in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp90 struct ShapeInfo { struct
91 const char* fTypeString;
92 ShapeType fShapeType;
93 uint32_t fAttacherIndex; // index into respective attacher tables
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/flash/
H A Dswfexporter.hxx42 class ShapeInfo class
53 ShapeInfo() : in ShapeInfo() function in swf::ShapeInfo
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/csharp/examples/
H A Dshapeinfo.cs39 class ShapeInfo { class
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp176 struct ShapeInfo { struct in __anon189ec5800111::LowerMatrixIntrinsics
177 unsigned NumRows;
178 unsigned NumColumns;
180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument
183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument
187 bool operator==(const ShapeInfo &other) { in operator ==()
190 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()
194 operator bool() const { in operator bool()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp176 struct ShapeInfo { struct in __anon41dac4dd0111::LowerMatrixIntrinsics
177 unsigned NumRows;
178 unsigned NumColumns;
180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument
183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() function
187 bool operator==(const ShapeInfo &other) { in operator ==()
190 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()
194 operator bool() const { in operator bool()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp176 struct ShapeInfo { struct in __anon8d9492080111::LowerMatrixIntrinsics
177 unsigned NumRows;
178 unsigned NumColumns;
180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function
183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument
187 bool operator==(const ShapeInfo &other) { in operator ==()
190 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()
194 operator bool() const { in operator bool()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/java/examples/
H A DShapeInfo.java12 public class ShapeInfo { class
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DMemoryMetrics.h221 struct ShapeInfo struct
231 ShapeInfo() in ShapeInfo() argument
236 void add(const ShapeInfo& other) { in add() argument
240 void subtract(const ShapeInfo& other) { in subtract() argument
244 size_t sizeOfAllThings() const { in sizeOfAllThings()
250 size_t sizeOfLiveGCThings() const { in sizeOfLiveGCThings()
256 void addToTabSizes(TabSizes* sizes) const { in addToTabSizes()
260 void addToServoSizes(ServoSizes *sizes) const { in addToServoSizes()
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DMemoryMetrics.h226 struct ShapeInfo { struct
235 ShapeInfo() : FOR_EACH_SIZE(ZERO_SIZE) dummy() {} in ShapeInfo() argument
237 void add(const ShapeInfo& other) { FOR_EACH_SIZE(ADD_OTHER_SIZE) } in add() argument
239 void subtract(const ShapeInfo& other){FOR_EACH_SIZE(SUB_OTHER_SIZE)} in subtract() argument
241 size_t sizeOfAllThings() const { in sizeOfAllThings()
247 size_t sizeOfLiveGCThings() const { in sizeOfLiveGCThings()
253 void addToTabSizes(TabSizes* sizes) const { FOR_EACH_SIZE(ADD_TO_TAB_SIZES) } in addToTabSizes()
255 void addToServoSizes(ServoSizes* sizes) const { in addToServoSizes()
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/analysis/
H A Dsimilar_subtree_analysis.cpp24 struct ShapeInfo struct
26 NodeID nid;
27 const Shape &shape;
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DMemoryMetrics.h231 struct ShapeInfo { struct
240 void add(const ShapeInfo& other) { FOR_EACH_SIZE(ADD_OTHER_SIZE); } in add() argument
242 void subtract(const ShapeInfo& other) { FOR_EACH_SIZE(SUB_OTHER_SIZE); } in subtract() argument
244 size_t sizeOfAllThings() const { in sizeOfAllThings()
250 size_t sizeOfLiveGCThings() const { in sizeOfLiveGCThings()
256 void addToTabSizes(TabSizes* sizes) const { FOR_EACH_SIZE(ADD_TO_TAB_SIZES); } in addToTabSizes()
258 void addToServoSizes(ServoSizes* sizes) const { in addToServoSizes()
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DMemoryMetrics.h221 struct ShapeInfo { struct
232 void add(const ShapeInfo& other) { FOR_EACH_SIZE(ADD_OTHER_SIZE); } in add() argument
234 void subtract(const ShapeInfo& other) { FOR_EACH_SIZE(SUB_OTHER_SIZE); } in subtract() argument
236 size_t sizeOfAllThings() const { in sizeOfAllThings()
242 size_t sizeOfLiveGCThings() const { in sizeOfLiveGCThings()
248 void addToTabSizes(TabSizes* sizes) const { FOR_EACH_SIZE(ADD_TO_TAB_SIZES); } in addToTabSizes()
250 void addToServoSizes(ServoSizes* sizes) const { in addToServoSizes()
/dports/www/firefox/firefox-99.0/js/public/
H A DMemoryMetrics.h232 struct ShapeInfo { struct
241 void add(const ShapeInfo& other) { FOR_EACH_SIZE(ADD_OTHER_SIZE); } in add() argument
243 void subtract(const ShapeInfo& other) { FOR_EACH_SIZE(SUB_OTHER_SIZE); } in subtract() argument
245 size_t sizeOfAllThings() const { in sizeOfAllThings()
251 size_t sizeOfLiveGCThings() const { in sizeOfLiveGCThings()
257 void addToTabSizes(TabSizes* sizes) const { FOR_EACH_SIZE(ADD_TO_TAB_SIZES); } in addToTabSizes()
259 void addToServoSizes(ServoSizes* sizes) const { in addToServoSizes()

12