Home | History | Annotate | Download | only in core

Lines Matching defs:rtype

812     RectType rtype;
824 rtype = kPath_RectType;
826 rtype = kFill_RectType;
828 rtype = kHair_RectType;
830 rtype = kStroke_RectType;
832 rtype = kPath_RectType;
834 return rtype;
854 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
856 if (kPath_RectType == rtype) {
901 switch (rtype) {
924 SkDEBUGFAIL("bad rtype");