OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kBottom
(Results
1 - 4
of
4
) 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;
/external/skia/src/pathops/
SkPathOpsWinding.cpp
32
kBottom
,
40
"
kBottom
"
/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 } };
Completed in 669 milliseconds