OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkStroke
(Results
1 - 7
of
7
) 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
...]
core_files.mk
94
SkStroke
.cpp \
SkPathEffect.cpp
73
#include "
SkStroke
.h"
101
SkStroke
stroke;
SkScalerContext.cpp
27
#include "
SkStroke
.h"
562
SkStroke
stroker;
SkPaint.cpp
28
#include "
SkStroke
.h"
[
all
...]
/external/skia/
Android.mk
175
src/core/
SkStroke
.cpp \
Completed in 1982 milliseconds