Searched defs:DFData (Results 1 – 2 of 2) sorted by relevance
27 struct DFData { struct28 float fAlpha; // alpha value of source texel29 float fDistSq; // distance squared to nearest (so far) edge texel30 SkPoint fDistVector; // distance vector to nearest (so far) edge texel
79 struct DFData { struct80 float fDistSq; // distance squared to nearest (so far) edge81 int fDeltaWindingScore; // +1 or -1 whenever a scanline cross over a segment