OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:moval
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageVignette.java
49
private Oval
mOval
;
59
mOval
= oval;
76
mOval
.setCenter(mTmp[0] / mImgWidth, mTmp[1] / mImgHeight);
84
mOval
.setRadius(mTmp[0] / mImgWidth, mTmp[1] / mImgHeight);
89
mTmp[0] =
mOval
.getCenterX() * mImgWidth;
90
mTmp[1] =
mOval
.getCenterY() * mImgHeight;
98
mTmp[0] =
mOval
.getCenterX() * mImgWidth;
99
mTmp[1] =
mOval
.getCenterY() * mImgHeight;
106
mTmp[0] =
mOval
.getRadiusX() * mImgWidth;
107
mTmp[1] =
mOval
.getRadiusY() * mImgHeight
[
all
...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ShapesActivity.java
42
private final RectF
mOval
;
68
mOval
= new RectF(0.0f, 0.0f, 80.0f, 45.0f);
106
canvas.drawOval(
mOval
, mNormalPaint);
109
canvas.drawOval(
mOval
, mStrokePaint);
112
canvas.drawOval(
mOval
, mFillPaint);
Completed in 1189 milliseconds