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

  /external/ImageMagick/coders/
dib.c 94 y_pixels,
521 dib_info.y_pixels=ReadBlobLSBLong(image);
675 image->resolution.y=(double) dib_info.y_pixels/100.0;
92 y_pixels, member in struct:_DIBInfo
    [all...]
icon.c 133 y_pixels,
399 icon_info.y_pixels=ReadBlobLSBLong(image);
130 y_pixels, member in struct:_IconInfo
    [all...]
bmp.c 135 y_pixels,
618 bmp_info.y_pixels=0;
646 bmp_info.y_pixels=ReadBlobLSBLong(image);
916 image->resolution.y=(double) bmp_info.y_pixels/100.0;
132 y_pixels, member in struct:_BMPInfo
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/core/
display_interface.h 138 uint32_t y_pixels = 0; //!< Total number of pixels in Y-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) {
591 ws.ws_ypixel = y_pixels;
  /hardware/qcom/display/msm8909/sdm/include/core/
display_interface.h 166 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
  /hardware/qcom/display/msm8909w_3100/sdm/include/core/
display_interface.h 166 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
  /hardware/qcom/display/msm8998/sdm/include/core/
display_interface.h 160 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display.cpp 319 values[i] = INT32(variable_config.y_pixels);
478 uint32_t y_pixels; local
492 GetFrameBufferResolution(&x_pixels, &y_pixels);
494 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
499 layer_buffer.unaligned_height = y_pixels;
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display.cpp 319 values[i] = INT32(variable_config.y_pixels);
478 uint32_t y_pixels; local
492 GetFrameBufferResolution(&x_pixels, &y_pixels);
494 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
499 layer_buffer.unaligned_height = y_pixels;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 238 values[i] = INT32(variable_config.y_pixels);
382 uint32_t y_pixels; local
395 GetFrameBufferResolution(&x_pixels, &y_pixels);
397 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
    [all...]

Completed in 1099 milliseconds