Searched defs:italic_angle (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp67 int weight, int italic_angle, int CharsetCP, FX_BOOL bVertical)
72 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
66 LoadSubst(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags, int weight, int italic_angle, int CharsetCP, FX_BOOL bVertical) argument
H A Dfx_ge_fontmap.cpp102 FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont)
108 FXFT_Face face = m_pExtMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
114 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
739 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily) argument
753 pSubstFont->m_ItalicAngle = italic_angle;
883 int weight, int italic_angle, int WindowCP, CFX_SubstFont* pSubstFont)
887 italic_angle = 0;
1060 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, PitchFamily);
1070 if (italic_angle != 0) {
1089 italic_angle
101 FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) argument
882 FindSubstFont(const CFX_ByteString& name, FX_BOOL bTrueType, FX_DWORD flags, int weight, int italic_angle, int WindowCP, CFX_SubstFont* pSubstFont) argument
[all...]
/external/freetype/src/cff/
H A Dcfftypes.h114 FT_Fixed italic_angle; member in struct:CFF_FontRecDictRec_
/external/pdfium/third_party/freetype/src/cff/
H A Dcfftypes.h114 FT_Fixed italic_angle; member in struct:CFF_FontRecDictRec_
/external/freetype/include/
H A Dt1tables.h96 FT_Long italic_angle; member in struct:PS_FontInfoRec_
/external/pdfium/third_party/freetype/include/
H A Dt1tables.h96 FT_Long italic_angle; member in struct:PS_FontInfoRec_

Completed in 665 milliseconds