HomeSort by relevance Sort by last modified time
    Searched defs:y_scale (Results 51 - 60 of 60) sorted by null

1 23

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 1058 double y_scale; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 1373 FT_Fixed y_scale; \/* units to 26.6 fractional pixels *\/ member in struct:FT_Size_Metrics_
    [all...]
  /external/freetype/include/
freetype.h 1431 FT_Fixed y_scale; \/* units to 26.6 fractional pixels *\/ member in struct:FT_Size_Metrics_
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1641 int x_scale = channels > 1 ? 2 : 1, y_scale = x_scale; local
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
freetype.h 1379 FT_Fixed y_scale; \/* units to 26.6 fractional pixels *\/ member in struct:FT_Size_Metrics_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
freetype.h 1379 FT_Fixed y_scale; \/* units to 26.6 fractional pixels *\/ member in struct:FT_Size_Metrics_
    [all...]
  /external/qemu/android/skin/
window.c 1352 double x_scale, y_scale; local
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gpos.c 466 HB_16Dot16 x_scale, y_scale; local
475 y_scale = gpi->font->y_scale;
482 gd->y_pos += y_scale * vr->YPlacement / 0x10000;
486 gd->y_advance += y_scale * vr->YAdvance / 0x10000;
699 HB_16Dot16 x_scale, y_scale; local
705 y_scale = gpi->font->y_scale;
717 *y_value = y_scale * an->af.af1.YCoordinate / 0x10000;
739 *y_value = y_scale * an->af.af3.YCoordinate / 0x10000
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
bilin_scaler.c 170 float y_scale = (float)src_height/(float)dst_height; local
206 curr_src_y_lower = ((float)curr_interpl_y_upper+1)*y_scale;
232 next_src_vu = ((float)dst_vu+1)*y_scale;
233 next_src_y_upper = ((float)dst_y+2)*y_scale;
234 next_src_y_lower = ((float)dst_y+3)*y_scale;
476 float y_scale = (float)src_height/(float)dst_height; local
512 curr_src_y_lower = ((float)curr_interpl_y_upper+1)*y_scale;
537 next_src_vu = ((float)dst_vu+1)*y_scale;
538 next_src_y_upper = ((float)dst_y+2)*y_scale;
539 next_src_y_lower = ((float)dst_y+3)*y_scale;
774 float y_scale = (float)src_height\/(float)dst_height; local
1063 float y_scale = (float)src_height\/(float)dst_height; local
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 263 float y_scale; member in struct:android::TouchAffineTransformation
268 y_xmix(0.0f), y_scale(1.0f), y_offset(0.0f) {
274 y_xmix(yxmix), y_scale(yscale), y_offset(yoffset) {
    [all...]

Completed in 953 milliseconds

1 23