OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_AdjustMatrix
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp
15
FX_FLOAT
m_AdjustMatrix
[4];
549
(FXSYS_fabs(pPSFont->m_Glyphs[j].
m_AdjustMatrix
[0] -
550
charpos.
m_AdjustMatrix
[0]) < 0.01 &&
551
FXSYS_fabs(pPSFont->m_Glyphs[j].
m_AdjustMatrix
[1] -
552
charpos.
m_AdjustMatrix
[1]) < 0.01 &&
553
FXSYS_fabs(pPSFont->m_Glyphs[j].
m_AdjustMatrix
[2] -
554
charpos.
m_AdjustMatrix
[2]) < 0.01 &&
555
FXSYS_fabs(pPSFont->m_Glyphs[j].
m_AdjustMatrix
[3] -
556
charpos.
m_AdjustMatrix
[3]) < 0.01))) {
589
pPSFont->m_Glyphs[ps_glyphindex].
m_AdjustMatrix
[0]
[
all
...]
/external/pdfium/core/include/fxge/
fx_ge.h
238
FX_FLOAT
m_AdjustMatrix
[4];
Completed in 2464 milliseconds