Searched defs:DFData (Results 1 – 2 of 2) sorted by relevance
22 struct DFData { struct23 float fAlpha; // alpha value of source texel24 float fDistSq; // distance squared to nearest (so far) edge texel25 SkPoint fDistVector; // distance vector to nearest (so far) edge texel
66 struct DFData { struct67 float fDistSq; // distance squared to nearest (so far) edge68 int fDeltaWindingScore; // +1 or -1 whenever a scanline cross over a segment