Home
last modified time | relevance | path

Searched refs:des_row (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp195 for (int des_row = start_step; des_row < end_step; des_row++) { in Calc() local
197 (PixelWeight*)(m_pWeightTables + des_row * m_ItemSize); in Calc()
214 for (int des_row = start_step + 1; des_row < end_step; des_row++) { in Calc() local
216 (PixelWeight*)(m_pWeightTables + des_row * m_ItemSize); in Calc()
219 pWeight->m_Weights[0] = FXSYS_round((FX_FLOAT)(end_step - des_row) / in Calc()
225 for (int des_row = 0; des_row < dest_len; des_row++) { in Calc() local
227 (PixelWeight*)(m_pWeightTables + des_row * m_ItemSize); in Calc()
228 pWeight->m_SrcStart = des_row; in Calc()
229 pWeight->m_SrcEnd = des_row; in Calc()
544 int des_row = (int)(src_row * scale_y) + des_top; in PngFillScanlineBufCompletedFunc() local
[all …]
Dfx_codec_progress.h163 void ResampleVert(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row);
174 int des_row);
177 void ResampleVertBT(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row);