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 75 float m_AdjustMatrix[4];
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 86 float m_AdjustMatrix[4];
545 (fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[0] -
546 charpos.m_AdjustMatrix[0]) < 0.01 &&
547 fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[1] -
548 charpos.m_AdjustMatrix[1]) < 0.01 &&
549 fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[2] -
550 charpos.m_AdjustMatrix[2]) < 0.01 &&
551 fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[3] -
552 charpos.m_AdjustMatrix[3]) < 0.01)))) {
588 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[0] = charpos.m_AdjustMatrix[0]
    [all...]

Completed in 116 milliseconds