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 71 class CropRect {
80 CropRect() {}
81 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge)
90 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not
94 * so the matrix is ignored for those. It is only applied the croprect's bounds.
245 CropRect getCropRect() const { return fCropRect; }
288 * Attempt to unflatten the cropRect and the expected number of input filters.
297 const CropRect& cropRect() const { return fCropRect;
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 329 milliseconds