/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SwtDrawingStyle.java | 162 * @param stroke A color descriptor for the foreground color, or null if no 169 * @param strokeAlpha The alpha value of the stroke, an integer in the range 0 to 255 174 private SwtDrawingStyle(RGB stroke, int strokeAlpha, RGB fill, int fillAlpha, int lineWidth, 176 mStroke = stroke; 188 * @param stroke Stroke color to be used (e.g. for the border/foreground) 189 * @param strokeAlpha Transparency to use for the stroke; 0 is transparent 193 private SwtDrawingStyle(RGB stroke, int strokeAlpha, int lineStyle) { 194 this(stroke, strokeAlpha, null, 255, 1, lineStyle); 198 * Return the stroke/foreground/border RGB color description to be used fo [all...] |
/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 33 * This Graphics2D allows to fix some basic settings (Color, Font, Paint, Stroke, 47 private Stroke overrideStroke; 53 private Stroke stroke; field in class:OverrideGraphics2D 66 this.stroke = graphics.getStroke(); 104 * Fixes the Stroke of the Graphics2D. 106 * @param stroke the fixed Stroke, or <code>null</code> to undo the fixing. 108 public void setOverrideStroke(Stroke stroke) [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
SVGResources.cpp | 325 if (m_fillStrokeData->stroke) 326 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation); 379 if (m_fillStrokeData->stroke == resource) { 380 m_fillStrokeData->stroke->removeAllClientsFromCache(); 381 m_fillStrokeData->stroke = 0; 445 if (m_fillStrokeData->stroke) 446 set.add(m_fillStrokeData->stroke); 601 bool SVGResources::setStroke(RenderSVGResourceContainer* stroke) 603 if (!stroke) 606 ASSERT(stroke->resourceType() == PatternResourceTyp [all...] |
SVGResources.h | 60 RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : 0; } function in class:WebCore::SVGResources 153 // stroke: 'shapes' and 'text content elements' 158 , stroke(0) 168 RenderSVGResourceContainer* stroke; member in struct:WebCore::SVGResources::FillStrokeData
|
/cts/tests/tests/webkitsecurity/assets/ |
animate-calcMode-spline-crash-bad-array-length.xhtml | 7 style="fill:none;stroke:none;stroke-width:0.2;marker-mid:none;marker-end:none" />
|
svg-ellipse-render-crash.html | 5 stroke: black; 7 stroke-width: 1;
|
use-events-crash.svg | 18 <g fill="red" stroke="yellow" stroke-width="3">
|
/external/webkit/Tools/GtkLauncher/ |
simple.svg | 14 fill="none" stroke="blue" stroke-width=".02cm" />
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
mozilla | 590 stroke 591 stroke-dasharray 592 stroke-dashoffset 593 stroke-linecap 594 stroke-linejoin 595 stroke-miterlimit 596 stroke-opacity 597 stroke-width
|
/frameworks/base/core/java/android/gesture/ |
GesturePoint.java | 23 * A timed point of a gesture stroke. Multiple points form a stroke.
|
GestureStroke.java | 30 * A gesture stroke started on a touch down and ended on a touch up. A stroke 45 * A constructor that constructs a gesture stroke from a list of gesture points. 86 * A faster constructor specially for cloning a stroke. 101 * Draws the stroke with a given canvas and paint. 153 * Converts the stroke to a Path of a given number of points. 232 * Invalidates the cached path that is used to render the stroke. 239 * Computes an oriented bounding box of the stroke.
|
Gesture.java | 38 * Each stroke is a sequence of timed points. A user-defined gesture can be recognized by 70 GestureStroke stroke = mStrokes.get(i); local 71 gesture.mStrokes.add((GestureStroke)stroke.clone()); 91 * Adds a stroke to the gesture. 93 * @param stroke 95 public void addStroke(GestureStroke stroke) { 96 mStrokes.add(stroke); 97 mBoundingBox.union(stroke.boundingBox); 195 paint.setStyle(Paint.Style.STROKE); 229 paint.setStyle(Paint.Style.STROKE); [all...] |
/packages/apps/Email/res/drawable/ |
attachment_background.xml | 23 <stroke android:width="2dip" android:color="#ff000000" /> 31 <stroke android:width="2dip" android:color="#ff000000" />
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndfdic.c | 204 NJ_CHAR *stroke; local 211 stroke = buf; 225 NJ_CHAR_COPY(stroke, area); 226 stroke++; 229 *stroke = NJ_CHAR_NUL; 232 dic_ylen = convert_to_yomi(hdl, area, DATA_YOMI_SIZE(data), stroke, size); 319 NJ_CHAR stroke[NJ_MAX_LEN + NJ_TERM_LEN]; local 335 yomilen = njd_f_get_stroke(word, stroke, sizeof(stroke)); 357 NJ_INT16 njd_f_get_stroke(NJ_WORD *word, NJ_CHAR *stroke, NJ_UINT16 size) [all...] |
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureStorageTester.java | 41 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); local 43 mLineGesture.addStroke(stroke); 45 mAnotherGesture.addStroke(stroke); 71 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); local 72 newLineGesture.addStroke(stroke);
|
/external/webkit/PerformanceTests/PageLoad/svg/files/ |
deb9frac1.svg | [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
SVGRenderStyle.h | 161 if (!(stroke->opacity == obj)) 162 stroke.access()->opacity = obj; 167 if (!(stroke->paint == obj)) 168 stroke.access()->paint = obj; 173 if (!(stroke->dashArray == obj)) 174 stroke.access()->dashArray = obj; 179 if (!(stroke->miterLimit == obj)) 180 stroke.access()->miterLimit = obj; 185 if (!(stroke->width == obj)) 186 stroke.access()->width = obj 387 DataRef<StyleStrokeData> stroke; member in class:WebCore::SVGRenderStyle [all...] |
/external/chromium/chrome/browser/resources/keyboard/ |
tab.svg | 6 <line fill="none" stroke="#bababb" stroke-width="1.7" stroke-linecap="round" x1="36.377" y1="20.5" x2="36.377" y2="29.5"/>
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_gradient_view.mm | 72 // Stroke the bottom. 81 // Add an inner stroke. 86 [topPath stroke];
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
UserDictionaryToolsEdit.java | 77 /** The constant for notifying dialog (The length of specified stroke or candidate exceeds the limit) */ 149 mBeforeEditWnnWord.stroke = ((TextView)sFocusingView).getText().toString(); 249 String stroke = mReadEditText.getText().toString(); local 251 if (addDictionary(stroke, candidate)) { 261 String stroke = mReadEditText.getText().toString(); local 263 if (addDictionary(stroke, candidate)) { 266 addDictionary(mBeforeEditWnnWord.stroke, mBeforeEditWnnWord.candidate); 333 * @param stroke The stroke of the word 337 private boolean addDictionary(String stroke, String candidate) [all...] |
/cts/apps/CtsVerifier/res/drawable/ |
gray_bubble.xml | 18 <stroke android:width="2dip" android:color="#666666" />
|
/development/samples/ApiDemos/res/drawable/ |
shape_4.xml | 18 <stroke android:width="1dp" android:color="#FF000000"
|
/external/chromium/chrome/browser/ui/cocoa/ |
background_gradient_view.h | 18 // The color used for the bottom stroke. Public so subclasses can use.
|
vertical_gradient_view.mm | 29 // Draw bottom stroke.
|
/external/skia/tests/ |
PaintTest.cpp | 69 SkPath path, stroke; local 86 paint.getFillPath(path, &stroke); 87 strokeR = stroke.getBounds(); 96 // test that our stroke didn't explode
|