Searched defs:DFData (Results 1 – 2 of 2) sorted by relevance
18 struct DFData { struct19 float fAlpha; // alpha value of source texel20 float fDistSq; // distance squared to nearest (so far) edge texel21 SkPoint fDistVector; // distance vector to nearest (so far) edge texel
65 struct DFData { struct66 float fDistSq; // distance squared to nearest (so far) edge67 int fDeltaWindingScore; // +1 or -1 whenever a scanline cross over a segment