Searched defs:nStyle (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp714 FX_INT32 nStyle, const CPVT_Dash & dash)
724 switch (nStyle) {
712 GenerateBorderAP(const CPDF_Rect & rect, FX_FLOAT fWidth, const CPVT_Color & color, const CPVT_Color & crLeftTop, const CPVT_Color & crRightBottom, FX_INT32 nStyle, const CPVT_Dash & dash) argument
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp824 void CPDFSDK_Annot::SetBorderStyle(int nStyle) argument
836 switch (nStyle)
H A Dfsdk_baseform.cpp780 FX_INT32 nStyle = 0; local
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,crTex
912 FX_INT32 nStyle = 0; local
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp836 static CFX_ByteString _GetFontFamily(CFX_ByteString fontName, int nStyle) argument
839 if ((nStyle & FX_FONT_STYLE_Bold) == FX_FONT_STYLE_Bold) {
976 FX_DWORD nStyle = 0; local
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 |
[all...]

Completed in 378 milliseconds