Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp613 int dest_row_1 = check_dest_row_1.ValueOrDie(); in ResampleVertBT() local
614 if (dest_row_1 >= dest_bottom - 1) { in ResampleVertBT()
625 for (; dest_row_1 > dest_row; dest_row_1--) { in ResampleVertBT()
627 pDeviceBitmap->GetWritableScanline(dest_row_1) + dest_ScanOffet; in ResampleVertBT()
628 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(dest_row_1 - dest_top); in ResampleVertBT()
934 int dest_row_1 = check_dest_row_1.ValueOrDie(); in GifDoubleLineResampleVert() local
935 dest_row_1 = std::max(dest_row_1, dest_top); in GifDoubleLineResampleVert()
936 for (; dest_row_1 < dest_row; dest_row_1++) { in GifDoubleLineResampleVert()
938 pDeviceBitmap->GetWritableScanline(dest_row_1) + dest_ScanOffet; in GifDoubleLineResampleVert()
939 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(dest_row_1 - dest_top); in GifDoubleLineResampleVert()
[all …]