OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stroked
(Results
1 - 25
of
48
) sorted by null
1
2
/external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.h
21
* This class wraps helper functions that draw ovals and roundrects (filled &
stroked
)
GrAARectRenderer.h
21
* This class wraps helper functions that draw AA rects (filled &
stroked
)
GrOvalRenderer.cpp
298
* specified as a 2D offset from center for both the outer and inner paths (if
stroked
). The
[
all
...]
/external/skia/src/gpu/
GrOvalRenderer.h
21
* This class wraps helper functions that draw ovals and roundrects (filled &
stroked
)
GrAARectRenderer.h
21
* This class wraps helper functions that draw AA rects (filled &
stroked
)
GrOvalRenderer.cpp
298
* specified as a 2D offset from center for both the outer and inner paths (if
stroked
). The
[
all
...]
/external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h
37
Note: only affects
stroked
paths.
/external/skia/include/effects/
SkDashPathEffect.h
37
Note: only affects
stroked
paths.
/external/skia/bench/
StrokeBench.cpp
53
// Test drawing a small
stroked
version to see the effect of special-casing
AAClipBench.cpp
223
// evenodd means we've constructed basically a
stroked
circle
/external/skia/gm/
samplerstress.cpp
129
// Now draw
stroked
versions of the "M" and the round rect so we can
skbug1719.cpp
20
* The correct image should look like a thin
stroked
round rect.
shadertext2.cpp
197
static const char kStrokeLabel[] = "
Stroked
";
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp
128
// Spec(11.4): Any zero length subpath shall not be
stroked
if the "stroke-linecap" property has a value of butt
129
// but shall be
stroked
if the "stroke-linecap" property has a value of round or square
SVGInlineTextBox.cpp
323
// Spec: All text decorations except line-through should be drawn before the text is filled and
stroked
; thus, the text is rendered on top of these decorations.
355
// Spec: Line-through should be drawn after the text is filled and
stroked
; thus, the line-through is rendered on top of the text.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.c
74
}
stroked
;
member in struct:path
234
if (p->
stroked
.path)
235
path_destroy(p->
stroked
.path);
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
path.c
74
}
stroked
;
member in struct:path
234
if (p->
stroked
.path)
235
path_destroy(p->
stroked
.path);
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/
ftstroke.h
39
* Generating bordered and
stroked
glyphs.
42
* This component generates
stroked
outlines of a given vectorial
596
* contours necessary to export all points/borders from the
stroked
/external/freetype/include/freetype/
ftstroke.h
39
* Generating bordered and
stroked
glyphs.
42
* This component generates
stroked
outlines of a given vectorial
596
* contours necessary to export all points/borders from the
stroked
/external/sonivox/docs/JET_Authoring_Guidelines_files/
header.htm
135
path="m@4@5l@4@11@9@11@9@5xe" filled="f"
stroked
="f">
/external/chromium_org/third_party/skia/include/core/
SkPaint.h
330
then
stroked
.
448
of
stroked
lines and paths are treated.
[
all
...]
/external/skia/include/core/
SkPaint.h
330
then
stroked
.
448
of
stroked
lines and paths are treated.
[
all
...]
/external/sonivox/docs/JET_Creator_User_Manual_files/
header.htm
145
path="m@4@5l@4@11@9@11@9@5xe" filled="f"
stroked
="f">
/external/chromium_org/skia/ext/
vector_canvas_unittest.cc
533
//
Stroked
Circle.
556
//
Stroked
Circle over.
/frameworks/base/graphics/java/android/graphics/
Paint.java
329
* The Style specifies if the primitive being drawn is filled,
stroked
, or
339
* Geometry and text drawn with this style will be
stroked
, respecting
345
*
stroked
at the same time, respecting the stroke-related fields on
360
*
stroked
lines and paths. The default is BUTT.
386
* join on a
stroked
path. The default is MITER.
873
* Return the paint's Cap, controlling how the start and end of
stroked
[
all
...]
Completed in 776 milliseconds
1
2