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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
no_scale_for_you.html 1 <meta name="viewport" content="width=device-width, initial-scale=2.0, minimum-scale=2.0, maximum-scale=2.0, user-scalable=no" >
viewport-2x-initial-scale.html 3 <meta name='viewport' content='initial-scale=2' />
6 A page with the viewport set to 2x scale.
viewport-device-0.5x-initial-scale.html 3 <meta name='viewport' content='width=device-width, initial-scale=0.5' />
6 A page with the viewport set to 0.5x scale.
viewport-wide-2x-initial-scale.html 3 <meta name='viewport' content='width=3000, initial-scale=2' />
6 A page with the viewport set to 2x scale.
viewport-nonzero-values.html 3 <meta name='viewport' content='width=0.1, height=0.01, initial-scale=0.5, minimum-scale=0.0001, maximum-scale=0.999' />
viewport-zero-values.html 3 <meta name='viewport' content='width=0, height=0, initial-scale=0.0, minimum-scale=0.0, maximum-scale=0.0' />
scale_oscillate.html 10 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
13 This test passes if it doesn't cause oscillating scale factor due to content size rounding errors and creating/destroying of custom scrollbars.
14 An example of parameter that reproduce the crash is viewport size (800, 1057) with device scale factor 1.325
  /external/chromium_org/third_party/skia/include/core/
SkUnPreMultiply.h 20 typedef uint32_t Scale;
23 static const Scale* GetScaleTable() {
27 static Scale GetScale(U8CPU alpha) {
34 const Scale* table = SkUnPreMultiply::GetScaleTable();
38 SkUnPreMultiply::Scale scale = table[a];
40 red = SkUnPreMultiply::ApplyScale(scale, red);
45 static U8CPU ApplyScale(Scale scale, U8CPU component) {
47 return (scale * component + (1 << 23)) >> 24
    [all...]
  /external/skia/include/core/
SkUnPreMultiply.h 20 typedef uint32_t Scale;
23 static const Scale* GetScaleTable() {
27 static Scale GetScale(U8CPU alpha) {
34 const Scale* table = SkUnPreMultiply::GetScaleTable();
38 SkUnPreMultiply::Scale scale = table[a];
40 red = SkUnPreMultiply::ApplyScale(scale, red);
45 static U8CPU ApplyScale(Scale scale, U8CPU component) {
47 return (scale * component + (1 << 23)) >> 24
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 10 * point is called the <code>scale</code> of the <code>SimpleBigDecimal</code>.
11 * Unlike in {@link java.math.BigDecimal BigDecimal}, the scale is not adjusted
13 * taking part in the same arithmetic operation must have equal scale. The
15 * <code>SimpleBigDecimal</code> with double scale.
23 private final int scale; field in class:SimpleBigDecimal
30 * @param scale The scale of the <code>SimpleBigDecimal</code> to be
34 public static SimpleBigDecimal getInstance(BigInteger value, int scale)
36 return new SimpleBigDecimal(value.shiftLeft(scale), scale);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion60.txt 2 scaleX : scale of the view in the x direction.
3 scaleY : scale of the view in the y direction.
anim1-expected-completion53.txt 4 <scale />
anim1-expected-completion54.txt 4 <scale />
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Splatting.glsllib 1 void Splatting_Base(in sampler2D baseMap, in vec2 tc, in float scale, out vec3 outColor){
2 outColor = texture2D(baseMap, tc * vec2(scale)).rgb;
5 void Splatting_AlphaDetail(in sampler2D alphaMap, in sampler2D detailMap, in vec2 tc, in float scale, out vec3 outColor){
7 vec3 color = sampler2D(detailMap, tc * vec2(scale)).rgb;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_filter.h 31 int scale = 256 - 16*y - 16*x + xy; local
32 uint32_t lo = (a00 & mask) * scale;
33 uint32_t hi = ((a00 >> 8) & mask) * scale;
35 scale = 16*x - xy;
36 lo += (a01 & mask) * scale;
37 hi += ((a01 >> 8) & mask) * scale;
39 scale = 16*y - xy;
40 lo += (a10 & mask) * scale;
41 hi += ((a10 >> 8) & mask) * scale;
61 int scale = 256 - 16*y - 16*x + xy local
91 int scale = 256 - 16*t; local
113 int scale = 256 - 16*t; local
    [all...]
  /external/skia/src/core/
SkBitmapProcState_filter.h 31 int scale = 256 - 16*y - 16*x + xy; local
32 uint32_t lo = (a00 & mask) * scale;
33 uint32_t hi = ((a00 >> 8) & mask) * scale;
35 scale = 16*x - xy;
36 lo += (a01 & mask) * scale;
37 hi += ((a01 >> 8) & mask) * scale;
39 scale = 16*y - xy;
40 lo += (a10 & mask) * scale;
41 hi += ((a10 >> 8) & mask) * scale;
61 int scale = 256 - 16*y - 16*x + xy local
91 int scale = 256 - 16*t; local
113 int scale = 256 - 16*t; local
    [all...]
  /external/skia/gm/
hittestpath.cpp 47 int scale = 300; local
49 path.lineTo(rand.nextUScalar1() * scale, rand.nextUScalar1() * scale);
50 path.quadTo(rand.nextUScalar1() * scale, rand.nextUScalar1() * scale,
51 rand.nextUScalar1() * scale, rand.nextUScalar1() * scale);
52 path.cubicTo(rand.nextUScalar1() * scale, rand.nextUScalar1() * scale,
53 rand.nextUScalar1() * scale, rand.nextUScalar1() * scale
    [all...]
filltypes.cpp 37 SkScalar scale, const SkPaint& paint) {
47 canvas->scale(scale, scale);
53 void showFour(SkCanvas* canvas, SkScalar scale, const SkPaint& paint) {
55 scale, paint);
57 scale, paint);
59 scale, paint);
61 scale, paint);
70 const SkScalar scale = SkIntToScalar(5)/4 local
    [all...]
  /external/chromium_org/media/base/
vector_math_testing.h 15 MEDIA_EXPORT void FMAC_C(const float src[], float scale, int len, float dest[]);
16 MEDIA_EXPORT void FMUL_C(const float src[], float scale, int len, float dest[]);
19 MEDIA_EXPORT void FMAC_SSE(const float src[], float scale, int len,
21 MEDIA_EXPORT void FMUL_SSE(const float src[], float scale, int len,
26 MEDIA_EXPORT void FMAC_NEON(const float src[], float scale, int len,
28 MEDIA_EXPORT void FMUL_NEON(const float src[], float scale, int len,
  /external/chromium_org/ui/gfx/
size_f.h 23 void Scale(float scale) {
24 Scale(scale, scale);
27 void Scale(float x_scale, float y_scale) {
44 inline SizeF ScaleSize(const SizeF& p, float scale) {
45 return ScaleSize(p, scale, scale);
  /external/chromium_org/third_party/icu/source/test/cintltst/
utmstest.c 100 static void roundTripTest(int64_t value, UDateTimeScale scale)
103 int64_t rt = utmscale_toInt64(utmscale_fromInt64(value, scale, &status), scale, &status);
106 log_err("Round-trip error: time scale = %d, value = %lld, round-trip = %lld.\n", scale, value, rt);
110 static void toLimitTest(int64_t toLimit, int64_t fromLimit, UDateTimeScale scale)
113 int64_t result = utmscale_toInt64(toLimit, scale, &status);
116 log_err("toLimit failure: scale = %d, toLimit = %lld , utmscale_toInt64(toLimit, scale, &status) = %lld, fromLimit = %lld.\n",
117 scale, toLimit, result, fromLimit)
154 int32_t scale; local
167 int32_t scale; local
181 int32_t scale; local
196 int32_t scale; local
256 int32_t scale; local
330 int32_t scale; local
    [all...]
  /external/icu4c/test/cintltst/
utmstest.c 100 static void roundTripTest(int64_t value, UDateTimeScale scale)
103 int64_t rt = utmscale_toInt64(utmscale_fromInt64(value, scale, &status), scale, &status);
106 log_err("Round-trip error: time scale = %d, value = %lld, round-trip = %lld.\n", scale, value, rt);
110 static void toLimitTest(int64_t toLimit, int64_t fromLimit, UDateTimeScale scale)
113 int64_t result = utmscale_toInt64(toLimit, scale, &status);
116 log_err("toLimit failure: scale = %d, toLimit = %lld , utmscale_toInt64(toLimit, scale, &status) = %lld, fromLimit = %lld.\n",
117 scale, toLimit, result, fromLimit)
154 int32_t scale; local
167 int32_t scale; local
181 int32_t scale; local
196 int32_t scale; local
256 int32_t scale; local
330 int32_t scale; local
    [all...]
  /external/skia/tools/
bench_pictures.cfg 67 def AndroidConfigList(tile_size, scale, cores, viewport, do_gpu=True):
76 RecordConfig( scale=str(scale)),
77 RecordRTreeConfig(scale=str(scale)),
78 RecordGridConfig( tile_x, tile_y, scale=str(scale)),
81 TiledBitmapConfig(tile_x, tile_y, scale=str(scale)),
82 TileRTreeConfig( tile_x, tile_y, scale=str(scale))
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Transform.java 40 * Represents a translation, rotation and scale in one object.
53 private Vector3f scale = new Vector3f(1,1,1); field in class:Transform
60 public Transform(Vector3f translation, Quaternion rot, Vector3f scale){
62 this.scale.set(scale);
106 * Sets this scale to the given value.
107 * @param scale The new scale for this matrix.
110 public Transform setScale(Vector3f scale) {
111 this.scale.set(scale)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalScaleOperationsTest.java 28 * Methods: movePointLeft, movePointRight, scale, setScale, unscaledValue *
32 * Check the default scale
38 assertTrue("incorrect scale", aNumber.scale() == cScale);
42 * Check a negative scale
49 assertTrue("incorrect scale", aNumber.scale() == cScale);
53 * Check a positive scale
60 assertTrue("incorrect scale", aNumber.scale() == cScale)
    [all...]

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 91011>>