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

  /external/pdfium/core/fpdfdoc/
cpdf_defaultappearance.h 16 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE };
cpvt_generateap.cpp 244 case BorderStyle::INSET:
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 566 static final int INSET = 2;
604 int labelHeight = fm.getHeight() + INSET * 2;
606 int v = fm.getAscent() + INSET;
675 x = x - INSET - fm.stringWidth(dayNum);
676 y = y + fm.getAscent() + INSET;
695 DemoTextBox box = new DemoTextBox(g, info.name, (int)(cellWidth - INSET));
696 box.draw(g, x + INSET, y - INSET - box.getHeight());
698 y -= (box.getHeight() + INSET);
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 214 case BorderStyle::INSET:
236 return BorderStyle::INSET;
cpdfsdk_widget.cpp 868 case BorderStyle::INSET:
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp 478 case BorderStyle::INSET: {
    [all...]
cpwl_wnd.cpp 702 case BorderStyle::INSET:
713 case BorderStyle::INSET:
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 318 case BorderStyle::INSET:
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp     [all...]
  /external/pdfium/fxjs/
cjs_field.cpp 436 case BorderStyle::INSET:
437 return CJS_Return(pRuntime->NewString(L"inset"));
474 else if (string == "inset")
475 nBorderStyle = BorderStyle::INSET;
    [all...]

Completed in 180 milliseconds