/frameworks/base/packages/SystemUI/res/drawable/ |
status_bar_settings_slider_disabled.xml | 21 <scale android:scaleWidth="100%" 25 <scale android:scaleWidth="100%"
|
/frameworks/base/tests/HwAccelerationTest/res/drawable/ |
progress_vertical_holo_dark.xml | 23 <scale android:scaleHeight="100%" android:scaleGravity="bottom" 28 <scale android:scaleHeight="100%" android:scaleGravity="bottom"
|
scrubber_progress_vertical_holo_dark.xml | 21 <scale android:scaleHeight="100%" android:scaleGravity="bottom" 25 <scale android:scaleHeight="100%" android:scaleGravity="bottom"
|
/packages/apps/Gallery2/res/drawable/ |
filtershow_slider.xml | 21 <scale android:scaleWidth="100%" 25 <scale android:scaleWidth="100%"
|
/packages/apps/MusicFX/res/drawable/ |
progress_vertical_holo_dark.xml | 23 <scale android:scaleHeight="100%" android:scaleGravity="bottom" 28 <scale android:scaleHeight="100%" android:scaleGravity="bottom"
|
scrubber_progress_vertical_holo_dark.xml | 21 <scale android:scaleHeight="100%" android:scaleGravity="bottom" 25 <scale android:scaleHeight="100%" android:scaleGravity="bottom"
|
scrubber_progress_vertical_holo_light.xml | 21 <scale android:scaleHeight="100%" android:scaleGravity="bottom" 25 <scale android:scaleHeight="100%" android:scaleGravity="bottom"
|
/packages/inputmethods/LatinIME/java/res/values/ |
keyboard-heights.xml | 24 <!-- Preferable keyboard height in absolute scale: 1.285in --> 33 <!-- Preferable keyboard height in absolute scale: 48.0mm -->
|
/packages/inputmethods/LatinIME/java/res/values-land/ |
keyboard-heights.xml | 24 <!-- Preferable keyboard height in absolute scale: 1.100in --> 33 <!-- Preferable keyboard height in absolute scale: 45.0mm -->
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
QuickDraw_Graphics_Suppleme.py | 26 """scale - the default scaling for objects in the drawing area """ 44 'scale' : _Prop_scale,
|
/external/chromium_org/chrome/tools/tracing/ |
trace.html | 125 var scale = 100000;
173 scale = Math.floor(trace_total_time / (outer.offsetWidth - (row_height * 2)));
196 var step_ms = Math.floor(scale / 10); // ms per 100px
201 var x = Math.floor(i * 1000 / scale);
244 var left = index * Math.floor(bucket_size / scale);
245 var width = Math.floor(bucket_size / scale);
288 var left = row_height + Math.floor(start_time / scale);
289 var width = Math.floor(e.duration / scale);
350 scale = Math.floor(scale * factor); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
SVGImage.cpp | 134 scaledSrc.scale(1 / zoom); 138 adjustedSrcSize.scale(roundedContainerSize.width() / containerSize.width(), roundedContainerSize.height() / containerSize.height()); 162 const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, BlendMode blendMode) 165 zoomedContainerRect.scale(zoom); 168 // FIXME: No need to get the full CTM here, we just need the scale. 174 FloatSize scaleWithoutCTM(scale.width() / imageBufferScale.width(), scale.height() / imageBufferScale.height()); 177 imageBufferSize.scale(imageBufferScale.width(), imageBufferScale.height()); 187 scaledSrcRect.scale(imageBufferScale.width(), imageBufferScale.height()); 205 FloatSize scale(dstRect.width() / srcRect.width(), dstRect.height() / srcRect.height()) [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
TiledImageView.java | 64 public float scale; field in class:TiledImageView.ImageRendererWrapper 162 mRenderer.scale = 0; 182 || renderer.scale > 0 || getWidth() == 0) { 185 renderer.scale = Math.min( 261 float scale = mValues[Matrix.MSCALE_X]; local 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); 263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale); 265 cx += (mTempRectF.left / scale) - xoffset; 267 cx -= (mTempRectF.left / scale) - xoffset; 270 cy += (mTempRectF.top / scale) - yoffset [all...] |
/packages/apps/Gallery2/src/com/android/photos/views/ |
TiledImageView.java | 64 float scale; field in class:TiledImageView.ImageRendererWrapper 162 mRenderer.scale = 0; 182 || renderer.scale > 0 || getWidth() == 0) { 185 renderer.scale = Math.min( 261 float scale = mValues[Matrix.MSCALE_X]; local 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); 263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale); 265 cx += (mTempRectF.left / scale) - xoffset; 267 cx -= (mTempRectF.left / scale) - xoffset; 270 cy += (mTempRectF.top / scale) - yoffset [all...] |
/packages/apps/Launcher3/src/com/android/photos/views/ |
TiledImageView.java | 64 public float scale; field in class:TiledImageView.ImageRendererWrapper 162 mRenderer.scale = 0; 182 || renderer.scale > 0 || getWidth() == 0) { 185 renderer.scale = Math.min( 261 float scale = mValues[Matrix.MSCALE_X]; local 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); 263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale); 265 cx += (mTempRectF.left / scale) - xoffset; 267 cx -= (mTempRectF.left / scale) - xoffset; 270 cy += (mTempRectF.top / scale) - yoffset [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_csqrt.c | 54 int scale; local 85 /* Scale to avoid overflow. */ 89 scale = 1; 91 scale = 0; 104 if (scale)
|
s_csqrtl.c | 54 int scale; local 85 /* Scale to avoid overflow. */ 89 scale = 1; 91 scale = 0; 104 if (scale)
|
/external/chromium/chrome/browser/ui/views/ |
tab_icon_view.cc | 110 // For source images smaller than the favicon square, scale them as if they 123 // Scale proportionately. 124 float scale = std::min(static_cast<float>(width()) / scalable_w, local 126 int dest_w = static_cast<int>(float_src_w * scale); 127 int dest_h = static_cast<int>(float_src_h * scale);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
CrossfadeGeneratedImage.cpp | 65 context->scale(FloatSize(static_cast<float>(m_crossfadeSize.width()) / fromImageSize.width(), 74 context->scale(FloatSize(static_cast<float>(m_crossfadeSize.width()) / toImageSize.width(), 90 context->scale(FloatSize(dstRect.width() / srcRect.width(), dstRect.height() / srcRect.height())); 96 void CrossfadeGeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, BlendMode blendMode) 107 imageBuffer->drawPattern(context, srcRect, scale, phase, compositeOp, dstRect, blendMode);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ViewportAnchor.cpp | 63 pointOffset.scale(viewportAnchorRelativeEpsilon); 94 anchorOffset.scale(anchorInViewCoords.width(), anchorInViewCoords.height()); 104 m_anchorInNodeCoords.scale(1.f / m_anchorNodeBounds.width(), 1.f / m_anchorNodeBounds.height()); 118 anchorOffsetFromNode.scale(m_anchorInNodeCoords.width(), m_anchorInNodeCoords.height()); 123 anchorOffsetFromOrigin.scale(m_anchorInViewCoords.width(), m_anchorInViewCoords.height());
|
/external/chromium_org/third_party/skia/src/core/ |
SkEdge.h | 93 float scale = float(1 << (shift + 6)); 94 x0 = int(p0.fX * scale); 95 y0 = int(p0.fY * scale); 96 x1 = int(p1.fX * scale); 97 y1 = int(p1.fY * scale);
|
SkPoint.cpp | 73 void SkPoint::scale(SkScalar scale, SkPoint* dst) const { function in class:SkPoint 75 dst->set(SkScalarMul(fX, scale), SkScalarMul(fY, scale)); 117 float mag, scale; local 120 scale = 1 / mag; 132 // have a non-zero value for scale (thanks to denormalized numbers). 133 scale = (float)(1 / magmag); 135 pt->set(x * scale, y * scale); 164 float scale; local 218 SkScalar scale = SkScalarInvert(mag); local [all...] |
/external/chromium_org/ui/gfx/ |
display.cc | 31 LOG(ERROR) << "Failed to parse the default device scale factor:" << value; 94 // Unless an explicit scale factor was provided for testing, ensure the 95 // scale is integral. 113 origin_f.Scale(device_scale_factor_); 130 "Display[%lld] bounds=%s, workarea=%s, scale=%f, %s",
|
point3_unittest.cc | 49 TEST(Point3Test, Scale) { 60 zero.Scale(2.f); 61 zero.Scale(6.f, 3.f, 1.5f); 65 point.Scale(2.f); 66 point.Scale(6.f, 3.f, 1.5f);
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl_fixed_bounds.cc | 109 // Apply bounds scale (bounds/fixed_bounds) over original transform. 115 transform_with_bounds_scale.Scale(bounds_scale_x, bounds_scale_y); 118 // As we apply extra scale transform on this layer which will propagate to the 119 // sublayers, here undo the scale on sublayers. 121 sublayer_transform_with_inverse_bounds_scale.Scale(1.f / bounds_scale_x,
|