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

  /external/webkit/WebCore/svg/
SVGPreserveAspectRatio.cpp 66 SVGPreserveAspectRatio aspectRatio;
67 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_NONE;
68 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET;
95 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMIN;
97 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMID;
101 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMAX;
107 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMIN;
109 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMID;
113 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMAX;
121 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMAXYMIN
    [all...]
SVGSVGElement.cpp 565 SVGPreserveAspectRatio aspectRatio;
567 aspectRatio = viewElement->preserveAspectRatioBaseValue();
569 aspectRatio = preserveAspectRatioBaseValue();
570 currentView()->setPreserveAspectRatioBaseValue(aspectRatio);
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 108 float aspectRatio = gestureWidth / gestureHeight;
109 if (aspectRatio > 1) {
110 aspectRatio = 1 / aspectRatio;
112 if (aspectRatio < SCALING_THRESHOLD) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridDrawables.java 86 final float aspectRatio = (float) itemWidth / (float) itemHeight;
87 final float oneByAspect = 1.0f / aspectRatio;
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 321 * @param aspectRatio the screen width divided by the screen height
323 public void setAspectRatio(float aspectRatio) {
324 this.mAspectRatio = aspectRatio;
813 * clipping planes are set at -+(aspectRatio*zoom), the bottom and
  /build/tools/droiddoc/templates/assets/
jquery-resizable.min.js     [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 818 m_int aspectRatio; /* Mode aspect ratio (horiz/vert * 1000) */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 818 m_int aspectRatio; /* Mode aspect ratio (horiz/vert * 1000) */
    [all...]

Completed in 201 milliseconds