Lines Matching defs:TriangleScanInfo
159 struct TriangleScanInfo { struct
160 int16_t yMin;
161 int16_t yMax;
162 TriangleEdge& edge1;
163 TriangleEdge& edge2;
164 uint8_t* screenBuffer;
165 uint8_t bufferPxSize;
166 const ColorType& color;
167 const OpacityType opaScale;
168 TransformInitState& init;
169 uint16_t screenBufferWidth;
170 uint8_t pixelSize;
171 const int32_t srcLineWidth;
172 const TransformDataInfo& info;
173 const Rect& mask;
174 bool isRightPart;
175 bool ignoreJunctionPoint;
176 Matrix3<float> matrix;