Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp762 int des_row_1 = check_des_row_1.ValueOrDie(); in GifDoubleLineResampleVert() local
763 des_row_1 = std::max(des_row_1, des_top); in GifDoubleLineResampleVert()
764 for (; des_row_1 < des_row; des_row_1++) { in GifDoubleLineResampleVert()
766 (uint8_t*)pDeviceBitmap->GetScanline(des_row_1) + des_ScanOffet; in GifDoubleLineResampleVert()
767 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(des_row_1 - des_top); in GifDoubleLineResampleVert()
918 int des_row_1 = check_des_row_1.ValueOrDie(); in ResampleVertBT() local
919 if (des_row_1 >= des_bottom - 1) { in ResampleVertBT()
930 for (; des_row_1 > des_row; des_row_1--) { in ResampleVertBT()
932 (uint8_t*)pDeviceBitmap->GetScanline(des_row_1) + des_ScanOffet; in ResampleVertBT()
933 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(des_row_1 - des_top); in ResampleVertBT()
[all …]