Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp542 int dest_bottom = dest_top + m_sizeY; in GifReadScanline() local
545 if (dest_row + (int)scale_y >= dest_bottom - 1) { in GifReadScanline()
548 while (++cur_row < dest_bottom) { in GifReadScanline()
610 int dest_bottom = m_startY + m_sizeY; in ResampleVertBT() local
614 if (dest_row_1 >= dest_bottom - 1) { in ResampleVertBT()
617 while (++dest_row < dest_bottom) { in ResampleVertBT()
1003 int dest_bottom = dest_top + m_sizeY - 1; in GifDoubleLineResampleVert() local
1004 if (dest_row + (int)(2 * scale_y) >= dest_bottom && in GifDoubleLineResampleVert()
1005 dest_row + (int)scale_y < dest_bottom) { in GifDoubleLineResampleVert()
2035 int dest_bottom = dest_top + m_sizeY; in ResampleVert() local
[all …]