Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrTestUtils.cpp166 static SkPath gPath[7]; in TestPath() local
171 gPath[0] = SkPathBuilder().moveTo(0.f, 0.f) in TestPath()
175 gPath[1] = SkPathBuilder().moveTo(0.f, 0.f) in TestPath()
179 gPath[2] = SkPathBuilder().moveTo(0.f, 0.f) in TestPath()
183 gPath[3] = SkPathBuilder().moveTo(0.f, 0.f) in TestPath()
187 gPath[4] = SkPathBuilder().moveTo(0.f, 0.f) in TestPath()
194 gPath[5] = SkPathBuilder().moveTo(0.0f, 0.0f) in TestPath()
201 gPath[6] = SkPathBuilder().moveTo(0.0f, 0.0f) in TestPath()
210 return gPath[random->nextULessThan(static_cast<uint32_t>(SK_ARRAY_COUNT(gPath)))]; in TestPath()
214 static SkPath gPath[3]; in TestPathConvex() local
[all …]