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

  /external/pdfium/core/fpdfdoc/
cpdf_defaultappearance.cpp 24 CFX_ByteString csFont;
26 return csFont;
30 csFont += syntax.GetWord();
31 csFont += " ";
32 csFont += syntax.GetWord();
33 csFont += " ";
34 csFont += syntax.GetWord();
36 return csFont;
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 590 CFX_ByteString csFont = "";
592 pDa.GetFont(csFont, fFontSize);
    [all...]

Completed in 63 milliseconds