HomeSort by relevance Sort by last modified time
    Searched refs:SOLID (Results 1 - 25 of 30) sorted by null

1 2

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
EdgeStyle.java 31 SOLID("solid");
NodeStyle.java 34 SOLID("solid");
GraphvizEdge.java 39 private EdgeStyle style = EdgeStyle.SOLID;
GraphvizNode.java 34 private NodeStyle style = NodeStyle.SOLID;
GraphvizGrapher.java 261 gnode.setStyle(NodeStyle.SOLID);
278 gnode.setStyle(NodeStyle.SOLID);
  /cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilter_BlurTest.java 36 assertEquals(Blur.SOLID, Blur.valueOf("SOLID"));
47 assertEquals(Blur.SOLID, blur[1]);
55 assertNotNull(new BlurMaskFilter(10.24f, Blur.SOLID));
  /external/pdfium/core/fpdfdoc/
cpdf_defaultappearance.h 16 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE };
cpvt_generateap.cpp 212 case BorderStyle::SOLID:
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 39 SOLID = 'solid'
  /external/python/cpython3/Lib/tkinter/
constants.py 39 SOLID = 'solid'
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayBorderPanel.java 37 /** Solid border. */
38 public final static int SOLID = 0;
59 /** Default thickness for solid borders (4). */
71 /** Default color (black). Applies to SOLID and etched borders. */
119 * Constructor. Makes SOLID border with color and thickness given.
127 style = SOLID;
143 case SOLID: thickness = DEFAULT_SOLID_THICKNESS; break;
268 * Sets the current color for SOLID borders and the caption text
276 if (style == SOLID || style == IN || style == OUT)
283 * Gets the current color for SOLID borders and the captio
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.h 79 SOLID = 36,
145 #define SOLID 36
parser.y 121 SOLID 36
571 | SOLID { $$ = 0; }
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 205 case BorderStyle::SOLID:
230 return BorderStyle::SOLID;
250 return BorderStyle::SOLID;
  /external/python/cpython2/Lib/idlelib/
CallTipWindow.py 6 from Tkinter import Toplevel, Label, LEFT, SOLID, TclError
72 background="#ffffe0", relief=SOLID, borderwidth=1,
ToolTip.py 53 background="#ffffe0", relief=SOLID, borderwidth=1)
  /external/python/cpython3/Lib/idlelib/
calltip_w.py 6 from tkinter import Label, LEFT, SOLID, TclError
84 relief=SOLID, borderwidth=1,
tooltip.py 162 background="#ffffe0", relief=SOLID, borderwidth=1)
  /external/pdfium/fpdfsdk/pwl/
cpwl_combo_box.cpp 273 ecp.nBorderStyle = BorderStyle::SOLID;
306 lcp.nBorderStyle = BorderStyle::SOLID;
cpwl_edit_ctrl.cpp 104 ecp.nBorderStyle = BorderStyle::SOLID;
cpwl_edit.cpp 214 case BorderStyle::SOLID: {
cpwl_wnd.cpp 33 nBorderStyle(BorderStyle::SOLID),
cpwl_appstream.cpp 432 case BorderStyle::SOLID:
    [all...]
  /external/python/cpython2/Demo/turtle/
turtleDemo.py 72 sashrelief=SOLID, bg='#ddd')
  /external/python/cpython3/Lib/turtledemo/
__main__.py 166 sashrelief=SOLID, bg='#ddd')

Completed in 554 milliseconds

1 2