Home | History | Annotate | Download | only in codec

Lines Matching defs:src_top

536   int src_top = pCodec->m_clipBox.top;

541 if (line >= src_top && line < src_bottom) {
543 int src_row = line - src_top;
723 int src_top = pCodec->m_clipBox.top;
728 if (line >= src_top && line < src_bottom) {
730 int src_row = line - src_top;
896 int src_top = pCodec->m_clipBox.top;
901 if (row_num >= src_top && row_num < src_bottom) {
903 int src_row = row_num - src_top;
1790 int src_top = m_clipBox.top;
1794 if (src_line >= src_top) {
1796 int src_row = src_line - src_top;