Home
last modified time | relevance | path

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

/external/skia/include/effects/
DSkImageFilters.h47 struct CropRect : public std::optional<SkRect> { struct
48 CropRect() {} in CropRect() argument
51 CropRect(const SkIRect& crop) : std::optional<SkRect>(SkRect::Make(crop)) {} in CropRect() function
52 CropRect(const SkRect& crop) : std::optional<SkRect>(crop) {} in CropRect() argument
53 CropRect(const std::optional<SkRect>& crop) : std::optional<SkRect>(crop) {} in CropRect() argument
54 CropRect(const std::nullopt_t&) : std::optional<SkRect>() {} in CropRect() function
57 CropRect(std::nullptr_t) {} in CropRect() function
58 CropRect(const SkIRect* optionalCrop) { in CropRect() function
63 CropRect(const SkRect* optionalCrop) { in CropRect() function
/external/mesa3d/src/mesa/main/
Dmtypes.h928 GLint CropRect[4]; /**< GL_OES_draw_texture */ member