HomeSort by relevance Sort by last modified time
    Searched refs:scale_factor (Results 151 - 160 of 160) sorted by null

1 2 3 4 5 67

  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
soundcard.h 206 unsigned int scale_factor; member in struct:patch_info
  /art/compiler/optimizing/
code_generator_mips64.cc     [all...]
code_generator_mips.cc 6562 ScaleFactor scale_factor = TIMES_4; local
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc     [all...]
mojo_gles2_impl_autogen.h 655 GLfloat scale_factor,
    [all...]
  /external/ImageMagick/MagickCore/
xwindow.c 914 scale_factor;
974 scale_factor=(double) icon_size->max_width/width;
975 if (scale_factor > ((double) icon_size->max_height/height))
976 scale_factor=(double) icon_size->max_height/height;
980 if (icon_width >= (unsigned int) (scale_factor*width+0.5))
987 if (icon_height >= (unsigned int) (scale_factor*height+0.5))
906 scale_factor; local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 2672 ScaleFactor scale_factor = static_cast<ScaleFactor>(shift_size); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 2868 ScaleFactor scale_factor = static_cast<ScaleFactor>(shift_size); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 2947 ScaleFactor scale_factor = static_cast<ScaleFactor>(shift_size); local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 1714 int scale_factor = (insn & 0x300) >> 5; local
    [all...]

Completed in 388 milliseconds

1 2 3 4 5 67