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

  /external/pdfium/core/fxge/
cfx_renderdevice.h 71 FX_FLOAT m_AdjustMatrix[4];
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 25 FX_FLOAT m_AdjustMatrix[4];
537 (FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[0] -
538 charpos.m_AdjustMatrix[0]) < 0.01 &&
539 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[1] -
540 charpos.m_AdjustMatrix[1]) < 0.01 &&
541 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[2] -
542 charpos.m_AdjustMatrix[2]) < 0.01 &&
543 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[3] -
544 charpos.m_AdjustMatrix[3]) < 0.01)))) {
578 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[0] = charpos.m_AdjustMatrix[0]
    [all...]

Completed in 523 milliseconds