HomeSort by relevance Sort by last modified time
    Searched refs:bBold (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffConfigAcc.h 17 FX_BOOL bBold,
xfa_ffConfigAcc.cpp 28 FX_BOOL bBold,
39 bBold = FALSE;
47 bBold = TRUE;
xfa_fontmgr.h 50 FX_BOOL bBold,
55 FX_BOOL bBold,
58 FX_BOOL bBold,
xfa_fontmgr.cpp     [all...]
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 112 FX_BOOL bBold = pFont->IsBold();
113 if (!bBold && pFont->GetSubstFont() &&
fx_quartz_device.cpp 816 FX_BOOL bBold = pFont->IsBold();
817 if (!bBold && pFont->GetSubstFont() &&
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 262 virtual FX_BOOL SetRichTextBold(FX_BOOL bBold = TRUE) = 0;
fxet_edit.h 559 FX_BOOL SetRichTextBold(FX_BOOL bBold = TRUE) override;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1129 FX_BOOL CFX_Edit::SetRichTextBold(FX_BOOL bBold) {
1131 if (bBold)
    [all...]

Completed in 540 milliseconds