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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransformDistance.cpp 63 FloatSize centerDistance = toSVGTransform.rotationCenter() - fromSVGTransform.rotationCenter();
65 m_cx = centerDistance.width();
66 m_cy = centerDistance.height();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 217 int centerDistance = Math.abs(cellWidth / 2 - leftDistance);
218 if (centerDistance < leftDistance / 2 && centerDistance < rightDistance / 2) {
227 int centerDistance = Math.abs(cellHeight / 2 - topDistance);
228 if (centerDistance < topDistance / 2 && centerDistance < bottomDistance / 2) {
    [all...]

Completed in 62 milliseconds