Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.cpp52 WideString GetLabelNumPortion(int num, const ByteString& bsStyle) { in GetLabelNumPortion() argument
53 if (bsStyle.IsEmpty()) in GetLabelNumPortion()
55 if (bsStyle == "D") in GetLabelNumPortion()
57 if (bsStyle == "R") { in GetLabelNumPortion()
62 if (bsStyle == "r") in GetLabelNumPortion()
64 if (bsStyle == "A") { in GetLabelNumPortion()
69 if (bsStyle == "a") in GetLabelNumPortion()
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp232 std::tuple<bool, uint32_t, size_t> GetStyleType(const ByteString& bsStyle, in GetStyleType() argument
234 if (bsStyle.IsEmpty()) in GetStyleType()
239 if (!pStyle || pStyle->len > bsStyle.GetLength()) in GetStyleType()
243 if (bsStyle.Right(pStyle->len).Compare(pStyle->name) == 0) in GetStyleType()
246 if (bsStyle.Left(pStyle->len).Compare(pStyle->name) == 0) in GetStyleType()