Home
last modified time | relevance | path

Searched refs:m_AdjustMatrix (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp25 FX_FLOAT m_AdjustMatrix[4]; member
537 (FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[0] - in FindPSFontGlyph()
538 charpos.m_AdjustMatrix[0]) < 0.01 && in FindPSFontGlyph()
539 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[1] - in FindPSFontGlyph()
540 charpos.m_AdjustMatrix[1]) < 0.01 && in FindPSFontGlyph()
541 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[2] - in FindPSFontGlyph()
542 charpos.m_AdjustMatrix[2]) < 0.01 && in FindPSFontGlyph()
543 FXSYS_fabs(pPSFont->m_Glyphs[j].m_AdjustMatrix[3] - in FindPSFontGlyph()
544 charpos.m_AdjustMatrix[3]) < 0.01)))) { in FindPSFontGlyph()
578 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[0] = charpos.m_AdjustMatrix[0]; in FindPSFontGlyph()
[all …]
Dfx_win32_print.cpp295 ASSERT(charpos.m_AdjustMatrix[0] == 0); in DrawDeviceText()
296 ASSERT(charpos.m_AdjustMatrix[1] == 0); in DrawDeviceText()
297 ASSERT(charpos.m_AdjustMatrix[2] == 0); in DrawDeviceText()
298 ASSERT(charpos.m_AdjustMatrix[3] == 0); in DrawDeviceText()
/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp1443 pCharPos->m_AdjustMatrix[0] = -1; in GetDisplayPos()
1444 pCharPos->m_AdjustMatrix[1] = 0; in GetDisplayPos()
1445 pCharPos->m_AdjustMatrix[2] = 0; in GetDisplayPos()
1446 pCharPos->m_AdjustMatrix[3] = 1; in GetDisplayPos()
1449 pCharPos->m_AdjustMatrix[0] = 0; in GetDisplayPos()
1450 pCharPos->m_AdjustMatrix[1] = -1; in GetDisplayPos()
1451 pCharPos->m_AdjustMatrix[2] = -1; in GetDisplayPos()
1452 pCharPos->m_AdjustMatrix[3] = 0; in GetDisplayPos()
1455 pCharPos->m_AdjustMatrix[0] = 1; in GetDisplayPos()
1456 pCharPos->m_AdjustMatrix[1] = 0; in GetDisplayPos()
[all …]
Dfgas_rtfbreak.cpp964 pCharPos->m_AdjustMatrix[0] = -1; in GetDisplayPos()
965 pCharPos->m_AdjustMatrix[1] = 0; in GetDisplayPos()
966 pCharPos->m_AdjustMatrix[2] = 0; in GetDisplayPos()
967 pCharPos->m_AdjustMatrix[3] = 1; in GetDisplayPos()
972 pCharPos->m_AdjustMatrix[0] = in GetDisplayPos()
973 pCharPos->m_AdjustMatrix[0] * iHorScale / 100.0f; in GetDisplayPos()
974 pCharPos->m_AdjustMatrix[1] = in GetDisplayPos()
975 pCharPos->m_AdjustMatrix[1] * iHorScale / 100.0f; in GetDisplayPos()
976 pCharPos->m_AdjustMatrix[2] = in GetDisplayPos()
977 pCharPos->m_AdjustMatrix[2] * iVerScale / 100.0f; in GetDisplayPos()
[all …]
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp78 charpos.m_AdjustMatrix[0] = pCIDFont->CIDTransformToFloat(pTransform[0]); in Load()
79 charpos.m_AdjustMatrix[2] = pCIDFont->CIDTransformToFloat(pTransform[2]); in Load()
80 charpos.m_AdjustMatrix[1] = pCIDFont->CIDTransformToFloat(pTransform[1]); in Load()
81 charpos.m_AdjustMatrix[3] = pCIDFont->CIDTransformToFloat(pTransform[3]); in Load()
Dcpdf_renderstatus.cpp2011 matrix = CFX_Matrix(charpos.m_AdjustMatrix[0], charpos.m_AdjustMatrix[1], in DrawTextPathWithPattern()
2012 charpos.m_AdjustMatrix[2], charpos.m_AdjustMatrix[3], in DrawTextPathWithPattern()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp939 charpos.m_AdjustMatrix[0], charpos.m_AdjustMatrix[1], in DrawNormalText()
940 charpos.m_AdjustMatrix[2], charpos.m_AdjustMatrix[3], 0, 0); in DrawNormalText()
1082 matrix = CFX_Matrix(charpos.m_AdjustMatrix[0], charpos.m_AdjustMatrix[1], in DrawTextPath()
1083 charpos.m_AdjustMatrix[2], charpos.m_AdjustMatrix[3], in DrawTextPath()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h71 FX_FLOAT m_AdjustMatrix[4]; variable
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp138 pAM = pCP->m_AdjustMatrix; in DrawString()