HomeSort by relevance Sort by last modified time
    Searched full:scalex (Results 51 - 75 of 308) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/res/anim/
key_preview_dismiss_holo.xml 23 android:propertyName="scaleX"
key_preview_dismiss_lxx.xml 23 android:propertyName="scaleX"
key_preview_show_up_holo.xml 23 android:propertyName="scaleX"
key_preview_show_up_lxx.xml 23 android:propertyName="scaleX"
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.cpp 122 PassRefPtrWillBeRawPtr<CSSMatrix> CSSMatrix::scale(double scaleX, double scaleY, double scaleZ) const
124 if (std::isnan(scaleX))
125 scaleX = 1;
127 scaleY = scaleX;
130 return CSSMatrix::create(TransformationMatrix(m_matrix).scale3d(scaleX, scaleY, scaleZ));
WebKitCSSMatrix.idl 74 // Passing scaleX or scaleZ as NaN uses a value of 1, but passing scaleY of NaN
75 // makes it the same as scaleX. This allows the 3D form to used for 2D operations
76 [Immutable] WebKitCSSMatrix scale([Default=Undefined] optional double scaleX,
  /external/chromium_org/third_party/WebKit/Source/platform/
DragImage.cpp 237 float scaleX = srcSize.width() / static_cast<float>(originalSize.width());
240 scaleX *= resizeRatio;
244 scale(scaleX, scaleY);
247 void DragImage::scale(float scaleX, float scaleY)
249 int imageWidth = scaleX * m_bitmap.width();
DragImage.h 51 void scale(float scaleX, float scaleY);
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 142 final float scaleX;
145 scaleX = 1;
148 scaleX = 1;
156 scaleX = distFraction * multiplier;
161 canvas.scale(scaleX, 1, bounds.exactCenterX(), bounds.exactCenterY());
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 321 if ((srA.scaleX < 0 && srB.scaleY < 0) || (srA.scaleY < 0 && srB.scaleX < 0)) {
322 srA.scaleX = -srA.scaleX;
338 srA.scaleX += progress * (srB.scaleX - srA.scaleX);
385 decomp.scaleX = sx;
407 this->scale(decomp.scaleX, decomp.scaleY);
ScaleTransformOperation.cpp 51 return other.type() == ScaleX
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 60 SkScalar scaleX,
64 , fScaleX(scaleX)
320 SkScalar scaleX,
323 const Key key(genID, scaleX, scaleY, bounds);
375 SkScalar scaleX,
378 if (0 == scaleX || 0 == scaleY) {
382 Rec* rec = this->findAndLock(orig.getGenerationID(), scaleX,
442 SkScalar scaleX,
445 if (0 == scaleX || 0 == scaleY) {
453 Key key(orig.getGenerationID(), scaleX, scaleY, bounds)
    [all...]
  /external/skia/src/core/
SkScaledImageCache.cpp 60 SkScalar scaleX,
64 , fScaleX(scaleX)
320 SkScalar scaleX,
323 const Key key(genID, scaleX, scaleY, bounds);
375 SkScalar scaleX,
378 if (0 == scaleX || 0 == scaleY) {
382 Rec* rec = this->findAndLock(orig.getGenerationID(), scaleX,
442 SkScalar scaleX,
445 if (0 == scaleX || 0 == scaleY) {
453 Key key(orig.getGenerationID(), scaleX, scaleY, bounds)
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_viewport.js 144 scaleX: this.scaleX
168 get scaleX() {
171 set scaleX(s) {
247 var scaleX = viewWidth / worldWidth;
249 this.setPanAndScale(panX, scaleX);
  /frameworks/support/v4/ics/android/support/v4/view/
ViewPropertyAnimatorCompatICS.java 85 public static void scaleX(View view, float value) {
86 view.animate().scaleX(value);
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 430 ObjectAnimator scalex = ObjectAnimator.ofFloat(tv, "scaleX", 1.0f, 0.0f); local
434 animator.playTogether(scalex, scaley, alpha);
462 ObjectAnimator scalex = ObjectAnimator.ofFloat(tv, "scaleX", 0.0f, 1.0f); local
463 scalex.setDuration(150);
464 scalex.addListener(new AnimatorListener() {
485 scalex.start();
  /cts/tests/tests/graphics/res/drawable/
vector_icon_transformation_2.xml 36 android:scaleX="0.75"
vector_icon_transformation_3.xml 36 android:scaleX="0.75"
  /frameworks/base/packages/SystemUI/res/drawable/
ic_add_circle_qs.xml 22 android:scaleX="1.2"
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_drawable16.xml 36 android:scaleX="0.75"
vector_drawable21.xml 36 android:scaleX="0.75"
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDisplacementMap.cpp 137 float scaleX = filter->applyHorizontalScale(m_scale);
139 float scaleForColorX = scaleX / 255.0;
141 float scaledOffsetX = 0.5 - scaleX * 0.5;
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java 118 float scaleX = frame.width() / (float) previewFrame.width();
134 canvas.drawCircle(frameLeft + (int) (point.getX() * scaleX),
145 canvas.drawCircle(frameLeft + (int) (point.getX() * scaleX),
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 132 PropertyValuesHolder scaleX = PropertyValuesHolder.ofKeyframe("scaleX", k0, k1, k2, k3);
135 ObjectAnimator.ofPropertyValuesHolder(labelToAnimate, scaleX, scaleY);
  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 206 float scaleX = (float)srcW / dstW;
208 if (scaleX > 4.0 || scaleY > 4.0 || scaleX < 0.25 || scaleY < 0.25) {

Completed in 226 milliseconds

1 23 4 5 6 7 8 91011>>