Home
last modified time | relevance | path

Searched refs:baseFont (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder.cpp30 if (baseFont != other.baseFont) in operator <()
31 return baseFont < other.baseFont; in operator <()
Dcpdf_pageobjectholder.h41 ByteString baseFont; member
/external/skia/src/ports/
DSkTypeface_mac_ct.h60 SkUniqueCFRef<CTFontRef> SkCTFontCreateExactCopy(CTFontRef baseFont, CGFloat textSize,
DSkTypeface_mac_ct.cpp179 SkUniqueCFRef<CTFontRef> SkCTFontCreateExactCopy(CTFontRef baseFont, CGFloat textSize, in SkCTFontCreateExactCopy() argument
200 SkUniqueCFRef<CFTypeRef> opsz(CTFontCopyAttribute(baseFont, SkCTFontOpticalSizeAttribute)); in SkCTFontCreateExactCopy()
207 opsz_val = CTFontGetSize(baseFont); in SkCTFontCreateExactCopy()
216 CTFontCreateCopyWithAttributes(baseFont, textSize, nullptr, desc.get())); in SkCTFontCreateExactCopy()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp513 data.baseFont = pFont->GetBaseFontName(); in ProcessText()
525 pFontDict->SetNewFor<CPDF_Name>("BaseFont", data.baseFont); in ProcessText()
/external/skqp/src/ports/
DSkFontHost_mac.cpp954 static SkUniqueCFRef<CTFontRef> ctfont_create_exact_copy(CTFontRef baseFont, CGFloat textSize, in ctfont_create_exact_copy() argument
957 SkUniqueCFRef<CGFontRef> baseCGFont(CTFontCopyGraphicsFont(baseFont, nullptr)); in ctfont_create_exact_copy()