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

  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 125 CFX_Matrix image_matrix = pChar->m_ImageMatrix; local
127 image_matrix.Concat(text_matrix);
132 if (FXSYS_fabs(image_matrix.b) < FXSYS_fabs(image_matrix.a) / 100 &&
133 FXSYS_fabs(image_matrix.c) < FXSYS_fabs(image_matrix.d) / 100) {
137 FX_FLOAT top_y = image_matrix.d + image_matrix.f;
138 FX_FLOAT bottom_y = image_matrix.f;
147 (int)(FXSYS_round(image_matrix.a) * retinaScaleX)
    [all...]
cpdf_renderstatus.cpp 1917 CFX_Matrix image_matrix = pType3Char->m_ImageMatrix; local
    [all...]

Completed in 56 milliseconds