Home
last modified time | relevance | path

Searched refs:SOLID (Results 1 – 25 of 40) 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/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.h79 SOLID = 36, enumerator
145 #define SOLID 36 macro
Dkeywords.gperf53 solid, SOLID
Dkeywords.c317 {(int)(long)&((struct stringpool_t *)0)->stringpool_str71, SOLID}, in keyword_gperf_lookup()
Dparser.y121 SOLID 36
571 | SOLID { $$ = 0; }
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp205 case BorderStyle::SOLID: in SetBorderStyle()
230 return BorderStyle::SOLID; in GetBorderStyle()
250 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)
DconfigDialog.py146 frameFontSample = Frame(frameFont, relief=SOLID, borderwidth=1)
200 frameCustom, relief=SOLID, borderwidth=1,
231 self.frameColourSet = Frame(frameCustom, 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/pdfium/core/fpdfdoc/
Dcpdf_defaultappearance.h16 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE }; enumerator
Dcpvt_generateap.cpp212 case BorderStyle::SOLID: in GenerateBorderAP()
967 BorderStyle nBorderStyle = BorderStyle::SOLID; in GenerateFormAP()
983 nBorderStyle = BorderStyle::SOLID; in GenerateFormAP()
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py39 SOLID = 'solid' variable
/external/python/cpython3/Lib/tkinter/
Dconstants.py39 SOLID = 'solid' variable
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp273 ecp.nBorderStyle = BorderStyle::SOLID; in CreateEdit()
306 lcp.nBorderStyle = BorderStyle::SOLID; in CreateListBox()
Dcpwl_edit_ctrl.cpp104 ecp.nBorderStyle = BorderStyle::SOLID; in CreateEditCaret()
Dcpwl_edit.cpp214 case BorderStyle::SOLID: { in DrawThisAppearance()
/external/python/cpython2/Demo/turtle/
DturtleDemo.py72 sashrelief=SOLID, bg='#ddd')
/external/python/cpython3/Lib/turtledemo/
D__main__.py166 sashrelief=SOLID, bg='#ddd')

12