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 302 CFX_ByteString GetFontFamily(CFX_ByteString fontName, int nStyle) {
304 if ((nStyle & FX_FONT_STYLE_Bold) == FX_FONT_STYLE_Bold) {
900 FX_DWORD nStyle = 0;
905 nStyle |= FX_FONT_STYLE_Bold;
908 nStyle |= FX_FONT_STYLE_Italic;
931 nStyle |= FX_FONT_STYLE_Bold;
934 nStyle |= FX_FONT_STYLE_Italic;
937 nStyle |= (FX_FONT_STYLE_Bold | FX_FONT_STYLE_Italic);
968 if (nStyle & FX_FONT_STYLE_Bold) {
969 nStyle |= FX_FONT_STYLE_BoldBold
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Utils.h 140 int32_t nStyle,
148 int32_t nStyle,
164 int32_t nStyle,
167 int32_t nStyle,
222 int32_t nStyle,
  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 99 int32_t nStyle,
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 170 void SetBorderStyle(int nStyle);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 802 int32_t nStyle,
812 switch (nStyle) {
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 866 int32_t nStyle,
881 switch (nStyle) {
    [all...]

Completed in 413 milliseconds