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

  /external/pdfium/core/fxge/
cfx_fontmapper.cpp 186 void GetFontFamily(uint32_t nStyle, ByteString* fontName) {
188 if (FontStyleIsBold(nStyle))
455 uint32_t nStyle = FXFONT_NORMAL;
459 nStyle |= FXFONT_BOLD;
461 nStyle |= FXFONT_ITALIC;
484 nStyle |= styleType;
491 if (FontStyleIsBold(nStyle))
517 if (FontStyleIsBold(nStyle)) {
521 nStyle |= FXFONT_BOLD;
527 nStyle |= FXFONT_ITALIC
    [all...]
cfx_renderdevice.h 251 BorderStyle nStyle,
cfx_renderdevice.cpp     [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.h 62 void SetBorderStyle(BorderStyle nStyle);
cpdfsdk_baannot.cpp 199 void CPDFSDK_BAAnnot::SetBorderStyle(BorderStyle nStyle) {
204 switch (nStyle) {
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp 417 BorderStyle nStyle,
430 switch (nStyle) {
509 CheckStyle nStyle,
512 switch (nStyle) {
534 CheckStyle nStyle,
537 switch (nStyle) {
    [all...]
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 200 BorderStyle nStyle,
210 switch (nStyle) {
    [all...]

Completed in 262 milliseconds