Home
last modified time | relevance | path

Searched defs:Scale (Results 1 – 25 of 97) sorted by relevance

1234

/external/chromium_org/ui/gfx/geometry/
Dinsets.h25 Insets Scale(float scale) const { in Scale() function
29 Insets Scale(float x_scale, float y_scale) const { in Scale() function
Dsize_f.h24 void Scale(float scale) { in Scale() function
28 void Scale(float x_scale, float y_scale) { in Scale() function
Dpoint_f.h24 void Scale(float scale) { in Scale() function
28 void Scale(float x_scale, float y_scale) { in Scale() function
Drect_f.h47 void Scale(float scale) { in Scale() function
51 void Scale(float x_scale, float y_scale) { in Scale() function
Dpoint3_f.h28 void Scale(float scale) { in Scale() function
32 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() function
Dbox_f.h45 void Scale(float scale) { in Scale() function
50 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() function
Dvector2d_f.cc39 void Vector2dF::Scale(float x_scale, float y_scale) { in Scale() function in gfx::Vector2dF
Dvector2d_f.h58 void Scale(float scale) { Scale(scale, scale); } in Scale() function
Dpoint3_unittest.cc48 TEST(Point3Test, Scale) { in TEST() argument
Dvector3d_f.h66 void Scale(float scale) { Scale(scale, scale, scale); } in Scale() function
Dquad_f.h77 void Scale(float scale) { Scale(scale, scale); } in Scale() function
Dvector3d_f.cc60 void Vector3dF::Scale(float x_scale, float y_scale, float z_scale) { in Scale() function in gfx::Vector3dF
/external/llvm/include/llvm/Support/
DScaledNumber.h54 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded()
66 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32()
72 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64()
190 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl()
215 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg()
224 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { in getLgFloor()
234 template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) { in getLgCeiling()
344 int16_t Scale = matchScales(LDigits, LScale, RDigits, RScale); in getSum() local
509 int16_t Scale; variable
514 ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
/external/skia/include/core/
DSkUnPreMultiply.h20 typedef uint32_t Scale; typedef
/external/chromium_org/third_party/skia/include/core/
DSkUnPreMultiply.h20 typedef uint32_t Scale; typedef
/external/chromium_org/ui/gfx/
Ddisplay_unittest.cc32 TEST(DisplayTest, Scale) { in TEST() argument
Dshadow_value.cc31 ShadowValue ShadowValue::Scale(float scale) const { in Scale() function in gfx::ShadowValue
/external/chromium_org/third_party/webrtc/common_video/libyuv/
Dscaler.cc48 int Scaler::Scale(const I420VideoFrame& src_frame, in Scale() function in webrtc::Scaler
/external/llvm/lib/Target/ARM/
DThumb1RegisterInfo.cpp142 unsigned NumBits, unsigned Scale) { in calcNumMI()
179 unsigned Scale = 1; in emitThumbRegPlusImmediate() local
360 unsigned Scale = 1; in rewriteFrameIndex() local
443 unsigned Scale = 4; in rewriteFrameIndex() local
/external/chromium_org/net/quic/
Dquic_bandwidth_test.cc60 TEST_F(QuicBandwidthTest, Scale) { in TEST_F() argument
Dquic_bandwidth.cc98 QuicBandwidth QuicBandwidth::Scale(float scale_factor) const { in Scale() function in net::QuicBandwidth
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
Dvector2.h48 void Scale(double scale) { in Scale() function
/external/chromium_org/third_party/webrtc/modules/utility/source/
Daudio_frame_operations.cc77 int AudioFrameOperations::Scale(float left, float right, AudioFrame& frame) { in Scale() function in webrtc::AudioFrameOperations
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h40 ScaleX, ScaleY, Scale, enumerator
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp60 unsigned Scale; member
238 SDValue &Scale, SDValue &Index, in getAddressOperands()
1311 SDValue &Scale, SDValue &Index, in SelectAddr()
1357 SDValue &Scale, SDValue &Index, in SelectScalarSSELoad()
1423 SDValue &Scale, SDValue &Index, in SelectLEA64_32Addr()
1462 SDValue &Base, SDValue &Scale, in SelectLEAAddr()
1524 SDValue &Scale, SDValue &Index, in SelectTLSADDRAddr()
1548 SDValue &Base, SDValue &Scale, in TryFoldLoad()
2036 ConstantSDNode *Scale = dyn_cast<ConstantSDNode>(Node->getOperand(6)); in SelectGather() local
2725 SDValue Base, Scale, Index, Disp, Segment; in Select() local

1234