HomeSort by relevance Sort by last modified time
    Searched refs:Scale (Results 51 - 75 of 275) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl_unittest.cc 256 transform.Scale(10.0 / 8.0, 10.0 / 8.0);
442 transform.Scale(10.0 / 8.0, 10.0 / 8.0);
479 transform.Scale(2.0, 2.0);
488 child_pass_transform.Scale(0.8, 0.8);
524 root_pass_transform.Scale(1.5, 1.5);
665 // Device scale factor is 2.
666 expected.Scale(2.0, 2.0);
668 // The position (20) - the width / scale (30 / 2) = 20 - 15 = 5
670 expected.Scale(2.0, 2.0);
673 expected.Scale(30.0 / 50.0, 30.0 / 50.0)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 430 int Scale = 1;
437 Scale = 1;
445 Scale = 4;
465 Scale = 4;
472 return InstrOffs * Scale;
633 unsigned Scale = 1;
640 Scale = 1;
651 Scale = 4;
662 Scale = 4;
670 // Make sure the offset is encodable for instructions that scale th
    [all...]
  /external/chromium_org/ash/display/
event_transformation_handler.cc 43 // Get the device scale factor and stack it on the final scale factor.
47 float scale = scale_at_target; local
54 scale *= kBoostForNonIntegrated;
56 event->Scale(scale);
60 // This is to scale the TouchEvent's radius when the touch display is in
63 // at a lower resolution. We scale down the radius using the ratio defined as
83 // area ratio of that touchscreen to scale the event's radius.
  /external/chromium_org/cc/resources/
layer_quad_unittest.cc 36 quad.Scale(2.f, 2.f);
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_probe.cc 99 available_channel_estimate.Scale(kUncertainScaleFactor);
inter_arrival_bitrate_ramp_up.cc 44 (channel_estimate_.Subtract(available_channel_estimate_)).Scale(0.5f));
79 (channel_estimate_.Subtract(available_channel_estimate_).Scale(0.5f)));
channel_estimator.cc 96 median_bitrate.Scale(0.25f)) {
  /external/chromium_org/net/quic/
quic_bandwidth.h 57 QuicBandwidth Scale(float scale_factor) const;
quic_bandwidth.cc 98 QuicBandwidth QuicBandwidth::Scale(float scale_factor) const {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
ScaleTransformOperation.h 76 ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDisplacementMapElement.h 87 DECLARE_ANIMATED_NUMBER(Scale, scale)
  /external/chromium_org/third_party/skia/src/animator/
SkMatrixParts.h 48 DECLARE_MEMBER_INFO(Scale);
  /external/chromium_org/ui/gfx/
display_unittest.cc 32 TEST(DisplayTest, Scale) {
38 // Scale it back to 2x
43 // Scale it back to 1x
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/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 158 snapshot_size.Scale(1.0f / kUIScale);
175 snapshot_size.Scale(2.0f);
194 snapshot_size.Scale(1.0f / kUIScale);
214 snapshot_size.Scale(2.0f / kUIScale);
  /external/libyuv/files/include/libyuv/
scale.h 28 // Scale a YUV plane.
59 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /external/skia/src/animator/
SkMatrixParts.h 48 DECLARE_MEMBER_INFO(Scale);
  /external/chromium_org/ash/wm/
window_animations_unittest.cc 102 grow_transform.Scale(640.f / 320.f, 480.f / 240.f);
124 shrink_transform.Scale(320.f / 640.f, 240.f / 480.f);
  /external/clang/include/clang/AST/
CharUnits.h 188 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale,
190 return CU * Scale;
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 94 if(LVCS_SEMidCoefTable[Offset].Scale==15)
118 switch(pSESideCoefs[Offset].Scale)
LVCS_Equaliser.c 99 switch(pEqualiserCoefTable[Offset].Scale)
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 839 (HasBaseReg == O.HasBaseReg) && (Scale == O.Scale);
867 if (Scale) {
869 << Scale << "*";
    [all...]
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.cc 93 canvas->Scale(-1, 1);
  /external/chromium_org/media/base/
audio_bus.h 104 // Scale internal channel values by |volume| >= 0. If an invalid value
106 void Scale(float volume);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimationFactory.java 41 * you can add some keyFrames for a given time or a given keyFrameIndex, for translation rotation and scale.
67 Translation, Rotation, Scale;
310 * Adds a key frame for the given scale at the given time
312 * @param scale the scale to use for this keyFrame
314 public void addTimeScale(float time, Vector3f scale) {
315 addKeyFrameScale((int) (time / tpf), scale);
319 * Adds a key frame for the given scale at the given keyFrame index
321 * @param scale the scale to use for this keyFram
    [all...]

Completed in 2365 milliseconds

1 23 4 5 6 7 8 91011