Searched refs:gPath (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrTestUtils.cpp | 168 static SkPath gPath[7]; in TestPath() local 173 gPath[0].moveTo(0.f, 0.f); in TestPath() 174 gPath[0].lineTo(10.f, 10.f); in TestPath() 176 gPath[1].moveTo(0.f, 0.f); in TestPath() 177 gPath[1].quadTo(10.f, 10.f, 20.f, 20.f); in TestPath() 179 gPath[2].moveTo(0.f, 0.f); in TestPath() 180 gPath[2].conicTo(10.f, 10.f, 20.f, 20.f, 1.f); in TestPath() 182 gPath[3].moveTo(0.f, 0.f); in TestPath() 183 gPath[3].cubicTo(10.f, 10.f, 20.f, 20.f, 30.f, 30.f); in TestPath() 185 gPath[4].moveTo(0.f, 0.f); in TestPath() [all …]
|
/third_party/skia/src/gpu/ |
D | GrTestUtils.cpp | 166 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 …]
|
/third_party/flutter/skia/resources/lua/ |
D | slides.lua | 4 gPath = "resources/lua/" 8 package.path = package.path .. ";" .. gPath .. file .. ".lua"
|