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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/docs/image_sources/play-services-diagram.graffle/
data.plist 29 <key>stroke</key>
68 <key>stroke</key>
131 <key>stroke</key>
166 <key>stroke</key>
238 <key>stroke</key>
324 <key>stroke</key>
390 <key>stroke</key>
409 <key>stroke</key>
441 <key>stroke</key>
485 <key>stroke</key
    [all...]
  /frameworks/base/docs/image_sources/
activity_lifecycle.graffle     [all...]
  /external/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 95 // too. This in turn has the side-effect that NVPR can not stroke the paths,
96 // as the stroke in NVPR is defined in object-space.
223 const SkStrokeRec& stroke) {
235 glyphKey->fStroke = GrPath::ComputeStrokeKey(stroke);
241 glyphs.reset(ctx->getGpu()->pathRendering()->createGlyphs(typeface, desc, stroke));
274 // The whole shape (including stroke) will be baked into the glyph outlines. Make
299 // Don't bake strokes into the glyph outlines. We will stroke the glyphs
305 // Approximate hairline stroke.
317 // Instead of baking fake bold into the glyph outlines, do it with the GPU stroke.
GrClipMaskManager.cpp 62 const GrStrokeInfo& stroke,
74 return NULL == context->getPathRenderer(gpu, pipelineBuilder, viewMatrix, *path, stroke,
90 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle);
105 path, stroke, element->isAA())) {
414 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle);
420 path, stroke, false, type);
426 pr->drawPath(fClipTarget, pipelineBuilder, color, viewMatrix, path, stroke,
450 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle);
455 stroke, false, type);
    [all...]
  /frameworks/base/docs/image_sources/training/fragments-screen-mock.graffle/
data.plist 29 <key>stroke</key>
80 <key>stroke</key>
200 <key>stroke</key>
258 <key>stroke</key>
354 <key>stroke</key>
471 <key>stroke</key>
588 <key>stroke</key>
646 <key>stroke</key>
683 <key>stroke</key>
  /external/skia/gm/
cubicpaths.cpp 100 {SkPaint::kStroke_Style, "Stroke"},
101 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
131 "Indicated Style, Fill and Linecaps, with stroke width 10";
246 {SkPaint::kStroke_Style, "Stroke"},
247 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
278 "Indicated Style, Fill and Linecaps, with stroke width 10";
emptypath.cpp 59 {SkPaint::kStroke_Style, "Stroke"},
60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
gradtext.cpp 84 canvas->drawText("Normal Stroke Text", 18, 0, 100, paint);
92 canvas->drawText("Gradient Stroke Text", 20, 0, 200, paint);
  /frameworks/base/docs/image_sources/resources/
resource_devices_diagram.graffle 36 <key>stroke</key>
78 <key>stroke</key>
127 <key>stroke</key>
179 <key>stroke</key>
231 <key>stroke</key>
283 <key>stroke</key>
333 <key>stroke</key>
394 <key>stroke</key>
452 <key>stroke</key>
502 <key>stroke</key
    [all...]
  /frameworks/base/docs/image_sources/training/basics/basic-lifecycle.graffle/
data.plist 29 <key>stroke</key>
143 <key>stroke</key>
262 <key>stroke</key>
381 <key>stroke</key>
453 <key>stroke</key>
569 <key>stroke</key>
688 <key>stroke</key>
816 <key>stroke</key>
935 <key>stroke</key>
1007 <key>stroke</key
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureTest.java 28 * Basic tests that verify expected values when a simple line gesture stroke is added.
72 // assert bounding box is same as bounding box for individual gesture stroke
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 51 pathPaint.setStyle(Style.STROKE);
72 expectedPaint.setStyle(Style.STROKE);
DiscretePathEffectTest.java 47 paint.setStyle(Style.STROKE);
64 paint.setStyle(Style.STROKE);
  /cts/tests/tests/media/src/android/media/cts/
FaceView.java 52 mPOuterBullsEye.setStyle(Paint.Style.STROKE);
55 mTmpPaint.setStyle(Paint.Style.STROKE);
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 69 rectChecked.getPaint().setStyle(Paint.Style.STROKE);
79 rectUnchecked.getPaint().setStyle(Paint.Style.STROKE);
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 69 rectChecked.getPaint().setStyle(Paint.Style.STROKE);
79 rectUnchecked.getPaint().setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Arcs.java 67 mPaints[2].setStyle(Paint.Style.STROKE);
85 mFramePaint.setStyle(Paint.Style.STROKE);
PolyToPoly.java 47 mPaint.setStyle(Paint.Style.STROKE);
67 // for when the style is STROKE
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
ThumbnailRadioButton.java 69 rectChecked.getPaint().setStyle(Paint.Style.STROKE);
79 rectUnchecked.getPaint().setStyle(Paint.Style.STROKE);
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/rail/
ir_verifier_row_test_helper.html 105 context.stroke();
113 context.stroke();
  /external/skia/samplecode/
SampleEmptyPath.cpp 62 {SkPaint::kStroke_Style, "Stroke"},
63 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
  /external/skia/src/svg/parser/
SkSVGPaintState.cpp 29 SVG_ATTRIBUTE(stroke),
30 SVG_LITERAL_ATTRIBUTE(stroke-dasharray, f_strokeDasharray),
31 SVG_LITERAL_ATTRIBUTE(stroke-linecap, f_strokeLinecap),
32 SVG_LITERAL_ATTRIBUTE(stroke-linejoin, f_strokeLinejoin),
33 SVG_LITERAL_ATTRIBUTE(stroke-miterlimit, f_strokeMiterlimit),
34 SVG_LITERAL_ATTRIBUTE(stroke-width, f_strokeWidth),
289 parser._addAttribute("stroke", "false");
311 parser._addAttribute("stroke", "true");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
FinnishCustomizer.java 32 // U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE
54 // U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsKazakh.java 47 // U+04B1: "?" CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE
59 // U+0493: "?" CYRILLIC SMALL LETTER GHE WITH STROKE
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-fi/
donottranslate-more-keys.xml 31 U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE
55 <!-- U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE -->

Completed in 1652 milliseconds

1 2 3 4 5 6 7 891011>>