Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp154 ByteString bsFont(bsFamily); in FPF_SKIAGetFamilyHash() local
156 bsFont += "Bold"; in FPF_SKIAGetFamilyHash()
158 bsFont += "Italic"; in FPF_SKIAGetFamilyHash()
160 bsFont += "Serif"; in FPF_SKIAGetFamilyHash()
161 bsFont += uCharset; in FPF_SKIAGetFamilyHash()
162 return FPF_GetHashCode_StringA(bsFont.c_str(), bsFont.GetLength()); in FPF_SKIAGetFamilyHash()