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

  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DepthOfFieldFilter.java 54 private float xScale;
83 xScale = 1.0f / w;
86 material.setFloat("XScale", blurScale * xScale);
146 material.setFloat("XScale", blurScale * 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/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/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 62 PortableFontInstance(hb_face_t *face, float xScale, float yScale, LEErrorCode &status);
PortableFontInstance.cpp 28 PortableFontInstance::PortableFontInstance(hb_face_t *face, float xScale, float yScale, LEErrorCode &status)
29 : fFace(face), fXScale(xScale), fYScale(yScale), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
  /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));
  /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/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 177 float xScale = 1.0f / w;
181 material.setFloat("XScale", blurScale * 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/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.h 113 double xScale() const;
AffineTransform.cpp 44 double sx = matrix.xScale();
122 double AffineTransform::xScale() const
  /external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm 254 CGContextScaleCTM(context, narrowPrecisionToFloat(widgetToViewTranform.xScale()), narrowPrecisionToFloat(widgetToViewTranform.yScale()));
291 CGContextScaleCTM(cgContext, narrowPrecisionToFloat(widgetToViewTranform.xScale()), narrowPrecisionToFloat(widgetToViewTranform.yScale()));
  /external/webkit/Source/WebCore/svg/
SVGTransform.cpp 146 return makeString("scale(", String::number(m_matrix.xScale()), ' ', String::number(m_matrix.yScale()), ')');
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 244 scalingFactor = narrowPrecisionToFloat(sqrt((pow(ctm.xScale(), 2) + pow(ctm.yScale(), 2)) / 2));
RenderSVGResourceFilter.cpp 174 filterData->shearFreeAbsoluteTransform = AffineTransform(absoluteTransform.xScale(), 0, 0, absoluteTransform.yScale(), absoluteTransform.e(), absoluteTransform.f());
SVGTextQuery.cpp 440 fragmentTransform.scale(1 / fragmentTransform.xScale(), 1 / fragmentTransform.yScale());
SVGInlineTextBox.cpp 76 textRun.setHorizontalGlyphStretch(narrowPrecisionToFloat(fragmentTransform.xScale()));
  /frameworks/native/services/surfaceflinger/
Layer.cpp 330 float xScale = float(crop.width()) / float(winWidth);
333 int insetL = int(ceilf( winCrop.left * xScale));
335 int insetR = int(ceilf((winWidth - winCrop.right ) * xScale));
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 175 void scale_rect(SkRect* rect, float xScale, float yScale) {
176 rect->fLeft = SkScalarMul(rect->fLeft, SkFloatToScalar(xScale));
178 rect->fRight = SkScalarMul(rect->fRight, SkFloatToScalar(xScale));
    [all...]
  /external/zxing/core/
core.jar 

Completed in 509 milliseconds