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

  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 203 float xScale = srcRect.width() / destRect.width();
211 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale);
214 adjustedDestRect.setWidth(subimageRect.width() / xScale);
225 adjustedDestRect.setLocation(FloatPoint(destRect.x() - srcRect.x() / xScale, destRect.y() - srcRect.y() / yScale));
226 adjustedDestRect.setSize(FloatSize(selfSize.width() / xScale, selfSize.height() / yScale));
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 44 double sx = matrix.xScale();
122 double AffineTransform::xScale() const
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 171 double xScale = hi.getScalledImgSize() / (double) mAwtImage.getWidth();
180 if (xScale == 1.0 && yScale == 1.0) {
184 scaledAwtImage = ImageUtils.scale(mAwtImage, xScale, yScale);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 156 double xScale = WIDTH / (double) width;
158 double scale = Math.min(xScale, yScale);
  /frameworks/base/include/media/stagefright/openmax/
OMX_Other.h 250 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
263 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for

Completed in 1105 milliseconds