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

  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 204 for (int des_row = 0; des_row < dest_len; des_row++) {
205 PixelWeight* pWeight = GetPixelWeight(des_row);
206 pWeight->m_SrcStart = des_row;
207 pWeight->m_SrcEnd = des_row;
222 for (int des_row = start_step; des_row < end_step; des_row++) {
223 PixelWeight* pWeight = GetPixelWeight(des_row);
541 int des_row = (int)(src_row * scale_y) + des_top; local
721 int des_row = (int)(src_row * scale_y) + des_top; local
893 int des_row = (int)(src_row * scale_y) + des_top; local
1791 int des_row = (int)(src_row * scale_y) + des_top; local
    [all...]
ccodec_progressivedecoder.h 185 int des_row);
188 int des_row);
191 int des_row);

Completed in 114 milliseconds