Lines Matching defs:PathRef21
43 struct PathRef21 { struct
44 __unused intptr_t pointer; // Virtual tables
45 __unused int32_t refCount;
46 __unused float left;
47 __unused float top;
48 __unused float right;
49 __unused float bottom;
50 __unused uint8_t segmentMask; // Some of the unused fields are in a different order in 22/23
51 __unused uint8_t boundsIsDirty;
52 __unused uint8_t isFinite;
53 __unused uint8_t isOval;
54 Point* points;
55 Verb* verbs;
56 int verbCount;
57 __unused int pointCount;
58 __unused size_t freeSpace;
59 float* conicWeights;
60 __unused int conicWeightsReserve;
61 __unused int conicWeightsCount;
62 __unused uint32_t generationId;