HomeSort by relevance Sort by last modified time
    Searched refs:scale_x (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 124 // @param scale_x vector of 8 bit components to multiply the pixel[0:3]. This
133 const __m128i& scale_x) {
159 return _mm_maddubs_epi16(a0, scale_x);
203 const __m128i& scale_x,
206 scale_x);
218 __m128i scale_x,
227 __m128i sum = _mm_maddubs_epi16(a0, scale_x);
245 const __m128i& scale_x,
248 scale_x);
284 const __m128i& scale_x,
439 __m128i scale_x; local
473 __m128i scale_x = _mm_sub_epi8(sixteen_8bit, all_x); local
511 __m128i scale_x; local
547 __m128i scale_x = _mm_sub_epi8(sixteen_8bit, all_x); local
617 __m128i scale_x = _mm_unpacklo_epi8(sixteen_minus_xy, all_xy); local
669 __m128i scale_x = _mm_sub_epi8(sixteen_8bit, all_x); local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 124 // @param scale_x vector of 8 bit components to multiply the pixel[0:3]. This
133 const __m128i& scale_x) {
159 return _mm_maddubs_epi16(a0, scale_x);
203 const __m128i& scale_x,
206 scale_x);
218 __m128i scale_x,
227 __m128i sum = _mm_maddubs_epi16(a0, scale_x);
245 const __m128i& scale_x,
248 scale_x);
284 const __m128i& scale_x,
439 __m128i scale_x; local
473 __m128i scale_x = _mm_sub_epi8(sixteen_8bit, all_x); local
511 __m128i scale_x; local
547 __m128i scale_x = _mm_sub_epi8(sixteen_8bit, all_x); local
617 __m128i scale_x = _mm_unpacklo_epi8(sixteen_minus_xy, all_xy); local
669 __m128i scale_x = _mm_sub_epi8(sixteen_8bit, all_x); local
    [all...]
  /external/chromium_org/cc/layers/
contents_scaling_layer.cc 11 float scale_x,
13 return gfx::ToCeiledSize(gfx::ScaleSize(bounds(), scale_x, scale_y));
contents_scaling_layer.h 34 gfx::Size ComputeContentBoundsForScale(float scale_x, float scale_y) const;
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h 84 : scale_factor(factor), scale_x(x), scale_size(size) {
88 // |src| into an image of size |dst|. If |scale_x| is true, then
95 bool scale_x,
103 ops->push_back(ScaleOp(3, scale_x, dst));
110 ops->push_back(ScaleOp(0, scale_x, dst << num_downscales));
114 ops->push_back(ScaleOp(2, scale_x, dst << num_downscales));
123 if (scale_x) {
134 bool scale_x; // Otherwise y member in struct:content::GLHelperScaling::ScaleOp
151 bool scale_x; member in struct:content::GLHelperScaling::ScalerStage
gl_helper_scaling.cc 63 bool scale_x,
111 // If |scale_x| is true, we are scaling along the X axis, otherwise Y.
112 // If we are scaling in both X and Y, |scale_x| is ignored.
208 spec_.scale_x,
273 scale_x(scale_x_),
328 bool scale_x = current_queue->front().scale_x; local
357 if (!scale_x && x_ops->size() > 0 &&
366 scale_x = true;
401 scale_x,
    [all...]
gl_helper_unittests.cc 174 if (scaler_stages[i].scale_x) {
277 if (scaler_stages[i].scale_x) {
286 if (scaler_stages[i].scale_x) {
296 if (!scaler_stages[i].scale_x) {
922 bool scale_x,
925 GLHelperScaling::ScaleOp::AddOps(src, dst, scale_x, allow3, &ops);
931 EXPECT_EQ(ops[0].scale_x, scale_x);
937 EXPECT_EQ(ops[i].scale_x, scale_x);
    [all...]
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 68 double scale_x = scaleX.getDouble(time); local
71 int width = (int)(image.getWidth(null) * scale_x);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_yuv.c 123 float scale_x; local
140 scale_x = (float)src_w / (float)dst_w;
150 (float)src_x + scale_x * (x - dst_x),
152 scale_x * w, scale_y * h, x, y, w, h, yuv);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 123 float scale_x; local
140 scale_x = (float)src_w / (float)dst_w;
150 (float)src_x + scale_x * (x - dst_x),
152 scale_x * w, scale_y * h, x, y, w, h, yuv);
  /external/pixman/test/
scaling-crash-test.c 25 int32_t scale_x,
73 pixman_transform_init_scale (&transform, scale_x, scale_y);
affine-test.c 41 pixman_fixed_t scale_x = 65536, scale_y = 65536; local
102 scale_x = -65536 * 3 + prng_rand_n (65536 * 6);
106 scale_y = scale_x;
107 pixman_transform_init_scale (&transform, scale_x, scale_y);
scaling-test.c 69 pixman_fixed_t scale_x = 65536, scale_y = 65536; local
164 scale_x = -32768 * 3 + prng_rand_n (65536 * 5);
168 pixman_transform_init_scale (&transform, scale_x, scale_y);
244 printf ("op=%s, scale_x=%d, scale_y=%d, repeat=%d\n",
245 operator_name (op), scale_x, scale_y, repeat);
  /external/chromium_org/ash/wm/
window_animations.cc 85 float scale_x = static_cast<float>(target_bounds.width()) / bounds.width(); local
90 gfx::Point3F(scale_x, scale_y, 1)));
339 float scale_x = static_cast<float>(new_bounds.width()) / local
345 out_transform.Scale(scale_x, scale_y);
359 const float scale_x = static_cast<float>(old_bounds.width()) / local
365 in_transform.Scale(scale_x, scale_y);
  /external/chromium_org/cc/resources/
layer_quad.h 50 void scale_x(float sx) { x_ *= sx; } function in class:cc::LayerQuad::Edge
  /external/chromium_org/ui/gfx/
skia_util.cc 69 SkScalar scale_x = local_matrix.getScaleX(); local
82 shader_scale.setScaleX(SkScalarDiv(scale_x, bitmap_scale));
interpolated_transform.cc 234 float scale_x = ValueBetween(t, start_scale_.x(), end_scale_.x()); local
237 result.Scale(scale_x, scale_y);
interpolated_transform_unittest.cc 191 float scale_x = static_cast<float>( local
198 gfx::Point3F(scale_x, scale_y, 1)));
canvas.cc 530 float scale_x = SkScalarToFloat(SkScalarAbs(m.getScaleX())) * local
536 if (scale_x < bitmap_scale || scale_y < bitmap_scale)
  /external/pixman/pixman/
pixman-filter.c 303 pixman_fixed_t scale_x,
312 double sx = fabs (pixman_fixed_to_double (scale_x));
  /external/chromium_org/skia/ext/
image_operations.cc 189 float scale_x = static_cast<float>(dest_width) / local
195 scale_x, &x_filter_);
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 647 float scale_x = sqrt(mat.a * mat.a + mat.b * mat.b); local
649 float inverse_scale_x = SkScalarNearlyZero(scale_x) ? 0.0f : 1.0f / scale_x;
651 int scaled_width = static_cast<int>(rect.width * fabs(scale_x));
  /external/opencv/cv/src/
cvimgwarp.cpp 293 int scale_x = ssize.width/dsize.width; \
295 int area = scale_x*scale_y; \
296 float scale = 1.f/(scale_x*scale_y); \
637 float scale_x, scale_y; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 533 double scale_x = static_cast<double>(dst_width) / local
537 double scale = talk_base::_min(scale_y, scale_x);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 1182 fs_reg scale_x, scale_y; local
    [all...]

Completed in 2044 milliseconds

1 2