HomeSort by relevance Sort by last modified time
    Searched defs:x_pixels (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/coders/
dib.c 93 x_pixels,
520 dib_info.x_pixels=ReadBlobLSBLong(image);
674 image->resolution.x=(double) dib_info.x_pixels/100.0;
91 x_pixels, member in struct:_DIBInfo
    [all...]
icon.c 132 x_pixels,
398 icon_info.x_pixels=ReadBlobLSBLong(image);
129 x_pixels, member in struct:_IconInfo
    [all...]
bmp.c 134 x_pixels,
617 bmp_info.x_pixels=0;
645 bmp_info.x_pixels=ReadBlobLSBLong(image);
915 image->resolution.x=(double) bmp_info.x_pixels/100.0;
131 x_pixels, member in struct:_BMPInfo
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/core/
display_interface.h 137 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
  /hardware/qcom/display/msmcobalt/sdm/include/core/
display_interface.h 151 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
  /system/core/adb/
shell_service.cpp 584 int rows, cols, x_pixels, y_pixels; local
586 &rows, &cols, &x_pixels, &y_pixels) == 4) {
590 ws.ws_xpixel = x_pixels;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 233 values[i] = INT32(variable_config.x_pixels);
379 uint32_t x_pixels; local
393 GetFrameBufferResolution(&x_pixels, &y_pixels);
395 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display.cpp 235 values[i] = INT32(variable_config.x_pixels);
391 uint32_t x_pixels; local
405 GetFrameBufferResolution(&x_pixels, &y_pixels);
407 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
411 layer_buffer->unaligned_width = x_pixels;
    [all...]

Completed in 191 milliseconds