HomeSort by relevance Sort by last modified time
    Searched refs:horizScale (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/gm/
filterindiabox.cpp 54 float horizScale = 150.0f/200.0f;
56 fMatrix[0].setScale(horizScale, vertScale);
57 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale);
  /external/skia/gm/
filterindiabox.cpp 54 float horizScale = 150.0f/200.0f;
56 fMatrix[0].setScale(horizScale, vertScale);
57 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 172 milliseconds