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

  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 33 dwStyle |= FXFONT_BOLD;
fpf_skiafontmgr.cpp 201 if (dwStyle & FXFONT_BOLD) {
315 if ((dwStyle & FXFONT_BOLD) == (pFontDes->m_dwStyle & FXFONT_BOLD)) {
531 pFontDesc->m_dwStyle |= FXFONT_BOLD;
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 188 if ((style & FXFONT_BOLD) == (weight > 400)) {
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 30 #define FXFONT_BOLD 0x40000

Completed in 180 milliseconds