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/chromium_org/third_party/skia/src/core/
SkStroke.h
15
/** \class
SkStroke
16
SkStroke
is the utility class that constructs paths by stroking
21
class
SkStroke
{
23
SkStroke
();
24
SkStroke
(const SkPaint&);
25
SkStroke
(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
SkStrokeRec.cpp
90
#include "
SkStroke
.h"
97
SkStroke
stroker;
SkStroke.cpp
476
SkStroke
::
SkStroke
() {
484
SkStroke
::
SkStroke
(const SkPaint& p) {
492
SkStroke
::
SkStroke
(const SkPaint& p, SkScalar width) {
500
void
SkStroke
::setWidth(SkScalar width) {
505
void
SkStroke
::setMiterLimit(SkScalar miterLimit) {
510
void
SkStroke
::setCap(SkPaint::Cap cap) {
515
void
SkStroke
::setJoin(SkPaint::Join join)
[
all
...]
/external/skia/src/core/
SkStroke.h
15
/** \class
SkStroke
16
SkStroke
is the utility class that constructs paths by stroking
21
class
SkStroke
{
23
SkStroke
();
24
SkStroke
(const SkPaint&);
25
SkStroke
(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
SkStrokeRec.cpp
90
#include "
SkStroke
.h"
97
SkStroke
stroker;
SkStroke.cpp
476
SkStroke
::
SkStroke
() {
484
SkStroke
::
SkStroke
(const SkPaint& p) {
492
SkStroke
::
SkStroke
(const SkPaint& p, SkScalar width) {
500
void
SkStroke
::setWidth(SkScalar width) {
505
void
SkStroke
::setMiterLimit(SkScalar miterLimit) {
510
void
SkStroke
::setCap(SkPaint::Cap cap) {
515
void
SkStroke
::setJoin(SkPaint::Join join)
[
all
...]
/external/skia/
Android.mk
198
src/core/
SkStroke
.cpp \
Completed in 47 milliseconds