HomeSort by relevance Sort by last modified time
    Searched refs:csFont (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 58 CFX_ByteString csFont;
60 return csFont;
64 csFont += (CFX_ByteString)syntax.GetWord();
65 csFont += " ";
66 csFont += (CFX_ByteString)syntax.GetWord();
67 csFont += " ";
68 csFont += (CFX_ByteString)syntax.GetWord();
70 return csFont;
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 210 CFX_ByteString csFont = "";
212 pDa.GetFont(csFont, fFontSize);
    [all...]

Completed in 154 milliseconds