Home
last modified time | relevance | path

Searched refs:pOS2 (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp242 uint32_t FPF_SkiaGetFaceCharset(TT_OS2* pOS2) { in FPF_SkiaGetFaceCharset() argument
244 if (pOS2) { in FPF_SkiaGetFaceCharset()
246 if (pOS2->ulCodePageRange1 & (1 << i)) in FPF_SkiaGetFaceCharset()
474 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(face, ft_sfnt_os2); in ReportFace() local
475 if (pOS2) { in ReportFace()
476 if (pOS2->ulCodePageRange1 & (1 << 31)) in ReportFace()
478 if (pOS2->panose[0] == 2) { in ReportFace()
479 uint8_t uSerif = pOS2->panose[1]; in ReportFace()
484 if (pOS2 && (pOS2->ulCodePageRange1 & (1 << 31))) in ReportFace()
486 pFontDesc->m_dwCharsets = FPF_SkiaGetFaceCharset(pOS2); in ReportFace()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp854 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(pFace, ft_sfnt_os2); in GetFlags() local
855 if (!pOS2) in GetFlags()
858 if (pOS2->ulCodePageRange1 & (1 << 31)) in GetFlags()
860 if (pOS2->panose[0] == 2) { in GetFlags()
861 uint8_t uSerif = pOS2->panose[1]; in GetFlags()
906 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(pFace, ft_sfnt_os2); in GetCharsets() local
907 if (!pOS2) { in GetCharsets()
912 pOS2->ulCodePageRange1 & 0xffff, (pOS2->ulCodePageRange1 >> 16) & 0xffff, in GetCharsets()
913 pOS2->ulCodePageRange2 & 0xffff, (pOS2->ulCodePageRange2 >> 16) & 0xffff}; in GetCharsets()
924 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(pFace, ft_sfnt_os2); in GetUSBCSB() local
[all …]