Searched defs:SkShape (Results 1 - 2 of 2) sorted by relevance

/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/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...]

Completed in 761 milliseconds