Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp449 const CFX_ByteString& bsStyle) { in _GetLabelNumPortion() argument
451 if (bsStyle.IsEmpty()) { in _GetLabelNumPortion()
454 if (bsStyle == "D") { in _GetLabelNumPortion()
456 } else if (bsStyle == "R") { in _GetLabelNumPortion()
459 } else if (bsStyle == "r") { in _GetLabelNumPortion()
461 } else if (bsStyle == "A") { in _GetLabelNumPortion()
464 } else if (bsStyle == "a") { in _GetLabelNumPortion()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp337 int32_t GetStyleType(const CFX_ByteString& bsStyle, FX_BOOL bRevert) { in GetStyleType() argument
338 int32_t iLen = bsStyle.GetLength(); in GetStyleType()
350 if (bsStyle.Left(pStyle->len).Compare(pStyle->style) == 0) { in GetStyleType()
354 if (bsStyle.Right(pStyle->len).Compare(pStyle->style) == 0) { in GetStyleType()