HomeSort by relevance Sort by last modified time
    Searched full:stroke (Results 176 - 200 of 949) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PathEffect_Delegate.java 22 import java.awt.Stroke;
55 public abstract Stroke getStroke(Paint_Delegate paint);
SumPathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 72 return word1.stroke.compareTo(word2.stroke);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java 69 return word1.stroke.compareTo(word2.stroke);
  /frameworks/base/docs/image_sources/in-app-billing/v3/
iab_v3_purchase_flow.graffle 29 <key>stroke</key>
79 <key>stroke</key>
131 <key>stroke</key>
205 <key>stroke</key>
296 <key>stroke</key>
365 <key>stroke</key>
416 <key>stroke</key>
468 <key>stroke</key>
522 <key>stroke</key>
576 <key>stroke</key
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 62 static GrEffectRef* Create(bool stroke) {
66 if (stroke) {
135 CircleEdgeEffect(bool stroke) : GrVertexEffect() {
137 fStroke = stroke;
173 static GrEffectRef* Create(bool stroke) {
177 if (stroke) {
267 EllipseEdgeEffect(bool stroke) : GrVertexEffect() {
270 fStroke = stroke;
459 const SkRect& oval, const SkStrokeRec& stroke)
474 this->drawCircle(target, useCoverageAA, oval, stroke);
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 62 static GrEffectRef* Create(bool stroke) {
66 if (stroke) {
135 CircleEdgeEffect(bool stroke) : GrVertexEffect() {
137 fStroke = stroke;
173 static GrEffectRef* Create(bool stroke) {
177 if (stroke) {
267 EllipseEdgeEffect(bool stroke) : GrVertexEffect() {
270 fStroke = stroke;
459 const SkRect& oval, const SkStrokeRec& stroke)
474 this->drawCircle(target, useCoverageAA, oval, stroke);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 394 * @param stroke the stroke information (width, join, cap).
395 * If stroke == NULL, then the rect is filled.
396 * Otherwise, if stroke width == 0, then the stroke
398 * mitered/beveled stroked based on stroke width.
405 const SkStrokeRec* stroke = NULL,
432 * @param stroke the stroke information (width, join, cap)
436 const SkStrokeRec& stroke);
    [all...]
  /external/skia/include/gpu/
GrContext.h 394 * @param stroke the stroke information (width, join, cap).
395 * If stroke == NULL, then the rect is filled.
396 * Otherwise, if stroke width == 0, then the stroke
398 * mitered/beveled stroked based on stroke width.
405 const SkStrokeRec* stroke = NULL,
432 * @param stroke the stroke information (width, join, cap)
436 const SkStrokeRec& stroke);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
group.svg 440 style="fill:none;fill-rule:evenodd;stroke:#9c9c9c;stroke-width:5.7184987;stroke-linecap:round;stroke-linejoin:round;" />
447 style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.4473482pt;"
457 style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.6282668;"
465 style="fill:url(#radialGradient1315);fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt;"
474 style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1.0000000pt;
    [all...]
  /cts/tests/res/drawable/
paintdrawable_attr.xml 24 <stroke
window_test_drawable.xml 20 <stroke android:width="2dp" android:color="#ff000000"/>
  /development/apps/Development/res/drawable/
box.xml 23 <stroke android:width="1dp" color="#ff000000"/>
  /development/samples/ApiDemos/res/drawable/
box.xml 21 <stroke android:width="1dp" android:color="#ff000000"/>
filled_box.xml 21 <stroke android:width="3dp" android:color="#ffff8080"/>
hover_background_active.xml 19 <stroke android:width="3dp" android:color="#ff000000"/>
hover_background_inactive.xml 19 <stroke android:width="3dp" android:color="#ffff8080"/>
line.xml 18 <stroke android:width="1dp" android:color="#FF000000"
shape_1.xml 19 <stroke android:width="2dp" android:color="#ff000000"/>
shape_2.xml 19 <stroke android:width="4dp" android:color="#FFFFFFFF"
shape_3.xml 19 <stroke android:width="4dp" android:color="#99000000"
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_toolbar_view.h 7 // attached (slimline with a stroke at the bottom edge) or New Tab Page style
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field_cell.mm 54 // the stroke color (as opposed to the fill color). |outerRadius|
68 [path stroke];
172 // Draw the outer stroke (over the background).
201 // Draw optional bezel below bottom stroke.
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.mm 19 // Stroking the rect gives a weak stroke. Filling and insetting gives a
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
tree.css.js 53 ctx.stroke();

Completed in 2697 milliseconds

1 2 3 4 5 6 78 91011>>