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

1 2 3 4 5 6 7 8 910

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
SelectionRenderer.java 25 int stroke, Paint paint) {
26 canvas.drawRect(left, top, right, top + stroke, paint);
27 canvas.drawRect(left, bottom - stroke, right, bottom, paint);
28 canvas.drawRect(left, top, left + stroke, bottom, paint);
29 canvas.drawRect(right - stroke, top, right, bottom, paint);
33 int stroke, Paint selectPaint, int border, Paint borderPaint) {
34 canvas.drawRect(left, top, right, top + stroke, selectPaint);
35 canvas.drawRect(left, bottom - stroke, right, bottom, selectPaint);
36 canvas.drawRect(left, top, left + stroke, bottom, selectPaint);
37 canvas.drawRect(right - stroke, top, right, bottom, selectPaint)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnWord.java 30 public String stroke; field in class:WnnWord
49 * @param stroke The reading of word
51 public WnnWord(String candidate, String stroke) {
52 this(0, candidate, stroke, new WnnPOS(), 0, 0);
59 * @param stroke The reading of word
62 public WnnWord(String candidate, String stroke, int frequency) {
63 this(0, candidate, stroke, new WnnPOS(), frequency, 0);
70 * @param stroke The reading of word
73 public WnnWord(String candidate, String stroke, WnnPOS posTag) {
74 this(0, candidate, stroke, posTag, 0, 0)
    [all...]
WnnClause.java 30 * @param stroke The reading of the clause
34 public WnnClause(String candidate, String stroke, WnnPOS posTag, int frequency) {
36 stroke,
44 * @param stroke The reading of the clause
47 public WnnClause (String stroke, WnnWord stem) {
50 stroke,
59 * @param stroke The reading of the clause
63 public WnnClause (String stroke, WnnWord stem, WnnWord fzk) {
66 stroke,
WnnSentence.java 42 this.stroke = "";
53 this.stroke = input;
68 this.stroke = input;
85 this.stroke = input;
103 this.stroke = prev.stroke + clause.stroke;
124 this.stroke = head.stroke;
134 this.stroke = head.stroke + tail.stroke
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrPath.h 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke)
24 fStroke(stroke),
28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
30 bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) {
31 return fSkPath == path && fStroke == stroke;
GrPath.cpp 10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) {
19 keyData[1] = stroke.needToApply();
21 keyData[1] |= stroke.getJoin() << 1;
22 keyData[1] |= stroke.getCap() << 3;
23 keyData[2] = static_cast<uint32_t>(stroke.getMiter());
24 keyData[3] = static_cast<uint32_t>(stroke.getWidth());
GrPathRenderer.h 82 * @param stroke the stroke information (width, join, cap).
85 const SkStrokeRec& stroke,
88 return this->onGetStencilSupport(path, stroke, target);
97 * @param stroke The stroke information (width, join, cap)
112 * @param stroke the stroke information (width, join, cap)
117 const SkStrokeRec& stroke,
121 SkASSERT(this->canDrawPath(path, stroke, target, antiAlias))
    [all...]
GrAAConvexPathRenderer.h 17 const SkStrokeRec& stroke,
23 const SkStrokeRec& stroke,
GrOvalRenderer.h 35 const SkRect& oval, const SkStrokeRec& stroke);
37 const SkRRect& rrect, const SkStrokeRec& stroke);
44 const SkStrokeRec& stroke);
47 const SkStrokeRec& stroke);
50 const SkStrokeRec& stroke);
GrStencilAndCoverPathRenderer.cpp 38 const SkStrokeRec& stroke,
41 return !stroke.isHairlineStyle() &&
55 const SkStrokeRec& stroke,
58 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
63 const SkStrokeRec& stroke,
67 SkASSERT(!stroke.isHairlineStyle());
72 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
  /external/skia/src/gpu/
GrPath.h 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke)
24 fStroke(stroke),
28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
30 bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) {
31 return fSkPath == path && fStroke == stroke;
GrPath.cpp 10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) {
19 keyData[1] = stroke.needToApply();
21 keyData[1] |= stroke.getJoin() << 1;
22 keyData[1] |= stroke.getCap() << 3;
23 keyData[2] = static_cast<uint32_t>(stroke.getMiter());
24 keyData[3] = static_cast<uint32_t>(stroke.getWidth());
GrPathRenderer.h 82 * @param stroke the stroke information (width, join, cap).
85 const SkStrokeRec& stroke,
88 return this->onGetStencilSupport(path, stroke, target);
97 * @param stroke The stroke information (width, join, cap)
112 * @param stroke the stroke information (width, join, cap)
117 const SkStrokeRec& stroke,
121 SkASSERT(this->canDrawPath(path, stroke, target, antiAlias))
    [all...]
GrAAConvexPathRenderer.h 19 const SkStrokeRec& stroke,
25 const SkStrokeRec& stroke,
GrOvalRenderer.h 35 const SkRect& oval, const SkStrokeRec& stroke);
37 const SkRRect& rrect, const SkStrokeRec& stroke);
44 const SkStrokeRec& stroke);
47 const SkStrokeRec& stroke);
50 const SkStrokeRec& stroke);
GrStencilAndCoverPathRenderer.cpp 38 const SkStrokeRec& stroke,
41 return !stroke.isHairlineStyle() &&
55 const SkStrokeRec& stroke,
58 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
63 const SkStrokeRec& stroke,
67 SkASSERT(!stroke.isHairlineStyle());
72 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.cpp 42 stroke = defaultStyle->stroke;
56 stroke.init();
67 stroke = other.stroke;
84 && stroke == other.stroke
96 || stroke != other->stroke
107 stroke = svgInheritParent->stroke
    [all...]
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
GrAndroidPathRenderer.h 17 const SkStrokeRec& stroke,
23 const SkStrokeRec& stroke,
  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.h 21 const SkStrokeRec& stroke,
27 const SkStrokeRec& stroke,
  /external/skia/experimental/AndroidPathRenderer/
GrAndroidPathRenderer.h 17 const SkStrokeRec& stroke,
23 const SkStrokeRec& stroke,
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.h 21 const SkStrokeRec& stroke,
27 const SkStrokeRec& stroke,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_state.c 53 /* Stroke parameters */
54 state->stroke.line_width.f = 1.0f;
55 state->stroke.line_width.i = 1;
56 state->stroke.cap_style = VG_CAP_BUTT;
57 state->stroke.join_style = VG_JOIN_MITER;
58 state->stroke.miter_limit.f = 4.0f;
59 state->stroke.miter_limit.i = 4;
60 state->stroke.dash_pattern_num = 0;
61 state->stroke.dash_phase.f = 0.0f;
62 state->stroke.dash_phase.i = 0
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.c 53 /* Stroke parameters */
54 state->stroke.line_width.f = 1.0f;
55 state->stroke.line_width.i = 1;
56 state->stroke.cap_style = VG_CAP_BUTT;
57 state->stroke.join_style = VG_JOIN_MITER;
58 state->stroke.miter_limit.f = 4.0f;
59 state->stroke.miter_limit.i = 4;
60 state->stroke.dash_pattern_num = 0;
61 state->stroke.dash_phase.f = 0.0f;
62 state->stroke.dash_phase.i = 0
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.css 79 stroke-width: 6;
84 stroke: brown;
86 stroke-width: 3;
91 stroke-width: 3;
97 stroke: black;
127 stroke: blue;
129 stroke-width: 7;
141 stroke-width: 5;
145 stroke-width: 7;
146 stroke: red
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.h 25 GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke);

Completed in 362 milliseconds

1 2 3 4 5 6 7 8 910