Home
last modified time | relevance | path

Searched refs:starPoly (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DOffsetSimplePolyTest.cpp112 SkTDArray<SkPoint> starPoly; in DEF_TEST() local
113 *starPoly.push() = SkPoint::Make(0.0f, -50.0f); in DEF_TEST()
114 *starPoly.push() = SkPoint::Make(14.43f, -25.0f); in DEF_TEST()
115 *starPoly.push() = SkPoint::Make(43.30f, -25.0f); in DEF_TEST()
116 *starPoly.push() = SkPoint::Make(28.86f, 0.0f); in DEF_TEST()
117 *starPoly.push() = SkPoint::Make(43.30f, 25.0f); in DEF_TEST()
118 *starPoly.push() = SkPoint::Make(14.43f, 25.0f); in DEF_TEST()
119 *starPoly.push() = SkPoint::Make(0.0f, 50.0f); in DEF_TEST()
120 *starPoly.push() = SkPoint::Make(-14.43f, 25.0f); in DEF_TEST()
121 *starPoly.push() = SkPoint::Make(-43.30f, 25.0f); in DEF_TEST()
[all …]
/external/skia/tests/
DOffsetSimplePolyTest.cpp112 SkTDArray<SkPoint> starPoly; in DEF_TEST() local
113 *starPoly.push() = SkPoint::Make(0.0f, -50.0f); in DEF_TEST()
114 *starPoly.push() = SkPoint::Make(14.43f, -25.0f); in DEF_TEST()
115 *starPoly.push() = SkPoint::Make(43.30f, -25.0f); in DEF_TEST()
116 *starPoly.push() = SkPoint::Make(28.86f, 0.0f); in DEF_TEST()
117 *starPoly.push() = SkPoint::Make(43.30f, 25.0f); in DEF_TEST()
118 *starPoly.push() = SkPoint::Make(14.43f, 25.0f); in DEF_TEST()
119 *starPoly.push() = SkPoint::Make(0.0f, 50.0f); in DEF_TEST()
120 *starPoly.push() = SkPoint::Make(-14.43f, 25.0f); in DEF_TEST()
121 *starPoly.push() = SkPoint::Make(-43.30f, 25.0f); in DEF_TEST()
[all …]