Searched defs:ShapeInfo (Results 1 – 6 of 6) sorted by relevance
228 struct ShapeInfo { struct in ShapesBench229 SkMatrix fMatrix;230 SkColor fColor;231 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
191 struct ShapeInfo { struct192 SkVector ctrl0,193 ctrl1;194 float e0, e1, crs;
95 struct ShapeInfo { struct96 const char* fTypeString;97 ShapeType fShapeType;98 uint16_t fAttacherIndex; // index into respective attacher tables99 uint16_t fFlags;
176 struct ShapeInfo { struct in __anon4f7941410111::LowerMatrixIntrinsics177 unsigned NumRows;178 unsigned NumColumns;180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument187 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()
463 struct ShapeInfo { struct464 const char* fTypeString;465 ShapeType fShapeType;466 uint32_t fAttacherIndex; // index into respective attacher tables