HomeSort by relevance Sort by last modified time
    Searched defs:stroke (Results 1 - 25 of 28) sorted by null

1 2

  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageTester.java 41 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); local
43 mLineGesture.addStroke(stroke);
45 mAnotherGesture.addStroke(stroke);
71 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); local
72 newLineGesture.addStroke(stroke);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.h 67 RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : 0; } function in class:blink::SVGResources
157 // stroke: 'shapes' and 'text content elements'
164 , stroke(0)
174 RenderSVGResourceContainer* stroke; member in struct:blink::SVGResources::FillStrokeData
  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 246 BOOL stroke, BOOL fill,
251 BOOL stroke, BOOL fill, member in class:SkXPSDevice
274 BOOL stroke, BOOL fill, const SkPath& path);
308 BOOL* fill, BOOL* stroke);
  /external/chromium_org/third_party/skia/src/animator/
SkDrawPaint.h 54 SkBool stroke; member in class:SkDrawPaint
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 76 // Note that this isn't strictly correct, since the stroke could be
92 // We draw text up to two times (once for fill, once for stroke).
229 bool stroke = (textMode & TextModeStroke) && gc->hasStroke(); local
231 if (!fill && !stroke)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_state.h 58 /* Stroke parameters */
68 } stroke; member in struct:vg_state
path.c 1617 struct path *stroke; local
    [all...]
  /external/chromium_org/third_party/skia/gm/
image.cpp 43 SkScalar stroke = size.fWidth / 10; local
44 SkScalar radius = (size.fWidth - stroke) / 2;
53 paint.setStrokeWidth(stroke);
poly2poly.cpp 27 void stroke();
66 void SkJSCanvas::stroke() { function in class:SkJSCanvas
121 ctx.stroke();
127 // TEST 2 - Includes an extra moveTo call before stroke; the rectangle appears larger
146 ctx.stroke();
171 ctx.stroke();
shadertext2.cpp 180 SkPaint stroke; local
181 stroke.setStyle(SkPaint::kStroke_Style);
multipicturedraw.cpp 53 SkPaint stroke; local
54 stroke.setStyle(SkPaint::kStroke_Style);
55 stroke.setStrokeWidth(3);
71 canvas->drawPath(hex, stroke);
100 SkPaint stroke; local
101 stroke.setStyle(SkPaint::kStroke_Style);
102 stroke.setStrokeWidth(3);
111 canvas->drawPath(tri, stroke);
  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.cpp 383 SkScalar stroke = SkMaxScalar(op.paint.getStrokeWidth(), 0.01f); local
384 dst.outset(stroke/2, stroke/2);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp 95 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const SkStrokeRec& stroke) {
96 return SkNEW_ARGS(GrGLPath, (fGpu, inPath, stroke));
100 const SkStrokeRec& stroke) {
101 return SkNEW_ARGS(GrGLPathRange, (fGpu, pathGenerator, stroke));
106 const SkStrokeRec& stroke) {
108 return GrPathRendering::createGlyphs(typeface, desc, stroke);
121 return GrPathRendering::createGlyphs(typeface, NULL, stroke);
135 SkAutoTUnref<GrGLPath> templatePath(SkNEW_ARGS(GrGLPath, (fGpu, SkPath(), stroke)));
145 return GrPathRendering::createGlyphs(typeface, NULL, stroke);
152 return SkNEW_ARGS(GrGLPathRange, (fGpu, basePathID, numPaths, gpuMemorySize, stroke));
177 const SkStrokeRec& stroke = path->getStroke(); local
235 const SkStrokeRec& stroke = pathRange->getStroke(); local
    [all...]
  /external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp 128 bool stroke = false; local
134 stroke = walking->f_stroke.equals("none") == false;
145 return stroke && fill;
  /external/chromium_org/third_party/skia/tests/
PaintTest.cpp 201 SkPath path, stroke; local
218 paint.getFillPath(path, &stroke);
219 strokeR = stroke.getBounds();
228 // test that our stroke didn't explode
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.h 58 /* Stroke parameters */
68 } stroke; member in struct:vg_state
path.c 1617 struct path *stroke; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 399 We have special code for hairline strokes, miter-strokes, bevel-stroke
422 // until we can both stroke and fill rectangles
512 SkStrokeRec stroke(paint);
513 if (stroke.isFillStyle()) {
744 const SkStrokeRec& stroke = strokeInfo.getStrokeRec(); local
746 if (!stroke.isHairlineStyle()) {
748 if (stroke.applyToPath(strokedPath, *pathPtr)) {
778 stroke, *devPathPtr)) {
813 SkPaint::Style style = stroke.isHairlineStyle() ? SkPaint::kStroke_Style :
    [all...]
GrContext.cpp 817 // cases where the RT is fully inside a stroke.
1212 SkStrokeRec* stroke = newStrokeInfo.getStrokeRecPtr(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 1095 void CanvasRenderingContext2D::stroke() function in class:blink::CanvasRenderingContext2D
1100 void CanvasRenderingContext2D::stroke(Path2D* domPath) function in class:blink::CanvasRenderingContext2D
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 164 if (!(stroke->opacity == obj))
165 stroke.access()->opacity = obj;
171 if (!(stroke->paintType == type))
172 stroke.access()->paintType = type;
173 if (!(stroke->paintColor == color))
174 stroke.access()->paintColor = color;
175 if (!(stroke->paintUri == uri))
176 stroke.access()->paintUri = uri;
179 if (!(stroke->visitedLinkPaintType == type))
180 stroke.access()->visitedLinkPaintType = type
411 DataRef<StyleStrokeData> stroke; member in class:blink::SVGRenderStyle
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js 175 "fill", "outline", "outline-color", "stroke", "text-shadow", "-webkit-box-shadow", "-webkit-column-rule-color",
201 "stroke-linejoin": { values: [
466 "none", "all", "auto", "visible", "visiblepainted", "visiblefill", "visiblestroke", "painted", "fill", "stroke", "bounding-box"
838 "stroke": 1,
839 "stroke-width": 1,
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 1096 const bool stroke = (SkPaint::kFill_Style != paint.getStyle()); local
1121 BOOL stroke, BOOL fill, variable
1245 BOOL stroke = FALSE; local
1587 BOOL stroke; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 446 milliseconds

1 2