HomeSort by relevance Sort by last modified time
    Searched refs:pOS2 (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 484 static FX_DWORD FPF_SkiaGetFaceCharset(TT_OS2* pOS2) {
486 if (pOS2) {
488 if (pOS2->ulCodePageRange1 & (1 << i)) {
511 TT_OS2* pOS2 = (TT_OS2*)FT_Get_Sfnt_Table(face, ft_sfnt_os2);
512 if (pOS2) {
513 if (pOS2->ulCodePageRange1 & (1 << 31)) {
516 if (pOS2->panose[0] == 2) {
517 uint8_t uSerif = pOS2->panose[1];
523 if (pOS2 && (pOS2->ulCodePageRange1 & (1 << 31)))
    [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp     [all...]

Completed in 633 milliseconds