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

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_viewport.c 45 GLfloat yScale, yBias;
53 yScale = -1;
58 yScale = 1.0;
73 st->state.viewport.scale[1] = half_height * yScale;
78 st->state.viewport.translate[1] = (half_height + y) * yScale + yBias;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_viewport.c 45 GLfloat yScale, yBias;
53 yScale = -1;
58 yScale = 1.0;
73 st->state.viewport.scale[1] = half_height * yScale;
78 st->state.viewport.translate[1] = (half_height + y) * yScale + yBias;
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DepthOfFieldFilter.java 55 private float yScale;
84 yScale = 1.0f / h;
87 material.setFloat("YScale", blurScale * yScale);
147 material.setFloat("YScale", blurScale * yScale);
  /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),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 231 double yScale = vi.getScaledImgSize() / (double) awtImage.getHeight();
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/src/core/
SkRRect.cpp 278 SkScalar yScale = matrix.getScaleY();
279 const bool flipY = yScale < 0;
281 yScale = -yScale;
287 dst->fRadii[i].fY = SkScalarMul(fRadii[i].fY, yScale);
  /external/skia/src/core/
SkRRect.cpp 278 SkScalar yScale = matrix.getScaleY();
279 const bool flipY = yScale < 0;
281 yScale = -yScale;
287 dst->fRadii[i].fY = SkScalarMul(fRadii[i].fY, yScale);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 76 double AffineTransform::yScale() const
256 double height2 = size.height() * yScale();
264 double height2 = size.height() * yScale();
356 double sy = yScale();
AffineTransform.h 104 double yScale() const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 201 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())));
RenderSVGResourcePattern.cpp 96 static_cast<float>(m_attributes.patternTransform().yScale()));
RenderSVGResourceFilter.cpp 176 filterData->shearFreeAbsoluteTransform = AffineTransform(absoluteTransform.xScale(), 0, 0, absoluteTransform.yScale(), 0, 0);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 178 float yScale = 1.0f / h;
182 material.setFloat("YScale", blurScale * yScale);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 157 double yScale = HEIGHT / (double) height;
158 double scale = Math.min(xScale, yScale);
  /external/skia/tests/
RoundRectTest.cpp 514 SkScalar yScale = 3.2f;
517 matrix.setScaleY(yScale);
526 SkScalarMul(orig.radii((SkRRect::Corner) i).fY, yScale)));
531 SkScalarMul(orig.rect().height(), yScale)));
535 SkScalarMul(orig.rect().top(), yScale)));
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 24 static void scale_rect(SkRect* rect, float xScale, float yScale) {
26 rect->fTop = SkScalarMul(rect->fTop, yScale);
28 rect->fBottom = SkScalarMul(rect->fBottom, yScale);
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 24 static void scale_rect(SkRect* rect, float xScale, float yScale) {
26 rect->fTop = SkScalarMul(rect->fTop, yScale);
28 rect->fBottom = SkScalarMul(rect->fBottom, yScale);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransform.cpp 178 return prefix + String::number(m_matrix.xScale()) + ' ' + String::number(m_matrix.yScale()) + ')';
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 129 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height();
132 yScale *= input.height() / (float) input.width();
139 yScale * input.height());
146 srcRect->fTop * yScale + SK_Scalar1,
148 srcRect->fBottom * yScale + SK_Scalar1);
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 129 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height();
132 yScale *= input.height() / (float) input.width();
139 yScale * input.height());
146 srcRect->fTop * yScale + SK_Scalar1,
148 srcRect->fBottom * yScale + SK_Scalar1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 84 def scale(self, xorigin, yorigin, xscale, yscale):
85 self.canvas.scale(self.id, xorigin, yorigin, xscale, yscale)
185 def scale(self, xOrigin, yOrigin, xScale, yScale):
186 self._do('scale', xOrigin, yOrigin, xScale, yScale)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 84 def scale(self, xorigin, yorigin, xscale, yscale):
85 self.canvas.scale(self.id, xorigin, yorigin, xscale, yscale)
185 def scale(self, xOrigin, yOrigin, xScale, yScale):
186 self._do('scale', xOrigin, yOrigin, xScale, yScale)
  /frameworks/native/services/surfaceflinger/
Layer.cpp 325 float yScale = crop.getHeight() / float(winHeight);
328 float insetT = winCrop.top * yScale;
330 float insetB = (winHeight - winCrop.bottom) * yScale;
    [all...]

Completed in 438 milliseconds

1 2