Searched refs:pOS2 (Results 1 – 2 of 2) sorted by relevance
242 uint32_t FPF_SkiaGetFaceCharset(TT_OS2* pOS2) { in FPF_SkiaGetFaceCharset() argument244 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() local475 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()
854 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(pFace, ft_sfnt_os2); in GetFlags() local855 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() local907 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 …]