HomeSort by relevance Sort by last modified time
    Searched defs:SkRectShape (Results 1 - 2 of 2) sorted by null

  /external/skia/include/effects/
SkRectShape.h 34 class SkRectShape : public SkPaintShape {
36 SkRectShape();
53 SkRectShape(SkFlattenableReadBuffer&);
  /external/skia/src/effects/
SkRectShape.cpp 10 #include "SkRectShape.h"
17 SkRectShape::SkRectShape() {
22 void SkRectShape::setRect(const SkRect& bounds) {
27 void SkRectShape::setOval(const SkRect& bounds) {
32 void SkRectShape::setCircle(SkScalar cx, SkScalar cy, SkScalar radius) {
37 void SkRectShape::setRRect(const SkRect& bounds, SkScalar rx, SkScalar ry) {
51 void SkRectShape::onDraw(SkCanvas* canvas) {
63 SkFlattenable::Factory SkRectShape::getFactory() {
67 void SkRectShape::flatten(SkFlattenableWriteBuffer& buffer)
    [all...]

Completed in 285 milliseconds