Searched refs:scale (Results 151 - 175 of 1847) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h64 const float scale = 65535.0; local
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
72 depth_step = (ushort)(dzdx * scale);
/external/chromium_org/ui/gfx/geometry/
H A Dvector2d_f.h57 // Scale the x and y components of the vector by |scale|.
58 void Scale(float scale) { Scale(scale, scale); } argument
100 // Return a vector that is |v| scaled by the given scale factors along each
106 // Return a vector that is |v| scaled by the given scale factor.
107 inline Vector2dF ScaleVector2d(const Vector2dF& v, float scale) { argument
108 return ScaleVector2d(v, scale, scale);
H A Dbox_f.h44 // Scales all three axes by the given scale.
45 void Scale(float scale) { argument
46 Scale(scale, scale, scale);
49 // Scales each axis by the corresponding given scale.
139 inline BoxF ScaleBox(const BoxF& b, float scale) {
140 return ScaleBox(b, scale, scale, scale);
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h64 const float scale = 65535.0; local
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
72 depth_step = (ushort)(dzdx * scale);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DReverb.cpp77 float scale = 1 / power; local
79 scale *= powf(10, GainCalibration * 0.05f); // calibrate to make perceived volume same as unprocessed
83 scale *= GainCalibrationSampleRate / response->sampleRate();
87 scale *= 0.5f;
89 return scale;
94 float scale = 1; local
97 scale = calculateNormalizationScale(impulseResponse);
99 if (scale)
100 impulseResponse->scale(scale);
[all...]
H A DVectorMath.h36 PLATFORM_EXPORT void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess);
38 PLATFORM_EXPORT void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess);
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_CToC_SC32_Sfs_s.S71 #define scale r3 define
135 M_STR scale, diffOnStack,LT @// order = 0
149 SUBS diff,scale,order
151 MOVGT scale,order
152 @// Now scale <= order
156 SUBS scale,scale,#1
163 MOV argScale,scale
188 @// check scale = 0 or scale
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkUnPreMultiply.cpp13 const Scale scale = GetScale(a); local
15 ApplyScale(scale, SkGetPackedR32(c)),
16 ApplyScale(scale, SkGetPackedG32(c)),
17 ApplyScale(scale, SkGetPackedB32(c)));
22 const Scale scale = GetScale(a); local
24 ApplyScale(scale, SkGetPackedR32(c)),
25 ApplyScale(scale, SkGetPackedG32(c)),
26 ApplyScale(scale, SkGetPackedB32(c)));
67 uint32_t scale; local
70 scale
[all...]
/external/skia/src/core/
H A DSkUnPreMultiply.cpp13 const Scale scale = GetScale(a); local
15 ApplyScale(scale, SkGetPackedR32(c)),
16 ApplyScale(scale, SkGetPackedG32(c)),
17 ApplyScale(scale, SkGetPackedB32(c)));
22 const Scale scale = GetScale(a); local
24 ApplyScale(scale, SkGetPackedR32(c)),
25 ApplyScale(scale, SkGetPackedG32(c)),
26 ApplyScale(scale, SkGetPackedB32(c)));
67 uint32_t scale; local
70 scale
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEDisplacementMapElement.idl40 readonly attribute SVGAnimatedNumber scale;
/external/chromium_org/third_party/polymer/components/paper-menu-button/
H A Dpaper-menu-button.css35 transform: scale(1.2);
36 -webkit-transform: scale(1.2);
63 transform: scale(0);
64 -webkit-transform: scale(0);
/external/chromium_org/third_party/polymer/components/paper-radio-button/
H A Dpaper-radio-button.css63 -webkit-transform: scale(0);
64 transform: scale(0);
70 -webkit-transform: scale(1.1);
71 transform: scale(1.1);
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/
H A Dpaper-menu-button.css35 transform: scale(1.2);
36 -webkit-transform: scale(1.2);
63 transform: scale(0);
64 -webkit-transform: scale(0);
/external/chromium_org/third_party/polymer/components-chromium/paper-radio-button/
H A Dpaper-radio-button.css63 -webkit-transform: scale(0);
64 transform: scale(0);
70 -webkit-transform: scale(1.1);
71 transform: scale(1.1);
/external/chromium_org/third_party/skia/src/images/
H A Dtransform_scanline.h100 SkUnPreMultiply::Scale scale = table[a]; local
101 r = SkUnPreMultiply::ApplyScale(scale, r);
102 g = SkUnPreMultiply::ApplyScale(scale, g);
103 b = SkUnPreMultiply::ApplyScale(scale, b);
130 SkUnPreMultiply::Scale scale = table[a]; local
131 r = SkUnPreMultiply::ApplyScale(scale, r);
132 g = SkUnPreMultiply::ApplyScale(scale, g);
133 b = SkUnPreMultiply::ApplyScale(scale, b);
/external/chromium_org/third_party/smhasher/src/
H A DAvalancheTest.cpp5 void PrintAvalancheDiagram ( int x, int y, int reps, double scale, int * bins ) argument
21 b *= scale;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_mem_energy_calc.c31 int16_t scale, /* (i) The scaling of all energy values */
50 energy += WEBRTC_SPL_RSHIFT_W32(tmp, scale);
24 WebRtcIlbcfix_CbMemEnergyCalc( int32_t energy, int16_t range, int16_t *ppi, int16_t *ppo, int16_t *energyW16, int16_t *energyShifts, int16_t scale, int16_t base_size ) argument
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader.js142 * - scale: for scaling,
165 if ('scale' in options) {
166 targetWidth = sourceWidth * options.scale;
167 targetHeight = sourceHeight * options.scale;
171 var scale = options.maxWidth / targetWidth;
172 targetWidth *= scale;
173 targetHeight *= scale;
177 var scale = options.maxHeight / targetHeight;
178 targetWidth *= scale;
179 targetHeight *= scale;
[all...]
/external/chromium_org/ui/gfx/
H A Dtransform_util.h16 // Returns a scale transform at |anchor| point.
17 GFX_EXPORT Transform GetScaleTransform(const Point& anchor, float scale);
27 SkMScalar scale[3]; member in struct:gfx::DecomposedTransform
46 // Decomposes this transform into its translation, scale, skew, perspective,
52 // Composes a transform from the given translation, scale, skew, prespective,
/external/chromium_org/ui/gfx/win/
H A Ddpi.h15 // Initialization of the scale factor that should be applied for rendering
20 GFX_EXPORT void InitDeviceScaleFactor(float scale);
24 // Gets the scale factor of the display. For example, if the display DPI is
25 // 96 then the scale factor is 1.0.
35 GFX_EXPORT void ForceHighDPISupportForTesting(float scale);
47 // WARNING: there is no right way to scale sizes and rects. The implementation
61 // Returns true if the global device scale factor has been explicitly set for
/external/skia/include/effects/
H A DSkBicubicImageFilter.h25 static SkBicubicImageFilter* CreateMitchell(const SkSize& scale, SkImageFilter* input = NULL);
31 @param scale How much to scale the image.
36 SkBicubicImageFilter(const SkSize& scale, const SkScalar coefficients[16],
/external/skia/src/images/
H A Dtransform_scanline.h100 SkUnPreMultiply::Scale scale = table[a]; local
101 r = SkUnPreMultiply::ApplyScale(scale, r);
102 g = SkUnPreMultiply::ApplyScale(scale, g);
103 b = SkUnPreMultiply::ApplyScale(scale, b);
130 SkUnPreMultiply::Scale scale = table[a]; local
131 r = SkUnPreMultiply::ApplyScale(scale, r);
132 g = SkUnPreMultiply::ApplyScale(scale, g);
133 b = SkUnPreMultiply::ApplyScale(scale, b);
/external/qemu/android/
H A Dqemulator.c52 double scale = get_default_scale(emulator->opts); local
54 emulator->window = skin_window_create( layout, emulator->win_x, emulator->win_y, scale, 0);
274 double scale = 0.0; local
276 /* possible values for the 'scale' option are
277 * 'auto' : try to determine the scale automatically
278 * '<number>dpi' : indicates the host monitor dpi, compute scale accordingly
279 * '<fraction>' : use direct scale coefficient
282 if (opts->scale) {
283 if (!strcmp(opts->scale, "auto"))
298 scale
598 android_emulator_set_window_scale(double scale, int is_dpi) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer.h54 void EstimateScale(const SparseMatrix& jacobian, double* scale) const;
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager.h48 // Saves the magnifier scale to the pref.
49 virtual void SaveScreenMagnifierScale(double scale) = 0;
51 // Loads the magnifier scale from the pref.

Completed in 1300 milliseconds

1234567891011>>