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

  /external/skia/src/gpu/
GrTextureToYUVPlanes.cpp 25 SkScalar xScale = SkIntToScalar(src->width()) / dstW / src->width();
35 GrSimpleTextureEffect::Create(src, SkMatrix::MakeScale(xScale, yScale), filter));
  /external/skia/src/core/
SkRRect.cpp 394 SkScalar xScale = matrix.getScaleX();
395 const bool flipX = xScale < 0;
397 xScale = -xScale;
407 dst->fRadii[i].fX = SkScalarMul(fRadii[i].fX, xScale);
  /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/skia/tests/
RoundRectTest.cpp 652 SkScalar xScale = SkIntToScalar(3);
655 matrix.setScaleX(xScale);
663 SkScalarMul(orig.radii((SkRRect::Corner) i).fX, xScale)));
668 SkScalarMul(orig.rect().width(), xScale)));
672 SkScalarMul(orig.rect().left(), 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/msm8974/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/msm8974/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/qcom/media/msm8996/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/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
  /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);
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 491 float xScale, yScale;
493 xScale = win_width * 1.0 / surface_w;
495 destx = subpicture->subpic_dstx * xScale;
503 float xScale, yScale;
505 xScale = pPriv->extend_display_width * 1.0 / surface_w;
508 destx = subpicture->subpic_dstx * xScale;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 479 float xScale = crop.getWidth() / float(winWidth);
482 float insetL = winCrop.left * xScale;
484 float insetR = (winWidth - winCrop.right ) * xScale;
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 345 SkScalar xScale = SkIntToScalar(size.fWidth-2) / input.width();
351 xScale *= input.width() / (float) input.height();
355 xScale * input.width(),
380 SkRect r = SkRect::MakeLTRB(srcRect->fLeft * xScale + SK_Scalar1,
382 srcRect->fRight * xScale + SK_Scalar1,
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/zxing/core/
core.jar 

Completed in 582 milliseconds