/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
OccurrenceRenderer.java | 32 import java.awt.Stroke; 76 Stroke s = getItemStroke(series, item);
|
/external/chromium/chrome/browser/ui/cocoa/ |
background_gradient_view.mm | 63 // Draw bottom stroke
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_shelf_view.mm | 54 // Draw top stroke
|
/external/skia/tests/ |
GeometryTest.cpp | 19 <path stroke="#202020" d="M0,0 C0,0 1,1 2190,5130 C2190,5070 2220,5010 2205,4980" />
|
/external/webkit/Source/WebCore/css/ |
SVGCSSValueKeywords.in | 278 non-scaling-stroke
|
/external/webkit/Source/WebCore/manual-tests/ |
svg-deep-clone-to-new-doc.html | 44 <path id="MyPath" d="M 100 200 C 200 100 300 0 400 100 C 500 200 600 300 700 200 C 800 100 900 100 900 100" fill="none" stroke="red" />
|
svg-filter-animation.svg | 50 <g filter="url(#filt)" fill="white" stroke="black" onclick="start()"> 58 <text id="fps" x="150" y="240" font-size="20" fill="white" stroke="white">afps:</text> 59 <text x="30" y="265" font-size="20" font-weight="bold" fill="white" stroke="white">click on the image to start the animation</text>
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGInline.h | 42 // It is also necessary to take the stroke and repaint rect of
|
/frameworks/base/graphics/java/android/graphics/ |
PathDashPathEffect.java | 34 * applies to drawings when the paint's style is STROKE or STROKE_AND_FILL.
|
/packages/inputmethods/LatinIME/tools/maketext/res/values-hr/ |
donottranslate-more-keys.xml | 36 <!-- U+0111: "?" LATIN SMALL LETTER D WITH STROKE -->
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
FontCairo.cpp | 143 // Prevent running into a long computation within cairo. If the stroke width is 144 // twice the size of the width of the text we will not ask cairo to stroke 145 // the text as even one single stroke would cover the full wdth of the text.
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
PathsActivity.java | 62 mSmallPaint.setStyle(Paint.Style.STROKE); 68 mLinePaint.setStyle(Paint.Style.STROKE); 74 mMediumPaint.setStyle(Paint.Style.STROKE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
HoverOverlay.java | 163 Color stroke = hoverIsSelected ? mHoverSelectStrokeColor : mHoverStrokeColor; local 166 if (stroke != null) { 168 gc.setForeground(stroke);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SummaryBar.js | 208 ctx.stroke(); 212 ctx.stroke(); 222 ctx.stroke(); 264 ctx.stroke(); 272 ctx.stroke();
|
/frameworks/base/docs/html/images/fundamentals/ |
service_lifecycle.graffle | [all...] |
/external/icu4c/data/unidata/ |
CaseFolding.txt | 107 00D8; C; 00F8; # LATIN CAPITAL LETTER O WITH STROKE 123 0110; C; 0111; # LATIN CAPITAL LETTER D WITH STROKE 134 0126; C; 0127; # LATIN CAPITAL LETTER H WITH STROKE 148 0141; C; 0142; # LATIN CAPITAL LETTER L WITH STROKE 167 0166; C; 0167; # LATIN CAPITAL LETTER T WITH STROKE 196 0197; C; 0268; # LATIN CAPITAL LETTER I WITH STROKE 213 01B5; C; 01B6; # LATIN CAPITAL LETTER Z WITH STROKE 234 01E4; C; 01E5; # LATIN CAPITAL LETTER G WITH STROKE 249 01FE; C; 01FF; # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE 276 023A; C; 2C65; # LATIN CAPITAL LETTER A WITH STROKE [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 218 * <p>Set the stroke width and color for the drawable. If width is zero, 219 * then no stroke is drawn.</p> 224 * @param width The width in pixels of the stroke 225 * @param color The color of the stroke 235 * <p>Set the stroke width and color for the drawable. If width is zero, 236 * then no stroke is drawn. This method can also be used to dash the stroke.</p> 241 * @param width The width in pixels of the stroke 242 * @param color The color of the stroke 254 mStrokePaint.setStyle(Paint.Style.STROKE); [all...] |
/frameworks/base/docs/html/images/training/basic-simple-screen-mock.graffle/ |
data.plist | 29 <key>stroke</key> 141 <key>stroke</key> 258 <key>stroke</key> 375 <key>stroke</key> 433 <key>stroke</key> 470 <key>stroke</key>
|
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
webkit | 100 -webkit-text-stroke 101 -webkit-text-stroke-color 102 -webkit-text-stroke-width
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint_Delegate.java | 31 import java.awt.Stroke; 145 * returns the value of stroke miter needed by the java api. 179 public Stroke getJavaStroke() { 182 Stroke stroke = mPathEffect.getStroke(this); local 183 assert stroke != null; 184 if (stroke != null) { 185 return stroke; 194 // if no custom stroke as been set, set the default one. 771 Stroke stroke = paint.getJavaStroke() local [all...] |
/cts/tests/tests/gesture/src/android/gesture/cts/ |
LineGestureStrokeHelper.java | 87 * Helper method for creating a gesture stroke
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
SumPathEffectTest.java | 53 paint.setStyle(Paint.Style.STROKE);
|
/external/chromium/chrome/browser/resources/chromeos/ |
choose_mobile_network.html | 33 ctx.stroke();
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
balloon_view.mm | 72 [path stroke];
|