Lines Matching defs:PathRef24
65 struct PathRef24 { struct
66 __unused intptr_t pointer;
67 __unused int32_t refCount;
68 __unused float left;
69 __unused float top;
70 __unused float right;
71 __unused float bottom;
72 Point* points;
73 Verb* verbs;
74 int verbCount;
75 __unused int pointCount;
76 __unused size_t freeSpace;
77 float* conicWeights;
78 __unused int conicWeightsReserve;
79 __unused int conicWeightsCount;
80 __unused uint32_t generationId;