HomeSort by relevance Sort by last modified time
    Searched refs:actual_width (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 593 int actual_width = Columns ? Columns : width; local
597 if (actual_width <= 0 || actual_height <= 0)
601 if (actual_width > kMaxImageDimension || actual_height > kMaxImageDimension)
604 uint32_t pitch = (static_cast<uint32_t>(actual_width) + 31) / 32 * 4;
606 src_buf, src_size, actual_width, actual_height, pitch, K, EndOfLine,
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 628 auto actual_width = ((FLAGS_x_res * 4) + 15) & ~15; // aligned to 16 local
630 (actual_width * FLAGS_y_res + 16 /* padding */);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 1208 int actual_width = pvt_handle->width; local
    [all...]

Completed in 176 milliseconds