Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp200 CFX_ByteString bsFont(bsFamily); in FPF_SKIAGetFamilyHash() local
202 bsFont += "Bold"; in FPF_SKIAGetFamilyHash()
205 bsFont += "Italic"; in FPF_SKIAGetFamilyHash()
208 bsFont += "Serif"; in FPF_SKIAGetFamilyHash()
210 bsFont += uCharset; in FPF_SKIAGetFamilyHash()
211 return FPF_GetHashCode_StringA(bsFont.c_str(), bsFont.GetLength(), TRUE); in FPF_SKIAGetFamilyHash()