HomeSort by relevance Sort by last modified time
    Searched full:prescale (Results 26 - 50 of 65) sorted by null

12 3

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Scaling.h 163 res.prescale(m_coeffs);
  /external/eigen/Eigen/src/Geometry/
Scaling.h 66 res.prescale(factor());
Transform.h 507 inline Transform& prescale(const MatrixBase<OtherDerived> &other);
510 inline Transform& prescale(Scalar s);
779 * \sa prescale()
794 * \sa prescale(Scalar)
811 Transform<Scalar,Dim,Mode,Options>::prescale(const MatrixBase<OtherDerived> &other) function in class:Eigen::Transform
824 inline Transform<Scalar,Dim,Mode,Options>& Transform<Scalar,Dim,Mode,Options>::prescale(Scalar s) function in class:Eigen::Transform
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 114 public boolean preScale(float sx, float sy, float px, float py) {
120 public boolean preScale(float sx, float sy) {
369 public boolean preScale(float sx, float sy, float px, float py) {
377 public boolean preScale(float sx, float sy) {
  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 161 assertTrue(mMatrix.preScale(1f, 2f));
167 assertTrue(mMatrix.preScale(1f, 2f, 3f, 4f));
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 138 return obj->preScale(sx_, sy_, px_, py_);
144 return obj->preScale(sx_, sy_);
  /frameworks/base/libs/hwui/
DisplayList.cpp 310 mTransformMatrix->preScale(mScaleX, mScaleY, mPivotX, mPivotY);
318 mTransformMatrix->preScale(mScaleX, mScaleY, mPivotX, mPivotY);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGeometry.java 472 m.preScale(scale, scale);
514 m1.preScale(scale, scale);
ImageCrop.java 206 m.preScale(scale, scale);
217 m1.preScale(scale, scale);
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 191 matrix.preScale(SkIntToScalar(dest_rect.width()) /
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 267 matrix.preScale(SkFloatToScalar(scaleX), SkFloatToScalar(scaleY));
  /external/skia/include/core/
SkMatrix.h 233 bool preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
237 bool preScale(SkScalar sx, SkScalar sy);
  /external/skia/legacy/include/core/
SkMatrix.h 225 bool preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
229 bool preScale(SkScalar sx, SkScalar sy);
  /external/skia/legacy/src/utils/
SkMatrix44.cpp 146 void SkMatrix44::preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) {
  /external/skia/tests/
Matrix44Test.cpp 150 mat.preScale(10, 11, 12);
  /external/skia/src/pdf/
SkPDFShader.cpp 41 matrix->preScale(mag, mag);
669 unflip.preScale(SK_Scalar1, -SK_Scalar1);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 634 fUnitMatrix.preScale(reciprocal, reciprocal);
682 fVerticalMatrix.preScale(scale, scale);
918 fAdjustBadMatrix.preScale(fontScale, fontScale);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 657 fUnitMatrix.preScale(reciprocal, reciprocal);
700 fVerticalMatrix.preScale(scale, scale);
891 fFBoundingBoxesMatrix.preScale(fontScale, fontScale);
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 901 const int prescale = 16 - adjust; local
    [all...]
  /external/skia/legacy/src/core/
SkScalerContext.cpp 89 SkDebugf(" textsize %g prescale %g preskew %g post [%g %g %g %g]\n",
SkMatrix.cpp 243 bool SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) {
249 bool SkMatrix::preScale(SkScalar sx, SkScalar sy) {
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 100 SkDebugf(" textsize %g prescale %g preskew %g post [%g %g %g %g]\n",
SkMatrix.cpp 302 bool SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) {
308 bool SkMatrix::preScale(SkScalar sx, SkScalar sy) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 683 mCurrentMatrix->preScale(SkFloatToScalar(size.width()), SkFloatToScalar(size.height()));
    [all...]

Completed in 1791 milliseconds

12 3