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

1 2 3

  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 89 int src_w = 16, src_h = 16; local
91 src.allocN32Pixels(src_w, src_h);
93 for (int y = 0; y < src_h; y++) {
105 for (int y = 0; y < src_h; y++) {
123 int src_w = 16, src_h = 16; local
125 src_a.allocN32Pixels(src_w, src_h);
128 src_b.allocN32Pixels(src_w, src_h);
130 for (int y = 0, i = 0; y < src_h; y++) {
146 for (int y = 0; y < src_h; y++) {
163 int src_w = 16, src_h = 16 local
212 int src_w = 16, src_h = 16; local
249 int src_w = 16, src_h = 16; local
313 int src_w = 16, src_h = 16; local
334 int src_w = 16, src_h = 16; local
507 const int src_w = 6, src_h = 4; local
    [all...]
gdi_util.cc 123 int src_x, int src_y, int src_w, int src_h, void* pixels,
130 int bottom_up_src_y = bitmap_h - src_y - src_h;
131 if (bottom_up_src_y == 0 && src_x == 0 && src_h != bitmap_h) {
134 src_x, bitmap_h - src_y + 1, src_w, -src_h,
139 src_x, bottom_up_src_y, src_w, src_h,
gdi_util.h 50 int src_x, int src_y, int src_w, int src_h,
canvas.h 302 int src_h,
312 int src_h,
328 int src_h,
442 int src_h,
canvas.cc 363 int src_h,
370 DrawImageInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y,
378 int src_h,
385 DrawImageIntHelper(image, src_x, src_y, src_w, src_h, dest_x, dest_y, dest_w,
393 int src_h,
432 src_h,
575 int src_h,
585 src_y + src_h < std::numeric_limits<int16_t>::max());
586 if (src_w <= 0 || src_h <= 0) {
595 float user_scale_y = static_cast<float>(dest_h) / src_h;
    [all...]
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 214 const int src_w = 16, src_h = 34; local
216 FillDataToBitmap(src_w, src_h, &src);
220 SkBitmap results = skia::ImageOperations::Resize(src, method, src_w, src_h);
222 ASSERT_EQ(src_h, results.height());
226 for (int y = 0; y < src_h; y++) {
352 const int src_w = 640, src_h = 480;
354 FillDataToBitmap(src_w, src_h, &src);
360 const int src_w = 640, src_h = 480, src_grid_pitch = 10, src_grid_width = 4;
363 DrawGridToBitmap(src_w, src_h,
372 const int src_w = 640, src_h = 480, rect_w = 10, rect_h = 4
385 int src_w = 30, src_h = 38; local
429 int src_w = 16, src_h = 34; local
488 const int src_w = 640, src_h = 480, checker_rect_w = 4, checker_rect_h = 8; local
563 const int src_w = 640, src_h = 480, src_grid_pitch = 8, src_grid_width = 4; local
662 const int src_h = 3; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.cc 113 int src_h,
119 float float_src_h = static_cast<float>(src_h);
121 if (src_w <= gfx::kFaviconSize && src_h <= gfx::kFaviconSize) {
135 canvas->DrawImageInt(image, src_x, src_y, src_w, src_h,
tab_icon_view.h 48 int src_h,
  /hardware/intel/img/psb_video/src/
psb_texture.h 138 int src_h, int dst_x, int dst_y, int dst_w, int dst_h,
144 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
psb_overlay.c 415 short src_w, short src_h, short drw_w, short drw_h,
610 if (src_w == drw_w && src_h == drw_h) {
615 yscaleFract = ((src_h - 1) << 12) / (deinterlace_factor * drw_h);
855 int src_w = *src_w_new, src_h = *src_h_new; local
877 src_w = src_h;
878 src_h = tmp;
900 src_w = src_h;
901 src_h = tmp;
919 *src_h_new = src_h;
930 short __maybe_unused src_w, short __maybe_unused src_h,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.h 55 int src_h,
xa_yuv.c 113 int src_h,
141 scale_y = (float)src_h / (float)dst_h;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.h 57 float src_x, float src_y, float src_w, float src_h,
xorg_xv.c 417 float src_x, float src_y, float src_w, float src_h,
423 src_x, src_y, src_w, src_h,
426 src_x, src_y, src_w, src_h,
493 int src_x, int src_y, int src_w, int src_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
521 hdtv = ((src_w >= RES_720P_X) && (src_h >= RES_720P_Y));
550 float diff_y = (float)src_h / (float)dst_h;
571 (float) src_w - offset_w*diff_x, (float) src_h - offset_h*diff_y,
587 short src_w, short src_h,
605 y2 = src_y + src_h;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 55 int src_h,
xa_yuv.c 113 int src_h,
141 scale_y = (float)src_h / (float)dst_h;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 57 float src_x, float src_y, float src_w, float src_h,
xorg_xv.c 417 float src_x, float src_y, float src_w, float src_h,
423 src_x, src_y, src_w, src_h,
426 src_x, src_y, src_w, src_h,
493 int src_x, int src_y, int src_w, int src_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
521 hdtv = ((src_w >= RES_720P_X) && (src_h >= RES_720P_Y));
550 float diff_y = (float)src_h / (float)dst_h;
571 (float) src_w - offset_w*diff_x, (float) src_h - offset_h*diff_y,
587 short src_w, short src_h,
605 y2 = src_y + src_h;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js 105 var src_h = image.height;
108 var ratio = src_w / src_h;
109 if (src_w > src_h) {
116 context.drawImage(image, 0, 0, src_w, src_h, 0, 0, new_w, new_h);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 387 unsigned int src_h,
405 unsigned int src_h,
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 251 int getDownscaleFactor(const int& src_w, const int& src_h,
261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
281 void getDecimationFactor(const int& src_w, const int& src_h,
287 float verDscale = ceilf((float)src_h / (float)dst_h);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 220 int getDownscaleFactor(const int& src_w, const int& src_h,
233 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
260 void getDecimationFactor(const int& src_w, const int& src_h,
266 float verDscale = ceilf((float)src_h / (float)dst_h);
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 74 unsigned short src_h,
89 src_rect.height = src_h;
94 dst_rect.height = src_h;
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 257 int getDownscaleFactor(const int& src_w, const int& src_h,
267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
287 void getDecimationFactor(const int& src_w, const int& src_h,
291 verDscale = ceilf((float)src_h / (float)dst_h);
  /external/qemu/android/skin/
scaler.c 67 int src_h; member in struct:__anon12884
126 op.src_h = src_surface->h;

Completed in 655 milliseconds

1 2 3