Searched refs:pStyle (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp868 CFX_ByteString ParseStyle(FX_LPCSTR pStyle, int iLen, int iIndex) argument
875 if (pStyle[iIndex] == ',') {
878 buf.AppendChar(pStyle[iIndex]);
890 const FX_FontStyle *pStyle = NULL; local
892 pStyle = g_FontStyles + i;
893 if (!pStyle || pStyle->len > iLen) {
897 if (bsStyle.Left(pStyle->len).Compare(pStyle->style) == 0) {
901 if (bsStyle.Right(pStyle
1031 FX_LPCSTR pStyle = style; local
[all...]

Completed in 49 milliseconds