Searched defs:CropRect (Results 1 – 4 of 4) sorted by relevance
48 struct CropRect : public std::optional<SkRect> { struct49 CropRect() {} in CropRect() function52 CropRect(const SkIRect& crop) : std::optional<SkRect>(SkRect::Make(crop)) {} in CropRect() function53 CropRect(const SkRect& crop) : std::optional<SkRect>(crop) {} in CropRect() argument54 CropRect(const std::optional<SkRect>& crop) : std::optional<SkRect>(crop) {} in CropRect() argument55 CropRect(const std::nullopt_t&) : std::optional<SkRect>() {} in CropRect() argument58 CropRect(std::nullptr_t) {} in CropRect() argument59 CropRect(const SkIRect* optionalCrop) { in CropRect() function64 CropRect(const SkRect* optionalCrop) { in CropRect() argument
28 pub struct CropRect { struct35 impl CropRect { implementation
482 struct CropRect { struct489 using avifCropRect = CropRect; argument
927 GLint CropRect[4]; /**< GL_OES_draw_texture */ member