HomeSort by relevance Sort by last modified time
    Searched refs:Scale (Results 101 - 125 of 340) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 25 uint32_t getValue(SkColor, const SkUnPreMultiply::Scale*) {
31 SkColor l, const SkUnPreMultiply::Scale* table) {
36 SkColor l, const SkUnPreMultiply::Scale* table) {
41 SkColor l, const SkUnPreMultiply::Scale* table) {
46 SkColor l, const SkUnPreMultiply::Scale*) {
52 void computeDisplacement(const SkVector& scale, SkBitmap* dst,
60 const SkVector scaleForColor = SkVector::Make(SkScalarMul(scale.fX, Inv8bit),
61 SkScalarMul(scale.fY, Inv8bit));
62 const SkVector scaleAdj = SkVector::Make(SK_ScalarHalf - SkScalarMul(scale.fX, SK_ScalarHalf),
63 SK_ScalarHalf - SkScalarMul(scale.fY, SK_ScalarHalf))
234 SkVector scale = SkVector::Make(fScale, fScale); local
259 SkVector scale = SkVector::Make(fScale, fScale); local
324 const SkVector& scale() const { return fScale; } function in class:GrDisplacementMapEffect
397 SkVector scale = SkVector::Make(fScale, fScale); local
495 SkVector scale = SkVector::Make(random->nextRangeScalar(0, 100.0f), local
    [all...]
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 25 uint32_t getValue(SkColor, const SkUnPreMultiply::Scale*) {
31 SkColor l, const SkUnPreMultiply::Scale* table) {
36 SkColor l, const SkUnPreMultiply::Scale* table) {
41 SkColor l, const SkUnPreMultiply::Scale* table) {
46 SkColor l, const SkUnPreMultiply::Scale*) {
52 void computeDisplacement(const SkVector& scale, SkBitmap* dst,
60 const SkVector scaleForColor = SkVector::Make(SkScalarMul(scale.fX, Inv8bit),
61 SkScalarMul(scale.fY, Inv8bit));
62 const SkVector scaleAdj = SkVector::Make(SK_ScalarHalf - SkScalarMul(scale.fX, SK_ScalarHalf),
63 SK_ScalarHalf - SkScalarMul(scale.fY, SK_ScalarHalf))
234 SkVector scale = SkVector::Make(fScale, fScale); local
259 SkVector scale = SkVector::Make(fScale, fScale); local
324 const SkVector& scale() const { return fScale; } function in class:GrDisplacementMapEffect
397 SkVector scale = SkVector::Make(fScale, fScale); local
495 SkVector scale = SkVector::Make(random->nextRangeScalar(0, 100.0f), local
    [all...]
  /external/chromium_org/ash/display/
display_info.cc 275 overscan_insets_in_dip_.Scale(device_scale_factor_);
285 size_f.Scale(GetEffectiveUIScale());
294 return overscan_insets_in_dip_.Scale(device_scale_factor_);
300 "DisplayInfo[%lld] native bounds=%s, size=%s, scale=%f, "
301 "overscan=%s, rotation=%d, ui-scale=%f, touchscreen=%s, "
  /external/ceres-solver/internal/ceres/
suitesparse.h 109 // vector scale. mode describes how scaling is applied. Possible
110 // values are CHOLMOD_ROW for row scaling - diag(scale) * A,
111 // CHOLMOD_COL for column scaling - A * diag(scale) and CHOLMOD_SYM
113 // - diag(scale) * A * diag(scale).
114 void Scale(cholmod_dense* scale, int mode, cholmod_sparse* A) {
115 cholmod_scale(scale, mode, A, &cc_);
  /external/chromium_org/ash/system/tray/
tray_item_view.cc 124 transform.Scale(animation->GetCurrentValue(),
  /external/chromium_org/net/quic/congestion_control/
pacing_sender.cc 57 BandwidthEstimate().Scale(kPacingAggression).TransferTime(bytes);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTranslationUtil.cpp 56 case TransformOperation::Scale: {
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
PNGImageEncoder.cpp 52 static const SkUnPreMultiply::Scale* scale = SkUnPreMultiply::GetScaleTable(); local
58 *output++ = SkUnPreMultiply::ApplyScale(scale[alpha], SkGetPackedR32(*input));
59 *output++ = SkUnPreMultiply::ApplyScale(scale[alpha], SkGetPackedG32(*input));
60 *output++ = SkUnPreMultiply::ApplyScale(scale[alpha], SkGetPackedB32(*input));
  /external/chromium_org/third_party/webrtc/modules/utility/source/
audio_frame_operations.cc 77 int AudioFrameOperations::Scale(float left, float right, AudioFrame& frame) {
91 int AudioFrameOperations::ScaleWithSat(float scale, AudioFrame& frame) {
97 temp_data = static_cast<int32_t>(scale * frame.data_[i]);
  /external/chromium_org/ui/gfx/geometry/
box_unittest.cc 114 TEST(BoxTest, Scale) {
123 box2.Scale(0.f);
127 box2.Scale(1.f);
130 box2.Scale(2.f, 4.f, 6.f);
vector2d_unittest.cc 100 TEST(Vector2dTest, Scale) {
115 v.Scale(double_values[i][2], double_values[i][3]);
140 v.Scale(single_values[i][2]);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 253 unsigned BaseReg, IndexReg, TmpReg, Scale;
263 Scale(1), Imm(imm), Sym(nullptr), StopOnLBrac(stoponlbrac),
268 unsigned getScale() { return Scale; }
356 // a scale of 1.
362 Scale = 1;
393 // a scale of 1.
399 Scale = 1;
432 // Index Register - Scale * Register
437 // Get the scale and replace the 'Scale * Register' with '0'
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 59 pixel_size.Scale(1.0f / ui_scale);
65 transform.Scale(ui_scale, ui_scale);
89 // Scale the image while maintaining the aspect ratio, cropping as
91 // than the largest display supported, if not we will scale and center it if
114 // scale to avoid artifacts and be more efficient when clipped.
  /external/chromium_org/ash/wm/
window_animations_unittest.cc 133 grow_transform.Scale(640.f / 320.f, 480.f / 240.f);
156 shrink_transform.Scale(320.f / 640.f, 240.f / 480.f);
  /external/chromium_org/chromeos/accelerometer/
accelerometer_reader.cc 201 base_reading.Scale(1.0f / configuration_->data.base_scale);
206 lid_reading.Scale(1.0f / configuration_->data.lid_scale);
  /external/chromium_org/third_party/skia/src/core/
SkUnPreMultiply.cpp 13 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
    [all...]
  /external/chromium_org/ui/aura/
window_targeter_unittest.cc 139 // Scale |window| by 50%. This should move it away from underneath
142 transform.Scale(0.5, 0.5);
154 transform.Scale(0.5, 0.5);
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/skia/src/core/
SkUnPreMultiply.cpp 13 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
    [all...]
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
TransitionHelperKitkat.java 68 Scale scale = new Scale(); local
69 return scale;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscnvrt.c 270 cmsMAT3 Scale, m1, m2, m3, m4;
285 _cmsVEC3init(&Scale.v[0], WhitePointIn->X / WhitePointOut->X, 0, 0);
286 _cmsVEC3init(&Scale.v[1], 0, WhitePointIn->Y / WhitePointOut->Y, 0);
287 _cmsVEC3init(&Scale.v[2], 0, 0, WhitePointIn->Z / WhitePointOut->Z);
293 _cmsMAT3per(&m2, &m1, &Scale);
310 _cmsMAT3per(&m3, &m2, &Scale);
318 if (_cmsMAT3isIdentity(&Scale) && fabs(TempSrc - TempDest) < 0.01) {
    [all...]
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.cc 152 damage_in_layer.Scale(inverse_device_scale_factor_);
230 delegated_frame_to_root_transform.Scale(inverse_device_scale_factor_,
402 delegated_frame_to_target_transform.Scale(inverse_device_scale_factor_,
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 65 static void Scale(const float* in, float* out, float sx, float sy, float sz) {
402 Scale(g_current_layer_transform, mv_transform, width, height, 1.0);
424 // Scale the texture if the full tile rectangle doesn't get drawn.
437 Scale(g_current_layer_transform, mv_transform, width, height, 1.0);

Completed in 1445 milliseconds

1 2 3 45 6 7 8 91011>>