Searched defs:SkEdge (Results 1 – 1 of 1) sorted by relevance
15 struct SkEdge { struct22 SkEdge* fNext; argument23 SkEdge* fPrev; argument25 SkFixed fX;26 SkFixed fDX;27 int32_t fFirstY;28 int32_t fLastY;29 int8_t fCurveCount; // only used by kQuad(+) and kCubic(-)30 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception31 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic[all …]