HomeSort by relevance Sort by last modified time
    Searched refs:text_matrix (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 108 CFX_Matrix text_matrix = GetTextMatrix(); local
109 text_matrix.Concat(matrix);
112 pTextMatrix[0] = text_matrix.a;
113 pTextMatrix[1] = text_matrix.c;
114 pTextMatrix[2] = text_matrix.b;
115 pTextMatrix[3] = text_matrix.d;
116 m_Pos = CFX_PointF(text_matrix.e, text_matrix.f);
  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 126 CFX_Matrix text_matrix(pMatrix->a, pMatrix->b, pMatrix->c, pMatrix->d, 0, 0);
127 image_matrix.Concat(text_matrix);
cpdf_renderstatus.cpp 1568 CFX_Matrix text_matrix = textobj->GetTextMatrix(); local
1752 CFX_Matrix text_matrix = textobj->GetTextMatrix(); local
1813 CFX_Matrix text_matrix = textobj->GetTextMatrix(); local
    [all...]

Completed in 4877 milliseconds