HomeSort by relevance Sort by last modified time
    Searched full:stroke (Results 126 - 150 of 789) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libxml2/test/SVG/
flower2.xml 7 stroke: #000; stroke-width: 1" >
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.h 58 /* Stroke parameters */
68 } stroke; member in struct:vg_state
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 124 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
128 if (stroke.isHairlineStyle()) {
132 if (stroke.isFillStyle()) {
136 paint.setStrokeJoin(stroke.getJoin());
137 paint.setStrokeCap(stroke.getCap());
138 paint.setStrokeWidth(stroke.getWidth());
327 const SkStrokeRec& stroke,
337 helper.draw(path, stroke, SkRegion::kReplace_Op, antiAlias, 0xFF);
GrDefaultPathRenderer.cpp 159 static inline bool single_pass_path(const SkPath& path, const SkStrokeRec& stroke) {
163 if (!stroke.isHairlineStyle() && !path.isInverseFillType()) {
174 const GrStrokeInfo& stroke) const {
175 if (single_pass_path(path, stroke.getStrokeRec())) {
543 SkTCopyOnFirstWrite<GrStrokeInfo> stroke(origStroke);
547 if (IsStrokeHairlineOrEquivalent(*stroke, viewMatrix, &hairlineCoverage)) {
550 if (!stroke->getStrokeRec().isHairlineStyle()) {
551 stroke.writable()->getStrokeRecPtr()->setHairlineStyle();
555 const bool isHairline = stroke->getStrokeRec().isHairlineStyle();
578 if (single_pass_path(path, stroke->getStrokeRec()))
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposePathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
CornerPathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
DashPathEffect_Delegate.java 23 import java.awt.Stroke;
52 public Stroke getStroke(Paint_Delegate paint) {
DiscretePathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
PathDashPathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
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...]
  /frameworks/base/docs/image_sources/training/wear/
wear_cloud_node.graffle 87 <key>stroke</key>
195 <key>stroke</key>
303 <key>stroke</key>
420 <key>stroke</key>
494 <key>stroke</key>
614 <key>stroke</key>
682 <key>stroke</key>
751 <key>stroke</key>
821 <key>stroke</key>
930 <key>stroke</key
    [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...]
  /frameworks/base/docs/image_sources/training/volley/
volley-request.graffle 29 <key>stroke</key>
97 <key>stroke</key>
157 <key>stroke</key>
219 <key>stroke</key>
257 <key>stroke</key>
292 <key>stroke</key>
327 <key>stroke</key>
362 <key>stroke</key>
399 <key>stroke</key>
436 <key>stroke</key
    [all...]
  /cts/tests/tests/graphics/res/drawable/
paintdrawable_attr.xml 24 <stroke
window_test_drawable.xml 20 <stroke android:width="2dp" android:color="#ff000000"/>
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/res/drawable/
layout_border.xml 18 <stroke android:width="10dip" android:color="#CCB1BCBE" />
  /developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/res/drawable/
shape.xml 20 <stroke
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/res/drawable/
selected_background.xml 24 <stroke
unselected_background.xml 24 <stroke
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/res/drawable/
selected_background.xml 24 <stroke
unselected_background.xml 24 <stroke

Completed in 648 milliseconds

1 2 3 4 56 7 8 91011>>