OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:horizscale
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
filterindiabox.cpp
53
float
horizScale
= 150.0f/200.0f;
55
fMatrix[0].setScale(
horizScale
, vertScale);
56
fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(
horizScale
, vertScale);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java
557
double
horizScale
= ht.getScale();
559
int x = (int) (controlDragBounds.x /
horizScale
);
561
int w = (int) (controlDragBounds.w /
horizScale
);
[
all
...]
Completed in 166 milliseconds