HomeSort by relevance Sort by last modified time
    Searched full:scale (Results 176 - 200 of 4641) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
utmscale.h 17 * \brief C API: Universal Time Scale
164 * These functions implement a universal time scale which can be used as a 'pivot',
167 * and converted back to any other datetime time scale.
190 * This time scale is very fine grained, does not lose precision, and covers a range that
197 * <code>UDateTimeScale</code> values are used to specify the time scale used for
198 * conversion into or out if the universal time scale.
285 * The first unused time scale value. The limit of this enum
291 * <code>UTimeScaleValue</code> values are used to specify the time scale values
301 * for a time scale.
311 * for a time scale
    [all...]
  /external/icu4c/i18n/unicode/
utmscale.h 17 * \brief C API: Universal Time Scale
164 * These functions implement a universal time scale which can be used as a 'pivot',
167 * and converted back to any other datetime time scale.
190 * This time scale is very fine grained, does not lose precision, and covers a range that
197 * <code>UDateTimeScale</code> values are used to specify the time scale used for
198 * conversion into or out if the universal time scale.
285 * The first unused time scale value. The limit of this enum
291 * <code>UTimeScaleValue</code> values are used to specify the time scale values
301 * for a time scale.
311 * for a time scale
    [all...]
  /development/samples/devbytes/animation/PropertyAnimations/res/values/
strings.xml 23 <string name="scale">Scale</string>
  /development/samples/devbytes/animation/ViewAnimations/res/values/
strings.xml 22 <string name="scale">Scale</string>
  /external/chromium_org/ash/magnifier/
magnifier_constants.h 20 // Factor of magnification scale. For example, when this value is 1.189, scale
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
TimeoutScale.java 13 * This annotation can be used to scale a specific test timeout.
19 * @return A number to scale the test timeout.
  /external/chromium_org/cc/layers/
contents_scaling_layer.h 13 // Base class for layers that need contents scale.
14 // The content bounds are determined by bounds and scale of the contents.
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_layer_mac.h 30 // Update the scale factor of the layer to match the scale factor of the
  /external/chromium_org/content/test/data/android/device_files/content_detection/
click_listeners.html 4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
email.html 4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
geo_address_limits.html 4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
geo_address_multiple.html 4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 23 uint32_t getValue(SkColor, const SkUnPreMultiply::Scale*) {
29 SkColor l, const SkUnPreMultiply::Scale* table) {
34 SkColor l, const SkUnPreMultiply::Scale* table) {
39 SkColor l, const SkUnPreMultiply::Scale* table) {
44 SkColor l, const SkUnPreMultiply::Scale*) {
50 void computeDisplacement(SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src)
57 const SkScalar scaleForColor = SkScalarMul(scale, Inv8bit);
58 const SkScalar scaleAdj = SK_ScalarHalf - SkScalarMul(scale, SK_ScalarHalf);
59 const SkUnPreMultiply::Scale* table = SkUnPreMultiply::GetScaleTable();
79 SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src
252 SkScalar scale() const { return fScale; } function in class:GrDisplacementMapEffect
384 SkScalar scale = random->nextRangeScalar(0, SkFloatToScalar(100.0f)); local
    [all...]
  /external/chromium_org/ui/gfx/
display.h 35 // Returns the forced device scale factor, which is given by
36 // "--force-device-scale-factor".
39 // Indicates if a device scale factor is being explicitly enforced from the
40 // command line via "--force-device-scale-factor".
56 // Output device's pixel scale factor. This specifies how much the
61 void set_device_scale_factor(float scale) { device_scale_factor_ = scale; }
74 // Sets the device scale factor and display bounds in pixel. This
transform_util_unittest.cc 17 Transform scale = GetScaleTransform(kAnchor, kScale); local
24 scale.TransformPoint(test);
canvas_paint_mac.mm 58 // Assume that the x scale and the y scale are the same.
59 CGFloat scale = scaled_unit_rect.size.width;
61 ui::ScaleFactor scale_factor = ui::GetScaleFactorFromScale(scale);
shadow_value.cc 31 ShadowValue ShadowValue::Scale(float scale) const {
33 gfx::ToFlooredPoint(gfx::ScalePoint(offset_, scale));
34 return ShadowValue(scaled_offset, blur_ * scale, color_);
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
HeightBasedTerrain.j3md 8 // regionX.z: the texture scale for the region
11 // slopeTileFactor: the texture scale for slopes
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 23 uint32_t getValue(SkColor, const SkUnPreMultiply::Scale*) {
29 SkColor l, const SkUnPreMultiply::Scale* table) {
34 SkColor l, const SkUnPreMultiply::Scale* table) {
39 SkColor l, const SkUnPreMultiply::Scale* table) {
44 SkColor l, const SkUnPreMultiply::Scale*) {
50 void computeDisplacement(SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src)
57 const SkScalar scaleForColor = SkScalarMul(scale, Inv8bit);
58 const SkScalar scaleAdj = SK_ScalarHalf - SkScalarMul(scale, SK_ScalarHalf);
59 const SkUnPreMultiply::Scale* table = SkUnPreMultiply::GetScaleTable();
79 SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src
252 SkScalar scale() const { return fScale; } function in class:GrDisplacementMapEffect
384 SkScalar scale = random->nextRangeScalar(0, SkFloatToScalar(100.0f)); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AbstractSlotRenderer.java 60 float scale = Math.min( local
63 canvas.scale(scale, scale, 1);
70 // Scale the video overlay to the height of the thumbnail and put it
73 float scale = (float) height / v.getHeight(); local
74 int w = Math.round(scale * v.getWidth());
75 int h = Math.round(scale * v.getHeight());
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_animation.mm 18 // than the window size. This does not seem to apply to scale transformations.
26 // Scale the window by this factor when animating.
69 float scale;
99 void SetWindowScale(NSWindow* window, float scale) {
100 CGFloat scale_delta = 1.0 - scale;
128 // translated vertically by |y_offset|. The window is scaled by |scale| and
133 float scale,
143 // Apply a scale and translate to keep the window centered.
184 CGFloat scale = 1.0 - (1.0 - kShowHideScaleFactor) * inverse_value;
188 SetWindowWarp(window, y_offset, scale, perspective_offset)
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
animateTransform-toanimation.svg 5 <animateTransform attributeName="transform" type="scale" to="5" dur="5s" />
  /external/chromium_org/third_party/WebKit/ManualTests/
computed-transform-value.html 32 <div class="box" style="position: absolute; left: 100px; top: 200px; -webkit-transform: scale(1.5, 0.75)">
33 scale(1.5, 0.75)
44 <div class="box" style="position: absolute; left: 400px; top: 400px; -webkit-transform: translate(10px, 50px) scale(0.8) rotate(-10deg)">
45 translate(10px, 50px) scale(0.8) rotate(-10deg)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGZoomEvent.cpp 47 void SVGZoomEvent::setPreviousScale(float scale)
49 m_previousScale = scale;
62 void SVGZoomEvent::setNewScale(float scale)
64 m_newScale = scale;
  /external/chromium_org/ui/compositor/
dip_util.cc 45 float scale = 1.0f / GetDeviceScaleFactor(layer); local
46 return gfx::ToFlooredRectDeprecated(gfx::ScaleRect(rect_in_pixel, scale));
63 float scale = GetDeviceScaleFactor(layer); local
64 return gfx::ToFlooredRectDeprecated(gfx::ScaleRect(rect_in_dip, scale));

Completed in 510 milliseconds

1 2 3 4 5 6 78 91011>>