Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.cpp53 CFX_WideString GetLabelNumPortion(int num, const CFX_ByteString& bsStyle) { in GetLabelNumPortion() argument
55 if (bsStyle.IsEmpty()) in GetLabelNumPortion()
57 if (bsStyle == "D") { in GetLabelNumPortion()
59 } else if (bsStyle == "R") { in GetLabelNumPortion()
62 } else if (bsStyle == "r") { in GetLabelNumPortion()
64 } else if (bsStyle == "A") { in GetLabelNumPortion()
67 } else if (bsStyle == "a") { in GetLabelNumPortion()
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp239 int32_t GetStyleType(const CFX_ByteString& bsStyle, bool bReverse) { in GetStyleType() argument
240 int32_t iLen = bsStyle.GetLength(); in GetStyleType()
251 if (bsStyle.Right(pStyle->len).Compare(pStyle->style) == 0) in GetStyleType()
254 if (bsStyle.Left(pStyle->len).Compare(pStyle->style) == 0) in GetStyleType()