HomeSort by relevance Sort by last modified time
    Searched defs:pTextMatrix (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 111 FX_FLOAT* pTextMatrix = m_TextState.GetMutableMatrix();
112 pTextMatrix[0] = text_matrix.a;
113 pTextMatrix[1] = text_matrix.c;
114 pTextMatrix[2] = text_matrix.b;
115 pTextMatrix[3] = text_matrix.d;
133 const FX_FLOAT* pTextMatrix = m_TextState.GetMatrix();
134 return CFX_Matrix(pTextMatrix[0], pTextMatrix[2], pTextMatrix[1],
135 pTextMatrix[3], m_Pos.x, m_Pos.y)
    [all...]
cpdf_streamcontentparser.cpp     [all...]

Completed in 82 milliseconds