HomeSort by relevance Sort by last modified time
    Searched defs:CropRect (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkImageFilter.h 75 class CropRect {
84 CropRect() {}
85 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge)
94 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not
101 * so the matrix is ignored for those. It is only applied the croprect's bounds.
177 const CropRect* cropRect = nullptr);
212 CropRect getCropRect() const { return fCropRect; }
248 * Attempt to unflatten the cropRect and the expected number of input filters
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 4849 milliseconds