Searched refs:SkShape (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/core/
H A DSkShape.cpp9 #include "SkShape.h"
14 static void inc_shape(const SkShape* s) {
18 static void dec_shape(const SkShape* s) {
29 void SkShape::draw(SkCanvas* canvas) {
35 void SkShape::drawXY(SkCanvas* canvas, SkScalar dx, SkScalar dy) {
42 void SkShape::drawMatrix(SkCanvas* canvas, const SkMatrix& matrix) {
51 SkShape::SkShape() { function in class:SkShape
55 SkShape::~SkShape() {
59 SkShape::SkShape(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) { function in class:SkShape
[all...]
/external/skia/include/core/
H A DSkShape.h17 class SkShape : public SkFlattenable { class in inherits:SkFlattenable
19 SkShape();
20 virtual ~SkShape();
46 SkShape(SkFlattenableReadBuffer&);
/external/skia/include/effects/
H A DSkGroupShape.h12 #include "SkShape.h"
74 class SkGroupShape : public SkShape {
86 SkShape* getShape(int index, SkMatrixRef** = NULL) const;
105 void addShape(int index, SkShape*, SkMatrixRef* = NULL);
107 void addShape(int index, SkShape* shape, const SkMatrix& matrix) {
115 SkShape* appendShape(SkShape* shape, SkMatrixRef* mr = NULL) {
120 SkShape* appendShape(SkShape* shape, const SkMatrix& matrix) {
151 SkShape* fShap
[all...]
H A DSkRectShape.h11 #include "SkShape.h"
15 class SkPaintShape : public SkShape {
31 typedef SkShape INHERITED;
/external/skia/src/ports/
H A DSkGlobalInitialization_default.cpp20 #include "SkShape.h"
27 SkShape::Init();
/external/skia/src/effects/
H A DSkGroupShape.cpp20 SkShape* SkGroupShape::getShape(int index, SkMatrixRef** mr) const {
31 void SkGroupShape::addShape(int index, SkShape* shape, SkMatrixRef* mr) {
76 SkShape* shape = rec->fShape;
114 SkShape* shape = reinterpret_cast<SkShape*>(buffer.readFlattenable());
/external/skia/gm/
H A Dshapes.cpp22 static SkShape* make_shape0(bool red) {
31 static SkShape* make_shape1() {
38 static SkShape* make_shape2() {
/external/skia/samplecode/
H A DSampleShapes.cpp27 static SkShape* make_shape0(bool red) {
37 static SkShape* make_shape1() {
45 static SkShape* make_shape2() {
/external/skia/
H A DAndroid.mk148 src/core/SkShape.cpp \

Completed in 111 milliseconds