Searched refs:nStyle (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 836 static CFX_ByteString _GetFontFamily(CFX_ByteString fontName, int nStyle) in _GetFontFamily() argument 839 if ((nStyle & FX_FONT_STYLE_Bold) == FX_FONT_STYLE_Bold) { in _GetFontFamily() 976 FX_DWORD nStyle = 0; in FindSubstFont() local 983 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont() 986 nStyle |= FX_FONT_STYLE_Italic; in FindSubstFont() 1009 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont() 1012 nStyle |= FX_FONT_STYLE_Italic; in FindSubstFont() 1015 nStyle |= (FX_FONT_STYLE_Bold | FX_FONT_STYLE_Italic); in FindSubstFont() 1046 if (nStyle & FX_FONT_STYLE_Bold) { in FindSubstFont() 1047 nStyle |= FX_FONT_STYLE_BoldBold; in FindSubstFont() [all …]
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | 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/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 780 FX_INT32 nStyle = 0; in ResetAppearance_CheckBox() local 788 nStyle = PCS_CIRCLE; in ResetAppearance_CheckBox() 791 nStyle = PCS_CROSS; in ResetAppearance_CheckBox() 794 nStyle = PCS_DIAMOND; in ResetAppearance_CheckBox() 797 nStyle = PCS_SQUARE; in ResetAppearance_CheckBox() 800 nStyle = PCS_STAR; in ResetAppearance_CheckBox() 803 nStyle = PCS_CHECK; in ResetAppearance_CheckBox() 809 nStyle = PCS_CHECK; in ResetAppearance_CheckBox() 837 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient,nStyle,crText); in ResetAppearance_CheckBox() 838 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient,nStyle,crText); in ResetAppearance_CheckBox() [all …]
|
D | fsdk_baseannot.cpp | 824 void CPDFSDK_Annot::SetBorderStyle(int nStyle) in SetBorderStyle() argument 836 switch (nStyle) in SetBorderStyle()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_ap.h | 89 FX_INT32 nStyle, const CPVT_Dash & dash);
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseannot.h | 126 void SetBorderStyle(int nStyle);
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 953 FX_INT32 nStyle, const CPWL_Dash & dash) in GetBorderAppStream() argument 969 switch (nStyle) in GetBorderAppStream() 1051 FX_INT32 nStyle, const CPWL_Dash & dash) in GetCircleBorderAppStream() argument 1065 switch (nStyle) in GetCircleBorderAppStream() 1254 FX_INT32 nStyle, in GetCheckBoxAppStream() argument 1258 switch (nStyle) in GetCheckBoxAppStream() 1277 FX_INT32 nStyle, in GetRadioButtonAppStream() argument 1281 switch (nStyle) in GetRadioButtonAppStream() 1513 FX_INT32 nStyle, const CPWL_Dash & dash, FX_INT32 nTransparancy) in DrawBorder() argument 1524 switch (nStyle) in DrawBorder()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 714 FX_INT32 nStyle, const CPVT_Dash & dash) in GenerateBorderAP() argument 724 switch (nStyle) { in GenerateBorderAP()
|