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

1 2 34 5 6 7 8 91011>>

  /external/libxml2/test/
svg3 2 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
5 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
8 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
11 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
14 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172"
    [all...]
  /frameworks/base/docs/image_sources/gcm/
CCS-ack.graffle 36 <key>stroke</key>
86 <key>stroke</key>
131 <key>stroke</key>
176 <key>stroke</key>
215 <key>stroke</key>
261 <key>stroke</key>
305 <key>stroke</key>
337 <key>stroke</key>
376 <key>stroke</key>
428 <key>stroke</key
    [all...]
  /external/skia/src/gpu/
GrPathRange.h 20 * Represents a contiguous range of GPU path objects, all with a common stroke.
61 GrPathRange(GrGpu*, PathGenerator*, const SkStrokeRec& stroke);
67 GrPathRange(GrGpu*, int numPaths, const SkStrokeRec& stroke);
GrSoftwarePathRenderer.cpp 19 const GrStrokeInfo& stroke,
24 if (stroke.isDashed()) {
125 const GrStrokeInfo& stroke,
142 GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke.getStrokeRec(),
GrOvalRenderer.cpp 63 * operates in a space normalized by the circle radius (outer radius in the case of a stroke)
74 static GrGeometryProcessor* Create(GrColor color, bool stroke, const SkMatrix& localMatrix) {
75 return SkNEW_ARGS(CircleEdgeEffect, (color, stroke, localMatrix));
184 CircleEdgeEffect(GrColor color, bool stroke, const SkMatrix& localMatrix)
192 fStroke = stroke;
235 static GrGeometryProcessor* Create(GrColor color, bool stroke, const SkMatrix& localMatrix) {
236 return SkNEW_ARGS(EllipseEdgeEffect, (color, stroke, localMatrix));
370 EllipseEdgeEffect(GrColor color, bool stroke, const SkMatrix& localMatrix)
379 fStroke = stroke;
620 const SkStrokeRec& stroke)
791 bool stroke() const { return fBatch.fStroke; } function in class:CircleBatch
1020 bool stroke() const { return fBatch.fStroke; } function in class:EllipseBatch
1668 bool stroke() const { return fBatch.fStroke; } function in class:RRectCircleRendererBatch
1860 bool stroke() const { return fBatch.fStroke; } function in class:RRectEllipseRendererBatch
    [all...]
  /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...]
UserDictionaryToolsList.java 408 wnnWordSearch.stroke = focusPairString.toString();
411 wnnWordSearch.stroke = focusString.toString();
585 delword.stroke = searchword.stroke;
678 UserDictionaryToolsListFocus stroke = new UserDictionaryToolsListFocus(this); local
679 stroke.setId(i);
680 stroke.setWidth(system_width/2);
681 stroke.setTextSize(WORD_TEXT_SIZE);
682 stroke.setTextColor(Color.LTGRAY);
683 stroke.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR)
    [all...]
  /cts/apps/CtsVerifier/res/drawable/
gray_bubble.xml 18 <stroke android:width="2dip" android:color="#666666" />
  /development/samples/ApiDemos/res/drawable/
box_white.xml 20 <stroke android:width="1dp" android:color="#ffffffff"/>
shape_4.xml 18 <stroke android:width="1dp" android:color="#FF000000"
  /external/skia/experimental/SkV8Example/js/
path.js 15 context.stroke(p);
  /external/skia/src/gpu/gl/
GrGLPath.h 30 GrGLPath(GrGLGpu* gpu, const SkPath& path, const SkStrokeRec& stroke);
  /frameworks/base/core/res/res/drawable/
view_accessibility_focused.xml 19 <stroke
  /frameworks/base/graphics/java/android/graphics/
CornerPathEffect.java 22 * Transforms geometries that are drawn (either STROKE or FILL styles) by
  /packages/apps/Contacts/res/drawable/
quickcontact_card_border.xml 18 <stroke
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategorySelected.java 25 mPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Messaging/res/drawable/
audio_progress_bar_background_incoming.xml 18 <stroke
audio_record_control_button_background.xml 21 <stroke
gallery_document_picker_item_background.xml 18 <stroke android:color="@color/gallery_image_default_background" android:width="1dp" />
  /packages/apps/UnifiedEmail/res/drawable/
super_collapse_circle.xml 20 <stroke android:color="@color/conversation_view_border_color" android:width="1dp" />
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailDrawingPoints.java 34 * stroke. This class holds drawing points of those gesture strokes to draw as a gesture trail.
72 public void addStroke(final GestureStrokeDrawingPoints stroke, final long downTime) {
74 addStrokeLocked(stroke, downTime);
78 private void addStrokeLocked(final GestureStrokeDrawingPoints stroke, final long downTime) {
80 stroke.appendPreviewStroke(mEventTimes, mXCoordinates, mYCoordinates, mPointTypes);
85 final int strokeId = stroke.getGestureStrokeId();
87 // the interpolated points in the last segment of gesture stroke, it may need recalculation
88 // of interpolation when new segments are added to the stroke.
96 mLastInterpolatedDrawIndex = stroke.interpolateStrokeAndReturnStartIndexOfLastSegment(
247 // The start index of the last segment of the stroke
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.h 72 struct stroker *stroke,
76 struct stroker *stroke,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
ptcp154.py 54 0x0081: 0x0492, # CYRILLIC CAPITAL LETTER GHE WITH STROKE
56 0x0083: 0x0493, # CYRILLIC SMALL LETTER GHE WITH STROKE
68 0x008f: 0x04b8, # CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE
84 0x009f: 0x04b9, # CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE
90 0x00a6: 0x04b0, # CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE
94 0x00af: 0x049c, # CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE
95 0x00b1: 0x04b1, # CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE
106 0x00bf: 0x049d, # CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
ptcp154.py 54 0x0081: 0x0492, # CYRILLIC CAPITAL LETTER GHE WITH STROKE
56 0x0083: 0x0493, # CYRILLIC SMALL LETTER GHE WITH STROKE
68 0x008f: 0x04b8, # CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE
84 0x009f: 0x04b9, # CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE
90 0x00a6: 0x04b0, # CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE
94 0x00af: 0x049c, # CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE
95 0x00b1: 0x04b1, # CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE
106 0x00bf: 0x049d, # CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE
  /external/skia/gm/
rects.cpp 111 // AA with stroke style
121 // AA with bevel-stroke style
132 // AA with round-stroke style
143 // AA with stroke style, width = 0
152 // AA with stroke style, width wider than rect width and/or height
162 // AA with stroke and fill style

Completed in 1523 milliseconds

1 2 34 5 6 7 8 91011>>