Home | History | Annotate | Download | only in core

Lines Matching refs:fType

78         Type getType() const { return fType; }
84 const SkPath& getPath() const { SkASSERT(kPath_Type == fType); return *fPath.get(); }
87 const SkRRect& getRRect() const { SkASSERT(kRRect_Type == fType); return fRRect; }
91 SkASSERT(kRect_Type == fType && (fRRect.isRect() || fRRect.isEmpty()));
124 switch (fType) {
143 switch (fType) {
162 return kPath_Type == fType && fPath.get()->isInverseFillType();
185 Type fType;
238 fType = kRect_Type;
246 fType = kRect_Type;
248 fType = kRRect_Type;