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

  /external/skia/src/gpu/
GrShape.h 20 * It is possible to apply the style to the GrShape to produce a new GrShape where the geometry
35 class GrShape {
41 GrShape() { this->initType(Type::kEmpty); }
43 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {}
45 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {}
47 explicit GrShape(const SkRect& rect) : GrShape(rect, GrStyle::SimpleFill()) {
    [all...]
GrShape.cpp 8 #include "GrShape.h"
10 GrShape& GrShape::operator=(const GrShape& that) {
32 SkRect GrShape::bounds() const {
66 SkRect GrShape::styledBounds() const {
78 if (verbCnt > GrShape::kMaxKeyFromDataVerbCnt) {
98 SkASSERT(verbCnt <= GrShape::kMaxKeyFromDataVerbCnt);
118 int GrShape::unstyledKeySize() const {
150 void GrShape::writeUnstyledKey(uint32_t* key) const
    [all...]

Completed in 96 milliseconds