Searched refs:FS_RECTF (Results 1 – 6 of 6) sorted by relevance
95 }* FS_LPRECTF, FS_RECTF; typedef97 typedef const FS_RECTF* FS_LPCRECTF;
67 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_TransFormWithClip(FPDF_PAGE page, FS_MATRIX* matrix, FS_RECTF*…
162 DLLEXPORT FPDF_BOOL STDCALL FPDFLink_GetAnnotRect(FPDF_LINK linkAnnot, FS_RECTF* rect);
189 DLLEXPORT FPDF_BOOL STDCALL FPDFLink_GetAnnotRect(FPDF_LINK linkAnnot, FS_RECTF* rect) in FPDFLink_GetAnnotRect()
79 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_TransFormWithClip(FPDF_PAGE page, FS_MATRIX* matrix, FS_RECTF*… in FPDFPage_TransFormWithClip()
2903 FS_RECTF cliprect = {static_cast<float>(source_clip_box.left+offset_x), in TransformPDFPageForPrinting()