Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:text_matrix

132     CFX_AffineMatrix image_matrix, text_matrix;

134 text_matrix.Set(pMatrix->a, pMatrix->b, pMatrix->c, pMatrix->d, 0, 0);
135 image_matrix.Concat(text_matrix);
249 CFX_AffineMatrix text_matrix;
250 textobj->GetTextMatrix(&text_matrix);
251 if(IsAvailableMatrix(text_matrix) == FALSE) {
256 DrawTextPathWithPattern(textobj, pObj2Device, pFont, font_size, &text_matrix, bFill, bStroke);
264 if (font_size * text_matrix.GetXUnit() * pObj2Device->GetXUnit() < 6) {
276 text_matrix.ConcatInverse(ctm);
297 &text_matrix, pDeviceMatrix, textobj->m_GraphState, fill_argb, stroke_argb, pClippingPath, flag);
299 text_matrix.Concat(*pObj2Device);
301 &text_matrix, fill_argb, &m_Options);
382 CFX_AffineMatrix text_matrix;
383 textobj->GetTextMatrix(&text_matrix);
413 matrix.Concat(text_matrix);