Searched refs:AdjustCoords (Results 1 – 2 of 2) sorted by relevance
473 void CFX_ImageTransformer::AdjustCoords(int* col, int* row) const { in AdjustCoords() function in CFX_ImageTransformer498 AdjustCoords(&d.src_col_l, &d.src_row_l); in DoBilinearLoop()501 AdjustCoords(&d.src_col_r, &d.src_row_r); in DoBilinearLoop()527 AdjustCoords(&d.src_col_l, &d.src_row_l); in DoBicubicLoop()551 AdjustCoords(&d.src_col, &d.src_row); in DoDownSampleLoop()
88 void AdjustCoords(int* col, int* row) const;