/external/chromium/chrome/browser/ui/gtk/ |
nine_box.cc | 113 int dst_height = dst->allocation.height; local 120 int y2 = images_[6] ? dst_height - gdk_pixbuf_get_height(images_[6]) : y1; 159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity);
|
/external/webp/src/enc/ |
picture.c | 280 int dst_width, int dst_height, int dst_stride, 283 const int fy_scale = (1 << RFIX) / dst_height; 285 ((int64_t)dst_height << RFIX) / (dst_width * src_height) : 286 ((int64_t)dst_height << RFIX) / (src_width * src_height); 298 y_accum -= dst_height;
|
/external/webp/src/dec/ |
webpi.h | 37 int dst_width, dst_height; // destination dimensions member in struct:__anon13559
|
io.c | 426 int dst_width, int dst_height, int dst_stride, 433 wrk->dst_height = dst_height; 445 ((int64_t)dst_height << RFIX) / (x_sub * src_height) : 446 ((int64_t)dst_height << RFIX) / (x_add * src_height); [all...] |
/external/opencv/cv/include/ |
cv.h | 100 dst_height = floor(src_height/2)[+1] 108 dst_height = src_height*2 367 dst(x,y) <- src(x + center.x - dst_width/2, y + center.y - dst_height/2). [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/src/ |
deblock.cpp | 117 int i, j, dst_width, dst_height, dst_widthc, dst_heightc; local 194 dst_height = 20; 202 dst_height = 16; 232 for (j = 0; j < dst_height; j++) [all...] |