Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp473 void CFX_ImageTransformer::AdjustCoords(int* col, int* row) const { in AdjustCoords() function in CFX_ImageTransformer
498 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()
Dcfx_imagetransformer.h88 void AdjustCoords(int* col, int* row) const;