Searched defs:SkDQuad (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsQuad.h | 21 struct SkDQuad { struct 45 SkDQuad flip() const { in flip() argument 52 const SkDQuad& set(const SkPoint pts[kPointCount] in set() argument 80 bool hullIntersects(const SkDQuad& , bool* isLinear) const; argument 92 static SkDQuad SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() argument 100 SkDQuad quad; in SubDivide() argument
|
/external/skia/src/pathops/ |
D | SkPathOpsQuad.h | 21 struct SkDQuad { struct 45 SkDQuad flip() const { in flip() argument 52 const SkDQuad& set(const SkPoint pts[kPointCount] in set() argument 80 bool hullIntersects(const SkDQuad& , bool* isLinear) const; argument 92 static SkDQuad SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() argument 100 SkDQuad quad; in SubDivide() argument
|
/external/skqp/tests/ |
D | PathOpsTestCommon.cpp | 133 void CubicToQuads(const SkDCubic& cubic, double precision, SkTArray<SkDQuad, true>& quads) { in CubicToQuads()
|
/external/skia/tests/ |
D | PathOpsTestCommon.cpp | 133 void CubicToQuads(const SkDCubic& cubic, double precision, SkTArray<SkDQuad, true>& quads) { in CubicToQuads()
|