HomeSort by relevance Sort by last modified time
    Searched defs:aspectRatio (Results 1 - 5 of 5) 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);
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridDrawables.java 86 final float aspectRatio = (float) itemWidth / (float) itemHeight;
87 final float oneByAspect = 1.0f / aspectRatio;
  /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 99 milliseconds