Searched refs:baseFont (Results 1 – 5 of 5) sorted by relevance
195 if (baseFont != other.baseFont) in operator <()196 return baseFont < other.baseFont; in operator <()
40 ByteString baseFont; member
369 fontD.baseFont = pFont->GetBaseFont(); in ProcessText()381 fontDict->SetNewFor<CPDF_Name>("BaseFont", fontD.baseFont); in ProcessText()
954 static SkUniqueCFRef<CTFontRef> ctfont_create_exact_copy(CTFontRef baseFont, CGFloat textSize, in ctfont_create_exact_copy() argument957 SkUniqueCFRef<CGFontRef> baseCGFont(CTFontCopyGraphicsFont(baseFont, nullptr)); in ctfont_create_exact_copy()
955 static SkUniqueCFRef<CTFontRef> ctfont_create_exact_copy(CTFontRef baseFont, CGFloat textSize, in ctfont_create_exact_copy() argument958 SkUniqueCFRef<CGFontRef> baseCGFont(CTFontCopyGraphicsFont(baseFont, nullptr)); in ctfont_create_exact_copy()