Home
last modified time | relevance | path

Searched refs:SOLID (Results 1 – 25 of 41) sorted by relevance

12

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java38 public final static int SOLID = 0; field in HolidayBorderPanel
127 style = SOLID; in HolidayBorderPanel()
143 case SOLID: thickness = DEFAULT_SOLID_THICKNESS; break; in HolidayBorderPanel()
276 if (style == SOLID || style == IN || style == OUT) in setColor()
489 case SOLID: in paint()
507 case SOLID: str.append("SOLID"); break; in toString()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp146 case BorderStyle::SOLID: in SetBorderStyle()
172 return BorderStyle::SOLID; in GetBorderStyle()
193 return BorderStyle::SOLID; in GetBorderStyle()
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DEdgeStyle.java31 SOLID("solid"); enumConstant
DNodeStyle.java34 SOLID("solid"); enumConstant
DGraphvizEdge.java39 private EdgeStyle style = EdgeStyle.SOLID;
DGraphvizNode.java34 private NodeStyle style = NodeStyle.SOLID;
DGraphvizGrapher.java261 gnode.setStyle(NodeStyle.SOLID); in newImplementationNode()
278 gnode.setStyle(NodeStyle.SOLID); in newInstanceNode()
/external/python/cpython2/Lib/idlelib/
DCallTipWindow.py6 from Tkinter import Toplevel, Label, LEFT, SOLID, TclError
72 background="#ffffe0", relief=SOLID, borderwidth=1,
DToolTip.py53 background="#ffffe0", relief=SOLID, borderwidth=1)
/external/python/cpython3/Lib/idlelib/
Dcalltip_w.py6 from tkinter import Label, LEFT, SOLID, TclError
84 relief=SOLID, borderwidth=1,
Dtooltip.py162 background="#ffffe0", relief=SOLID, borderwidth=1)
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py39 SOLID = 'solid' variable
/external/python/cpython3/Lib/tkinter/
Dconstants.py39 SOLID = 'solid' variable
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.h87 SOLID = 36, /* SOLID */ enumerator
/external/libxkbcommon/src/xkbcomp/
Dkeywords.gperf52 solid, SOLID
Dkeywords.c356 {(int)(size_t)&((struct stringpool_t *)0)->stringpool_str71, SOLID}, in keyword_gperf_lookup()
Dparser.y123 SOLID 36
587 | SOLID { $$ = 0; }
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DLayer.java21 SOLID, enumConstant
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp292 ecp.nBorderStyle = BorderStyle::SOLID; in CreateEdit()
327 lcp.nBorderStyle = BorderStyle::SOLID; in CreateListBox()
Dcpwl_edit_ctrl.cpp86 ecp.nBorderStyle = BorderStyle::SOLID; in CreateEditCaret()
Dcpwl_wnd.h123 BorderStyle nBorderStyle = BorderStyle::SOLID; // optional
/external/pdfium/core/fxge/
Dcfx_renderdevice.h30 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE }; enumerator
/external/python/cpython2/Demo/turtle/
DturtleDemo.py72 sashrelief=SOLID, bg='#ddd')
/external/python/cpython3/Lib/turtledemo/
D__main__.py166 sashrelief=SOLID, bg='#ddd')
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp222 case BorderStyle::SOLID: in GenerateBorderAP()
997 BorderStyle nBorderStyle = BorderStyle::SOLID; in GenerateFormAP()
1013 nBorderStyle = BorderStyle::SOLID; in GenerateFormAP()

12