HomeSort by relevance Sort by last modified time
    Searched refs:gPath (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrTestUtils.cpp 155 static SkPath gPath[7];
160 gPath[0].moveTo(0.f, 0.f);
161 gPath[0].lineTo(10.f, 10.f);
163 gPath[1].moveTo(0.f, 0.f);
164 gPath[1].quadTo(10.f, 10.f, 20.f, 20.f);
166 gPath[2].moveTo(0.f, 0.f);
167 gPath[2].conicTo(10.f, 10.f, 20.f, 20.f, 1.f);
169 gPath[3].moveTo(0.f, 0.f);
170 gPath[3].cubicTo(10.f, 10.f, 20.f, 20.f, 30.f, 30.f);
172 gPath[4].moveTo(0.f, 0.f)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 36 private static Path gPath = new Path();
111 gPath.reset();
112 gPath.moveTo(w - mTextPadding - mTrianglePadding - mTriangleSize,
114 gPath.lineTo(w - mTextPadding - mTrianglePadding,
116 gPath.lineTo(w - mTextPadding - mTrianglePadding,
118 gPath.close();
122 canvas.drawPath(gPath, gPaint);
  /external/skia/resources/
slides.lua 4 gPath = "/skia/trunk/resources/"
8 package.path = package.path .. ";" .. gPath .. file .. ".lua"

Completed in 1350 milliseconds