HomeSort by relevance Sort by last modified time
    Searched refs:nStyle (Results 1 - 7 of 7) 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/include/pdfwindow/
PWL_Utils.h 121 FX_INT32 nStyle, const CPWL_Dash & dash);
124 FX_INT32 nStyle, const CPWL_Dash & dash);
137 FX_INT32 nStyle,
140 FX_INT32 nStyle,
166 FX_INT32 nStyle, const CPWL_Dash & dash, FX_INT32 nTransparancy);
  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 89 FX_INT32 nStyle, const CPVT_Dash & dash);
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 126 void SetBorderStyle(int nStyle);
  /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...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 714 FX_INT32 nStyle, const CPVT_Dash & dash)
724 switch (nStyle) {
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 953 FX_INT32 nStyle, const CPWL_Dash & dash)
969 switch (nStyle)
1051 FX_INT32 nStyle, const CPWL_Dash & dash)
1065 switch (nStyle)
    [all...]

Completed in 420 milliseconds