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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 177 Status Scale(REAL scaleX, REAL scaleY,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 26 /// X*Scale+Offset.
28 static Value *DecomposeSimpleLinearExpr(Value *Val, unsigned &Scale,
32 Scale = 0;
40 Scale = 1;
48 Scale = UINT64_C(1) << RHS->getZExtValue();
55 Scale = RHS->getZExtValue();
67 Scale = SubScale;
74 Scale = 1;
115 // See if we can satisfy the modulus by pulling a scale out of the array
122 // If we can now satisfy the modulus, by using a non-1 scale, we really ca
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 755 // First compute a scale factor that allows more diff-lists to be reused:
760 // A scale factor of 2 allows D0 and D1 to share a diff-list. The initial
762 // the scale.
772 unsigned Scale = std::min(ScaleB, ScaleA);
773 // Default the scale to 0 if it can't be encoded in 4 bits.
774 if (Scale >= 16)
775 Scale = 0;
776 RegUnitInitScale[i] = Scale;
777 DiffSeqs.add(diffEncode(RegUnitLists[i], Scale * Reg->EnumValue, RUs));
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 270 // scale transform, because scale and translation are not commutative.
387 sub_layer_screen_position.Scale(kPageScale * kDeviceScale);
584 surface_sublayer_transform.Scale(parent_composite_scale.x(),
627 // surface will tighten its bounds to the grand_child. The scale at which the
681 surface_sublayer_transform.Scale(parent_composite_scale.x(),
1205 gfx::Transform scale; local
5801 gfx::Transform scale; local
7954 TransformOperations scale; local
8414 TransformOperations scale; local
    [all...]
  /external/chromium_org/ash/wm/
session_state_animator.cc 20 // Slightly-smaller size that we scale the screen down to for the pre-lock and
38 transform.Scale(kSlowCloseSizeRatio, kSlowCloseSizeRatio);
49 transform.Scale(kMinimumScale, kMinimumScale);
144 // Restores |window| to its original position and scale and full opacity
  /external/chromium_org/cc/animation/
transform_operation.cc 144 SkMScalar from_x = IsOperationIdentity(from) ? 1 : from->scale.x;
145 SkMScalar from_y = IsOperationIdentity(from) ? 1 : from->scale.y;
146 SkMScalar from_z = IsOperationIdentity(from) ? 1 : from->scale.z;
147 SkMScalar to_x = IsOperationIdentity(to) ? 1 : to->scale.x;
148 SkMScalar to_y = IsOperationIdentity(to) ? 1 : to->scale.y;
149 SkMScalar to_z = IsOperationIdentity(to) ? 1 : to->scale.z;
301 normal.Scale(1.f / normal.Length());
316 v1.Scale(1.f / v1_length);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 225 base_size.Scale(1.0f / display_info.device_scale_factor());
234 new_size.Scale(ui_scales[i]);
250 resolution_info->SetDouble("scale", ui_scales[i]);
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 100 // multiple stages, it calls Scale() on the subscaler, then further scales the
168 subscaler_->Scale(source_texture, intermediate_texture_);
217 virtual void Scale(GLuint source_texture, GLuint dest_texture) OVERRIDE {
266 // then we will interpret these scale operations literally and we'll
333 // Since all shaders currently use GL_LINEAR, we can easily scale up
334 // or scale down by exactly 2x at the same time as we do another
548 // It can be used to scale an image down 1.0x-2.0x in either dimension,
568 // It can be used to scale an image down 1.5x-3.0x, or exactly 6x.
589 // It can be used to scale an image down 2.0x-4.0x or exactly 8x.
611 // Two in each dimension. It can be used to scale an image dow
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperationsTest.cpp 134 fromOps.operations().append(ScaleTransformOperation::create(4, -3, TransformOperation::Scale));
135 toOps.operations().append(ScaleTransformOperation::create(5, 2, TransformOperation::Scale));
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.cpp 180 CASE_NEW(Scale);
335 CASE_GET_INFO(Scale);
502 { "scale", SkType_Scale INIT_BOOL_FIELDS },
  /external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 90 static int blend(int src, int dst, int scale) {
91 return dst + ((src - dst) * scale >> 8);
129 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(sa); local
130 sr = SkUnPreMultiply::ApplyScale(scale, sr);
131 sg = SkUnPreMultiply::ApplyScale(scale, sg);
132 sb = SkUnPreMultiply::ApplyScale(scale, sb);
139 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(da); local
140 dr = SkUnPreMultiply::ApplyScale(scale, dr)
164 int scale = aaCoverage[i] + (aaCoverage[i] >> 7); local
173 int scale = a + (a >> 7); local
    [all...]
SkColorMatrixFilter.cpp 236 const SkUnPreMultiply::Scale* table = SkUnPreMultiply::GetScaleTable();
248 SkUnPreMultiply::Scale scale = table[a]; local
249 r = SkUnPreMultiply::ApplyScale(scale, r);
250 g = SkUnPreMultiply::ApplyScale(scale, g);
251 b = SkUnPreMultiply::ApplyScale(scale, b);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/skia/src/animator/
SkDisplayType.cpp 180 CASE_NEW(Scale);
335 CASE_GET_INFO(Scale);
502 { "scale", SkType_Scale INIT_BOOL_FIELDS },
  /external/skia/src/effects/
SkArithmeticMode.cpp 90 static int blend(int src, int dst, int scale) {
91 return dst + ((src - dst) * scale >> 8);
129 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(sa); local
130 sr = SkUnPreMultiply::ApplyScale(scale, sr);
131 sg = SkUnPreMultiply::ApplyScale(scale, sg);
132 sb = SkUnPreMultiply::ApplyScale(scale, sb);
139 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(da); local
140 dr = SkUnPreMultiply::ApplyScale(scale, dr)
164 int scale = aaCoverage[i] + (aaCoverage[i] >> 7); local
173 int scale = a + (a >> 7); local
    [all...]
SkColorMatrixFilter.cpp 236 const SkUnPreMultiply::Scale* table = SkUnPreMultiply::GetScaleTable();
248 SkUnPreMultiply::Scale scale = table[a]; local
249 r = SkUnPreMultiply::ApplyScale(scale, r);
250 g = SkUnPreMultiply::ApplyScale(scale, g);
251 b = SkUnPreMultiply::ApplyScale(scale, b);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 534 SQLRETURN SQL_API SQLGetDescRec(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLCHAR *Name,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength,SQLSMALLINT *Type,SQLSMALLINT *SubType,SQLLEN *Length,SQLSMALLINT *Precision,SQLSMALLINT *Scale,SQLSMALLINT *Nullable);
558 SQLRETURN SQL_API SQLSetDescRec(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLSMALLINT Type,SQLSMALLINT SubType,SQLLEN Length,SQLSMALLINT Precision,SQLSMALLINT Scale,SQLPOINTER Data,SQLLEN *StringLength,SQLLEN *Indicator);
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc 200 gfx::Transform scale; variable
201 scale.Scale(current_scale_, current_scale_);
202 // We want to scale from the center.
204 canvas->Transform(scale);
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 172 float scale = std::min(1.0f, local
175 return gfx::Rect(bounds.x() + 0.5 * (bounds.width() - scale * rect.width()),
176 bounds.y() + 0.5 * (bounds.height() - scale * rect.height()),
177 rect.width() * scale,
178 rect.height() * scale);
189 transform.Scale(static_cast<float>(dst_rect.width()) / src_rect.width(),
  /external/chromium_org/cc/layers/
nine_patch_layer_impl_unittest.cc 100 tex_rect.Scale(bitmap_size.width(), bitmap_size.height());
video_layer_impl.cc 237 gfx::Transform scale; local
238 scale.Scale(tex_width_scale, tex_height_scale);
247 scale * provider_client_impl_->stream_texture_matrix());
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_queue.cc 335 pinch_event.event.data.pinchUpdate.scale = combined_scale;
359 float scale = gesture_event.event.data.pinchUpdate.scale; local
361 gesture_transform.Scale(scale,scale);
  /external/chromium_org/media/audio/android/
opensles_output.cc 338 audio_bus_->Scale(muted_ ? 0.0f : volume_);
  /external/chromium_org/media/audio/mac/
audio_auhal_mac.cc 234 dest->Scale(volume_);
  /external/chromium_org/media/audio/win/
waveout_output_win.cc 337 audio_bus_->Scale(volume_);

Completed in 961 milliseconds

1 2 3 4 5 6 78 91011>>