Lines Matching defs:PathRef30
100 struct PathRef30 { struct
101 __unused int32_t refCount;
102 __unused float left;
103 __unused float top;
104 __unused float right;
105 __unused float bottom;
106 Point* points;
107 __unused int pointReserve;
108 __unused int pointCount;
109 Verb* verbs;
110 __unused int verbReserve;
111 int verbCount;
112 float* conicWeights;
113 __unused int conicWeightsReserve;
114 __unused int conicWeightsCount;
115 __unused uint32_t generationId;