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

  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 836 static CFX_ByteString _GetFontFamily(CFX_ByteString fontName, int nStyle)
839 if ((nStyle & FX_FONT_STYLE_Bold) == FX_FONT_STYLE_Bold) {
976 FX_DWORD nStyle = 0;
983 nStyle |= FX_FONT_STYLE_Bold;
986 nStyle |= FX_FONT_STYLE_Italic;
1009 nStyle |= FX_FONT_STYLE_Bold;
1012 nStyle |= FX_FONT_STYLE_Italic;
1015 nStyle |= (FX_FONT_STYLE_Bold | FX_FONT_STYLE_Italic);
1046 if (nStyle & FX_FONT_STYLE_Bold) {
1047 nStyle |= FX_FONT_STYLE_BoldBold;
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 780 FX_INT32 nStyle = 0;
788 nStyle = PCS_CIRCLE;
791 nStyle = PCS_CROSS;
794 nStyle = PCS_DIAMOND;
797 nStyle = PCS_SQUARE;
800 nStyle = PCS_STAR;
803 nStyle = PCS_CHECK;
809 nStyle = PCS_CHECK;
837 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient,nStyle,crText);
838 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient,nStyle,crText);
    [all...]

Completed in 55 milliseconds