HomeSort by relevance Sort by last modified time
    Searched full:linestyle (Results 1 - 25 of 29) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 160 * linestyle and transparency.
168 * @param lineStyle The SWT line style - such as {@link SWT#LINE_SOLID}.
175 int lineStyle) {
179 mLineStyle = lineStyle;
191 * @param lineStyle The SWT line style - such as {@link SWT#LINE_SOLID}.
193 private SwtDrawingStyle(RGB stroke, int strokeAlpha, int lineStyle) {
194 this(stroke, strokeAlpha, null, 255, 1, lineStyle);
GCWrapper.java 197 public void setLineStyle(LineStyle style) {
  /sdk/eclipse/
dictionary.txt 139 linestyle
  /sdk/rule_api/src/com/android/ide/common/api/
IGraphics.java 208 * A line style for {@link IGraphics#setLineStyle(LineStyle)}.
210 enum LineStyle {
226 void setLineStyle(LineStyle style);
  /external/junit/src/junit/swingui/
TestSuitePanel.java 94 fTree.putClientProperty("JTree.lineStyle", "Angled");
  /external/bison/src/
vcg.c 182 e->linestyle = E_LINESTYLE;
354 get_linestyle_str (enum linestyle linestyle)
356 switch (linestyle)
588 if (e->linestyle != E_LINESTYLE)
589 fprintf (fout, "\t\tlinestyle:\t%s\n", get_linestyle_str (e->linestyle));
vcg.h 307 enum linestyle
343 /* Linestyle specifies the style the edge is drawn. Possibilities are:
350 enum linestyle linestyle;
306 enum linestyle enum
349 enum linestyle linestyle; member in struct:edge
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 133 public void setLineStyle(LineStyle style) {
  /external/libvpx/examples/includes/geshi/geshi/
actionscript.php 97 'length', 'level', 'lineStyle', 'lineTo', 'list', 'LN10', 'LN2', 'load', 'loadClip', 'loaded', 'loadMovie',
gnuplot.php 160 'lt', 'linetype', 'lw', 'linewidth', 'ls', 'linestyle',
actionscript3.php 188 'lineTo', 'lineStyle', 'lineGradientStyle', 'level',
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 506 /* LineStyle */
  /external/guava/
guava.ipr 37 <property name="JTree.lineStyle" class="java.lang.String" />
  /external/libvpx/examples/includes/geshi/
geshi.php     [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 795 m_int lineStyle; /* Line style */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 795 m_int lineStyle; /* Line style */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
cc1 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
cc1 
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 

Completed in 1155 milliseconds

1 2