Home
last modified time | relevance | path

Searched refs:INSET (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java566 static final int INSET = 2; field in HolidayCalendarDemo.CalendarPanel
604 int labelHeight = fm.getHeight() + INSET * 2; in paint()
606 int v = fm.getAscent() + INSET; in paint()
675 x = x - INSET - fm.stringWidth(dayNum); in paint()
676 y = y + fm.getAscent() + INSET; in paint()
695 DemoTextBox box = new DemoTextBox(g, info.name, (int)(cellWidth - INSET)); in paint()
696 box.draw(g, x + INSET, y - INSET - box.getHeight()); in paint()
698 y -= (box.getHeight() + INSET); in paint()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp155 case BorderStyle::INSET: in SetBorderStyle()
178 return BorderStyle::INSET; in GetBorderStyle()
Dcpdfsdk_appstream.cpp482 case BorderStyle::INSET: { in GetCircleBorderAppStream()
980 case BorderStyle::INSET: in GetBorderAppStreamInternal()
1181 case BorderStyle::INSET: in SetAsPushButton()
1286 case BorderStyle::INSET: { in SetAsPushButton()
1342 case BorderStyle::INSET: in SetAsCheckBox()
1399 case BorderStyle::INSET: { in SetAsCheckBox()
1459 case BorderStyle::INSET: in SetAsRadioButton()
1508 } else if (nBorderStyle == BorderStyle::INSET) { in SetAsRadioButton()
1533 case BorderStyle::INSET: { in SetAsRadioButton()
1550 } else if (nBorderStyle == BorderStyle::INSET) { in SetAsRadioButton()
[all …]
Dcpdfsdk_widget.cpp697 case BorderStyle::INSET: in GetClientRect()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h30 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE }; enumerator
Dcfx_renderdevice.cpp1230 case BorderStyle::INSET: { in DrawBorder()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp664 case BorderStyle::INSET: in GetBorderLeftTopColor()
675 case BorderStyle::INSET: in GetBorderRightBottomColor()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp319 case BorderStyle::INSET: in GetCreateParam()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp254 case BorderStyle::INSET: in GenerateBorderAP()
1025 nBorderStyle = BorderStyle::INSET; in GenerateFormAP()
/external/pdfium/fxjs/
Dcjs_field.cpp231 nBorderStyle = BorderStyle::INSET; in SetBorderStyle()
711 case BorderStyle::INSET: in get_border_style()