Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTestUtils.cpp145 static SkPath gPath[7]; in TestPath() local
150 gPath[0].moveTo(0.f, 0.f); in TestPath()
151 gPath[0].lineTo(10.f, 10.f); in TestPath()
153 gPath[1].moveTo(0.f, 0.f); in TestPath()
154 gPath[1].quadTo(10.f, 10.f, 20.f, 20.f); in TestPath()
156 gPath[2].moveTo(0.f, 0.f); in TestPath()
157 gPath[2].conicTo(10.f, 10.f, 20.f, 20.f, 1.f); in TestPath()
159 gPath[3].moveTo(0.f, 0.f); in TestPath()
160 gPath[3].cubicTo(10.f, 10.f, 20.f, 20.f, 30.f, 30.f); in TestPath()
162 gPath[4].moveTo(0.f, 0.f); in TestPath()
[all …]
/external/skia/resources/
Dslides.lua4 gPath = "/skia/trunk/resources/"
8 package.path = package.path .. ";" .. gPath .. file .. ".lua"