Lines Matching full:matrix
60 * Transform the whole page with a specified matrix, then clip the page content region.
63 * @param[in] matrix - The transform matrix.
67 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_TransFormWithClip(FPDF_PAGE page, FS_MATRIX* matrix, FS_RECTF* clipRect);
72 * @param[in] a - The coefficient "a" of the matrix.
73 * @param[in] b - The coefficient "b" of the matrix.
74 * @param[in] c - The coefficient "c" of the matrix.
75 * @param[in] d - The coefficient "d" of the matrix.
76 * @param[in] e - The coefficient "e" of the matrix.
77 * @param[in] f - The coefficient "f" of the matrix.