Searched refs:pOS2 (Results 1 – 2 of 2) sorted by relevance
241 uint32_t FPF_SkiaGetFaceCharset(TT_OS2* pOS2) { in FPF_SkiaGetFaceCharset() argument243 if (pOS2) { in FPF_SkiaGetFaceCharset()245 if (pOS2->ulCodePageRange1 & (1 << i)) in FPF_SkiaGetFaceCharset()472 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(face, ft_sfnt_os2); in ReportFace() local473 if (pOS2) { in ReportFace()474 if (pOS2->ulCodePageRange1 & (1 << 31)) in ReportFace()476 if (pOS2->panose[0] == 2) { in ReportFace()477 uint8_t uSerif = pOS2->panose[1]; in ReportFace()482 if (pOS2 && (pOS2->ulCodePageRange1 & (1 << 31))) in ReportFace()484 pFontDesc->m_dwCharsets = FPF_SkiaGetFaceCharset(pOS2); in ReportFace()
1044 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(pFace, ft_sfnt_os2); in GetFlags() local1045 if (!pOS2) in GetFlags()1048 if (pOS2->ulCodePageRange1 & (1 << 31)) in GetFlags()1050 if (pOS2->panose[0] == 2) { in GetFlags()1051 uint8_t uSerif = pOS2->panose[1]; in GetFlags()1096 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(pFace, ft_sfnt_os2); in GetCharsets() local1097 if (!pOS2) { in GetCharsets()1102 pOS2->ulCodePageRange1 & 0xffff, (pOS2->ulCodePageRange1 >> 16) & 0xffff, in GetCharsets()1103 pOS2->ulCodePageRange2 & 0xffff, (pOS2->ulCodePageRange2 >> 16) & 0xffff}; in GetCharsets()1114 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(pFace, ft_sfnt_os2); in GetUSBCSB() local[all …]