OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBottom
(Results
1 - 6
of
6
) sorted by null
/external/skia/include/utils/
SkBoundaryPatch.h
22
kBottom
= 2,
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Cube.java
49
public static final int
kBottom
= 0;
Kube.java
104
mCubes[i].setFaceColor(Cube.
kBottom
, red);
/external/skia/src/utils/
SkBoundaryPatch.cpp
38
b->eval(SkBoundary::
kBottom
, SK_Scalar1 - unitU),
/external/skia/gm/
bleed.cpp
480
static const SkScalar
kBottom
= SkIntToScalar(kRow4Y + kBlockSize + kBlockSpacing);
481
m.setTranslate(0,
kBottom
);
482
m.preRotate(15.f, 0,
kBottom
+ kBlockSpacing);
487
SkPoint corners[] = {{0, 0}, { 0,
kBottom
}, { kWidth,
kBottom
}, {kWidth, 0} };
547
SkPoint corners[] = { { 0, 0 },{ 0,
kBottom
},{ kWidth,
kBottom
},{ kWidth, 0 } };
/external/skia/src/pathops/
SkPathOpsWinding.cpp
32
kBottom
,
40
"
kBottom
"
Completed in 411 milliseconds