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