Searched refs:xScale (Results 1 - 24 of 24) sorted by relevance

/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DDepthOfFieldFilter.java54 private float xScale; field in class:DepthOfFieldFilter
83 xScale = 1.0f / w;
86 material.setFloat("XScale", blurScale * xScale);
146 material.setFloat("XScale", blurScale * xScale);
/external/harfbuzz_ng/src/hb-icu-le/
H A DPortableFontInstance.h62 PortableFontInstance(hb_face_t *face, float xScale, float yScale, LEErrorCode &status);
H A DPortableFontInstance.cpp28 PortableFontInstance::PortableFontInstance(hb_face_t *face, float xScale, float yScale, LEErrorCode &status) argument
29 : fFace(face), fXScale(xScale), fYScale(yScale), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
/external/chromium_org/third_party/skia/src/core/
H A DSkRRect.cpp273 SkScalar xScale = matrix.getScaleX(); local
274 const bool flipX = xScale < 0;
276 xScale = -xScale;
286 dst->fRadii[i].fX = SkScalarMul(fRadii[i].fX, xScale);
/external/skia/src/core/
H A DSkRRect.cpp273 SkScalar xScale = matrix.getScaleX(); local
274 const bool flipX = xScale < 0;
276 xScale = -xScale;
286 dst->fRadii[i].fX = SkScalarMul(fRadii[i].fX, xScale);
/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp24 static void scale_rect(SkRect* rect, float xScale, float yScale) { argument
25 rect->fLeft = SkScalarMul(rect->fLeft, xScale);
27 rect->fRight = SkScalarMul(rect->fRight, xScale);
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp24 static void scale_rect(SkRect* rect, float xScale, float yScale) { argument
25 rect->fLeft = SkScalarMul(rect->fLeft, xScale);
27 rect->fRight = SkScalarMul(rect->fRight, xScale);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.cpp71 double AffineTransform::xScale() const function in class:WebCore::AffineTransform
255 double width2 = size.width() * xScale();
263 double width2 = size.width() * xScale();
355 double sx = xScale();
H A DAffineTransform.h103 double xScale() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderingContext.cpp201 return narrowPrecisionToFloat(sqrt((pow(ctm.xScale(), 2) + pow(ctm.yScale(), 2)) / 2));
283 IntSize bufferSize(static_cast<int>(ceil(expandedBoundingBox.width() * transform.xScale())), static_cast<int>(ceil(expandedBoundingBox.height() * transform.yScale())));
H A DRenderSVGResourcePattern.cpp95 absoluteTileBoundaries.scale(static_cast<float>(m_attributes.patternTransform().xScale()),
H A DRenderSVGResourceFilter.cpp176 filterData->shearFreeAbsoluteTransform = AffineTransform(absoluteTransform.xScale(), 0, 0, absoluteTransform.yScale(), 0, 0);
H A DSVGTextQuery.cpp435 fragmentTransform.scale(1 / fragmentTransform.xScale(), 1 / fragmentTransform.yScale());
H A DSVGInlineTextBox.cpp103 textRun.setHorizontalGlyphStretch(narrowPrecisionToFloat(fragmentTransform.xScale()));
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
H A DSSAOFilter.java177 float xScale = 1.0f / w;
181 material.setFloat("XScale", blurScale * xScale);
/external/skia/tests/
H A DRoundRectTest.cpp513 SkScalar xScale = SkIntToScalar(3); local
516 matrix.setScaleX(xScale);
524 SkScalarMul(orig.radii((SkRRect::Corner) i).fX, xScale)));
529 SkScalarMul(orig.rect().width(), xScale)));
533 SkScalarMul(orig.rect().left(), xScale)));
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTransform.cpp178 return prefix + String::number(m_matrix.xScale()) + ' ' + String::number(m_matrix.yScale()) + ')';
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.cpp128 SkScalar xScale = SkIntToScalar(size.fWidth-2) / input.width(); local
134 xScale *= input.width() / (float) input.height();
138 xScale * input.width(),
145 SkRect r = SkRect::MakeLTRB(srcRect->fLeft * xScale + SK_Scalar1,
147 srcRect->fRight * xScale + SK_Scalar1,
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp128 SkScalar xScale = SkIntToScalar(size.fWidth-2) / input.width(); local
134 xScale *= input.width() / (float) input.height();
138 xScale * input.width(),
145 SkRect r = SkRect::MakeLTRB(srcRect->fLeft * xScale + SK_Scalar1,
147 srcRect->fRight * xScale + SK_Scalar1,
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp214 FloatSize imageBufferScale = FloatSize(transform.xScale(), transform.yScale());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1736 IntSize scaledSize(static_cast<int>(ceil(size.width() * transform.xScale())), static_cast<int>(ceil(size.height() * transform.yScale())));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp481 shrunkRect.inflateX(-static_cast<LayoutUnit>(ceil(1 / transform.xScale())));
H A DRenderBox.cpp1236 FloatSize contextScaling(static_cast<float>(ctm.xScale()), static_cast<float>(ctm.yScale()));
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1056 milliseconds