OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkStroke
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkStroke.h
30
/** \class
SkStroke
31
SkStroke
is the utility class that constructs paths by stroking
36
class
SkStroke
{
38
SkStroke
();
39
SkStroke
(const SkPaint&);
40
SkStroke
(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
/external/skia/src/core/
SkStroke.cpp
490
SkStroke
::
SkStroke
() {
498
SkStroke
::
SkStroke
(const SkPaint& p) {
506
SkStroke
::
SkStroke
(const SkPaint& p, SkScalar width) {
514
void
SkStroke
::setWidth(SkScalar width) {
519
void
SkStroke
::setMiterLimit(SkScalar miterLimit) {
524
void
SkStroke
::setCap(SkPaint::Cap cap) {
529
void
SkStroke
::setJoin(SkPaint::Join join)
[
all
...]
Completed in 329 milliseconds