HomeSort by relevance Sort by last modified time
    Searched refs:xScale (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/core/java/android/hardware/input/
TouchCalibration.java 54 * @param xScale Influence of input x-axis value on output x-axis value.
61 public TouchCalibration(float xScale, float xyMix, float xOffset,
63 mXScale = xScale;
  /frameworks/native/include/media/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/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/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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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/omap4-aah/domx/omx_core/inc/
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/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
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxDecorationData.cpp 33 FloatSize contextScaling(static_cast<float>(ctm.xScale()), static_cast<float>(ctm.yScale()));
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 71 double AffineTransform::xScale() const
251 double width2 = size.width() * xScale();
259 double width2 = size.width() * xScale();
316 double sx = xScale();
AffineTransform.h 104 double xScale() const;
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 197 * @param xScale x scale
202 public static BufferedImage scale(@NonNull BufferedImage source, double xScale, double yScale) {
206 int destWidth = Math.max(1, (int) (xScale * sourceWidth));
212 if (xScale > 0.5 && yScale > 0.5) {
219 if (xScale == 1 && yScale == 1) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 230 double xScale = hi.getScaledImgSize() / (double) awtImage.getWidth();
239 if (xScale == 1.0 && yScale == 1.0) {
249 scaledAwtImage = ImageUtils.scale(awtImage, xScale, yScale,
255 scaledAwtImage = ImageUtils.scale(awtImage, xScale, yScale);
ImageUtils.java     [all...]
  /external/chromium_org/third_party/skia/tests/
SkResourceCacheTest.cpp 20 SkScalar xScale,
23 float roundedImageWidth = SkScalarRoundToScalar(orig.width() * xScale);
24 float roundedImageHeight = SkScalarRoundToScalar(orig.height() * xScale);
RoundRectTest.cpp 541 SkScalar xScale = SkIntToScalar(3);
544 matrix.setScaleX(xScale);
552 SkScalarMul(orig.radii((SkRRect::Corner) i).fX, xScale)));
557 SkScalarMul(orig.rect().width(), xScale)));
561 SkScalarMul(orig.rect().left(), xScale)));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 204 return narrowPrecisionToFloat(sqrt((pow(ctm.xScale(), 2) + pow(ctm.yScale(), 2)) / 2));
286 IntSize bufferSize(static_cast<int>(ceil(expandedBoundingBox.width() * transform.xScale())), static_cast<int>(ceil(expandedBoundingBox.height() * transform.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);
  /external/chromium_org/third_party/skia/src/core/
SkRRect.cpp 359 SkScalar xScale = matrix.getScaleX();
360 const bool flipX = xScale < 0;
362 xScale = -xScale;
372 dst->fRadii[i].fX = SkScalarMul(fRadii[i].fX, xScale);
  /external/skia/src/core/
SkRRect.cpp 346 SkScalar xScale = matrix.getScaleX();
347 const bool flipX = xScale < 0;
349 xScale = -xScale;
359 dst->fRadii[i].fX = SkScalarMul(fRadii[i].fX, xScale);
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 24 static void scale_rect(SkRect* rect, float xScale, float yScale) {
25 rect->fLeft = SkScalarMul(rect->fLeft, xScale);
27 rect->fRight = SkScalarMul(rect->fRight, xScale);
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 24 static void scale_rect(SkRect* rect, float xScale, float yScale) {
25 rect->fLeft = SkScalarMul(rect->fLeft, xScale);
27 rect->fRight = SkScalarMul(rect->fRight, xScale);
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp     [all...]
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 132 SkScalar xScale = SkIntToScalar(size.fWidth-2) / input.width();
138 xScale *= input.width() / (float) input.height();
142 xScale * input.width(),
149 SkRect r = SkRect::MakeLTRB(srcRect->fLeft * xScale + SK_Scalar1,
151 srcRect->fRight * xScale + SK_Scalar1,
  /external/skia/tests/
RoundRectTest.cpp 541 SkScalar xScale = SkIntToScalar(3);
544 matrix.setScaleX(xScale);
552 SkScalarMul(orig.radii((SkRRect::Corner) i).fX, xScale)));
557 SkScalarMul(orig.rect().width(), xScale)));
561 SkScalarMul(orig.rect().left(), xScale)));

Completed in 1050 milliseconds

1 2