Home
last modified time | relevance | path

Searched refs:pImgInf (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dplustek-pp_image.c110 static UShort imageGetPhysDPI( pScanData ps, pImgDef pImgInf, Bool fDpiX ) in imageGetPhysDPI() argument
116 if (pImgInf->xyDpi.x > ps->LensInf.rDpiX.wPhyMax) in imageGetPhysDPI()
119 return pImgInf->xyDpi.x; in imageGetPhysDPI()
122 if (pImgInf->xyDpi.y > ps->LensInf.rDpiY.wPhyMax) in imageGetPhysDPI()
125 return pImgInf->xyDpi.y; in imageGetPhysDPI()
131 if (pImgInf->wDataType >= COLOR_TRUE24) { in imageGetPhysDPI()
132 if (pImgInf->xyDpi.x > ps->LensInf.rDpiX.wPhyMax) in imageGetPhysDPI()
135 return pImgInf->xyDpi.x; in imageGetPhysDPI()
137 if (pImgInf->xyDpi.x > (ps->LensInf.rDpiX.wPhyMax * 2)) in imageGetPhysDPI()
140 return pImgInf in imageGetPhysDPI()
[all...]

Completed in 1 milliseconds