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

  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 110 auto actual_width = cvd::AlignToPowerOf2(config.x_res() * 4, 4);// align to 16 local
113 cvd::AlignToPageSize(actual_width * config.y_res() + 16 /* padding */);
  /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,

Completed in 54 milliseconds