OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gPath
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/
GrTestUtils.cpp
147
static SkPath
gPath
[7];
152
gPath
[0].moveTo(0.f, 0.f);
153
gPath
[0].lineTo(10.f, 10.f);
155
gPath
[1].moveTo(0.f, 0.f);
156
gPath
[1].quadTo(10.f, 10.f, 20.f, 20.f);
158
gPath
[2].moveTo(0.f, 0.f);
159
gPath
[2].conicTo(10.f, 10.f, 20.f, 20.f, 1.f);
161
gPath
[3].moveTo(0.f, 0.f);
162
gPath
[3].cubicTo(10.f, 10.f, 20.f, 20.f, 30.f, 30.f);
164
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 444 milliseconds