Searched refs:SkQuadConstruct (Results 1 – 1 of 1) sorted by relevance
118 struct SkQuadConstruct { // The state of the quad stroke under construction. struct137 bool initWithStart(SkQuadConstruct* parent) { in initWithStart() argument147 bool initWithEnd(SkQuadConstruct* parent) { in initWithEnd() argument233 void addDegenerateLine(const SkQuadConstruct* );238 ResultType compareQuadConic(const SkConic& , SkQuadConstruct* );239 ResultType compareQuadCubic(const SkPoint cubic[4], SkQuadConstruct* );240 ResultType compareQuadQuad(const SkPoint quad[3], SkQuadConstruct* );243 bool conicQuadEnds(const SkConic& , SkQuadConstruct* );244 bool conicStroke(const SkConic& , SkQuadConstruct* );245 bool cubicMidOnLine(const SkPoint cubic[4], const SkQuadConstruct* ) const;[all …]