HomeSort by relevance Sort by last modified time
    Searched refs:resolution (Results 201 - 225 of 387) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asequencer.h 502 int ppq; /* time resolution, ticks/quarter */
521 unsigned int resolution; /* resolution in Hz */ member in struct:snd_seq_queue_timer::__anon41136::__anon41137
  /external/wpa_supplicant_8/src/utils/
http_curl.c 308 LogotypeImageResolution *resolution; member in struct:__anon27196
381 ASN1_OPT(LogotypeImageInfo, resolution, LogotypeImageResolution),
653 if (info->resolution) {
655 info->resolution->type);
656 switch (info->resolution->type) {
658 val = ASN1_INTEGER_get(info->resolution->d.numBits);
662 val = ASN1_INTEGER_get(info->resolution->d.tableSize);
    [all...]
  /external/ImageMagick/MagickCore/
profile.c 1547 resolution; local
    [all...]
image.c 262 image->resolution.x=geometry_info.rho;
263 image->resolution.y=geometry_info.sigma;
265 image->resolution.y=image->resolution.x;
    [all...]
delegate.c 688 case 'x': /* Image horizontal resolution (with units) */
692 fabs(image->resolution.x) > MagickEpsilon ? image->resolution.x : 72.0);
695 case 'y': /* Image vertical resolution (with units) */
699 fabs(image->resolution.y) > MagickEpsilon ? image->resolution.y : 72.0);
    [all...]
  /external/ImageMagick/coders/
png.c     [all...]
bmp.c 915 image->resolution.x=(double) bmp_info.x_pixels/100.0;
916 image->resolution.y=(double) bmp_info.y_pixels/100.0;
    [all...]
jpeg.c     [all...]
miff.c 965 if (LocaleCompare(keyword,"resolution") == 0)
968 image->resolution.x=geometry_info.rho;
969 image->resolution.y=geometry_info.sigma;
971 image->resolution.y=image->resolution.x;
    [all...]
icon.c     [all...]
wpg.c 1054 image->resolution.x=BitmapHeader1.HorzRes/470.0;
1055 image->resolution.y=BitmapHeader1.VertRes/470.0;
    [all...]
  /dalvik/dx/etc/
mainDexClasses.bat 83 if %1 NEQ --disable-annotation-resolution-workaround goto notDisable
  /external/doclava/src/com/google/doclava/
ClassInfo.java     [all...]
  /external/v8/test/mjsunit/es6/
block-let-semantics-sloppy.js 177 // Test that resolution of let bound variables works with scopes that call eval.
block-let-semantics.js 178 // Test that resolution of let bound variables works with scopes that call eval.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput.h 545 int resolution; member in struct:__anon37903
809 int resolution; member in struct:_XAxisInfo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 545 int resolution; member in struct:__anon39763
809 int resolution; member in struct:_XAxisInfo
    [all...]
XInput2.h 132 int resolution; member in struct:__anon39802
  /device/google/dragon/sensor_hub/
cros_ec_sensors.cpp 364 d * mSensorInfo[event->sensor_id].sensor_data.resolution;
  /external/chromium-trace/catapult/telemetry/telemetry/value/
__init__.py 349 screen.numPixels, screen.resolution, where chartName='screen'.
  /external/strace/
evdev.c 150 tprintf(", resolution=%" PRIu32, absinfo.resolution);
  /hardware/libhardware/include/hardware/
input.h 464 input_usage_t usage, int32_t min, int32_t max, float resolution);
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 100 CHECK_MEMBER_AT(struct sensor_t, resolution, 24, 32);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 
  /external/guice/extensions/persist/lib/
hibernate-search.jar 

Completed in 900 milliseconds

1 2 3 4 5 6 7 891011>>