Home
last modified time | relevance | path

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

/third_party/skia/bench/
DShapesBench.cpp228 struct ShapeInfo { struct in ShapesBench
229 SkMatrix fMatrix;
230 SkColor fColor;
231 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
/third_party/flutter/skia/bench/
DShapesBench.cpp228 struct ShapeInfo { struct in ShapesBench
229 SkMatrix fMatrix;
230 SkColor fColor;
231 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
/third_party/skia/modules/skottie/src/text/
DRangeSelector.cpp191 struct ShapeInfo { struct
192 SkVector ctrl0,
193 ctrl1;
194 float e0, e1, crs;
/third_party/skia/modules/skottie/src/layers/shapelayer/
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;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp176 struct ShapeInfo { struct in __anon4f7941410111::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()
/third_party/flutter/skia/modules/skottie/src/layers/
DShapeLayer.cpp463 struct ShapeInfo { struct
464 const char* fTypeString;
465 ShapeType fShapeType;
466 uint32_t fAttacherIndex; // index into respective attacher tables