D | DetermineDomainModeTest.cpp | 194 static const SkRect* generic_inset(const RectInfo& enclosing, in generic_inset() argument 202 SkRect newR = enclosing.rect(); in generic_inset() 204 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft); in generic_inset() 214 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop); in generic_inset() 224 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight); in generic_inset() 234 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); in generic_inset() 249 static const SkRect* left_only(const RectInfo& enclosing, in left_only() argument 256 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in left_only() 262 static const SkRect* top_only(const RectInfo& enclosing, in top_only() argument 269 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in top_only() [all …]
|