Home
last modified time | relevance | path

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

/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfpximgvw.h228 FPXStatus SetImageResultAspectRatio (FPXResultAspectRatio* theAspectRatio);
229 FPXStatus GetImageResultAspectRatio (FPXResultAspectRatio* theAspectRatio);
H A Dfpximgvw.cpp1887 FPXStatus PFlashPixImageView::SetImageResultAspectRatio (FPXResultAspectRatio* theAspectRatio) in SetImageResultAspectRatio() argument
1889 if (theAspectRatio) { in SetImageResultAspectRatio()
1891 aspectRatio = *theAspectRatio; in SetImageResultAspectRatio()
1908 FPXStatus PFlashPixImageView::GetImageResultAspectRatio (FPXResultAspectRatio* theAspectRatio) in GetImageResultAspectRatio() argument
1911 *theAspectRatio = aspectRatio; in GetImageResultAspectRatio()
H A Dfpxlibio.cpp2255 FPXResultAspectRatio* theAspectRatio) in FPX_SetImageResultAspectRatio() argument
2263 return theFPX->SetImageResultAspectRatio(theAspectRatio); in FPX_SetImageResultAspectRatio()
2268 FPXResultAspectRatio* theAspectRatio) in FPX_GetImageResultAspectRatio() argument
2270 return theFPX->GetImageResultAspectRatio(theAspectRatio); in FPX_GetImageResultAspectRatio()
/dports/graphics/libfpx/libfpx-1.3.1-10/
H A Dfpxlib.h1091 FPXResultAspectRatio* theAspectRatio);
1095 FPXResultAspectRatio* theAspectRatio);