Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp178 ByteString bsFont(bsFamily); in FPF_SKIAGetFamilyHash() local
180 bsFont += "Bold"; in FPF_SKIAGetFamilyHash()
182 bsFont += "Italic"; in FPF_SKIAGetFamilyHash()
184 bsFont += "Serif"; in FPF_SKIAGetFamilyHash()
185 bsFont += uCharset; in FPF_SKIAGetFamilyHash()
186 return FPF_GetHashCode_StringA(bsFont.c_str(), bsFont.GetLength()); in FPF_SKIAGetFamilyHash()