HomeSort by relevance Sort by last modified time
    Searched defs:SOLID (Results 1 - 8 of 8) sorted by null

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
EdgeStyle.java 31 SOLID("solid");
NodeStyle.java 34 SOLID("solid");
  /external/pdfium/core/fpdfdoc/
cpdf_defaultappearance.h 16 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE };
  /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.c 189 SOLID = 36,
255 #define SOLID 36
662 "SHAPE", "KEYS", "ROW", "SECTION", "OVERLAY", "TEXT", "OUTLINE", "SOLID",
    [all...]

Completed in 774 milliseconds