Searched refs:nStyle (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp802 static CFX_ByteString _GetFontFamily(CFX_ByteString fontName, int nStyle) argument
805 if ((nStyle & FX_FONT_STYLE_Bold) == FX_FONT_STYLE_Bold) {
942 FX_DWORD nStyle = 0; local
947 nStyle |= FX_FONT_STYLE_Bold;
950 nStyle |= FX_FONT_STYLE_Italic;
973 nStyle |= FX_FONT_STYLE_Bold;
976 nStyle |= FX_FONT_STYLE_Italic;
979 nStyle |= (FX_FONT_STYLE_Bold | FX_FONT_STYLE_Italic);
1010 if (nStyle & FX_FONT_STYLE_Bold) {
1011 nStyle |
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Utils.h129 FX_INT32 nStyle, const CPWL_Dash & dash);
132 FX_INT32 nStyle, const CPWL_Dash & dash);
145 FX_INT32 nStyle,
148 FX_INT32 nStyle,
174 FX_INT32 nStyle, const CPWL_Dash & dash, FX_INT32 nTransparancy);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_ap.h91 FX_INT32 nStyle, const CPVT_Dash & dash);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp781 FX_INT32 nStyle = 0; local
789 nStyle = PCS_CIRCLE;
792 nStyle = PCS_CROSS;
795 nStyle = PCS_DIAMOND;
798 nStyle = PCS_SQUARE;
801 nStyle = PCS_STAR;
804 nStyle = PCS_CHECK;
810 nStyle = PCS_CHECK;
838 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient,nStyle,crText);
839 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient,nStyle,crTex
913 FX_INT32 nStyle = 0; local
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h137 void SetBorderStyle(int nStyle);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Utils.cpp950 FX_INT32 nStyle, const CPWL_Dash & dash)
966 switch (nStyle)
1048 FX_INT32 nStyle, const CPWL_Dash & dash)
1062 switch (nStyle)
1251 FX_INT32 nStyle,
1255 switch (nStyle)
1274 FX_INT32 nStyle,
1278 switch (nStyle)
1510 FX_INT32 nStyle, const CPWL_Dash & dash, FX_INT32 nTransparancy)
1521 switch (nStyle)
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp716 FX_INT32 nStyle, const CPVT_Dash & dash)
726 switch (nStyle) {
714 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

Completed in 82 milliseconds