Home
last modified time | relevance | path

Searched defs:CropRect (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/include/effects/
H A DSkImageFilters.h48 struct CropRect : public std::optional<SkRect> { struct
49 CropRect() {} in CropRect() function
52 CropRect(const SkIRect& crop) : std::optional<SkRect>(SkRect::Make(crop)) {} in CropRect() function
53 CropRect(const SkRect& crop) : std::optional<SkRect>(crop) {} in CropRect() argument
54 CropRect(const std::optional<SkRect>& crop) : std::optional<SkRect>(crop) {} in CropRect() argument
55 CropRect(const std::nullopt_t&) : std::optional<SkRect>() {} in CropRect() argument
58 CropRect(std::nullptr_t) {} in CropRect() argument
59 CropRect(const SkIRect* optionalCrop) { in CropRect() function
64 CropRect(const SkRect* optionalCrop) { in CropRect() argument
/aosp_15_r20/external/rust/crabbyavif/src/utils/
Dclap.rs28 pub struct CropRect { struct
35 impl CropRect { implementation
/aosp_15_r20/external/rust/crabbyavif/include/avif/
Davif.h482 struct CropRect { struct
489 using avifCropRect = CropRect; argument
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h927 GLint CropRect[4]; /**< GL_OES_draw_texture */ member