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

  /external/skia/include/core/
SkImageFilter.h 90 class CropRect {
99 CropRect() {}
100 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge)
106 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not
113 * so the matrix is ignored for those. It is only applied the croprect's bounds.
227 CropRect getCropRect() const { return fCropRect; }
276 * Attempt to unflatten the cropRect and the expected number of input filters.
285 const CropRect& cropRect() const { return fCropRect;
    [all...]
  /external/skqp/include/core/
SkImageFilter.h 90 class CropRect {
99 CropRect() {}
100 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge)
106 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not
113 * so the matrix is ignored for those. It is only applied the croprect's bounds.
227 CropRect getCropRect() const { return fCropRect; }
276 * Attempt to unflatten the cropRect and the expected number of input filters.
285 const CropRect& cropRect() const { return fCropRect;
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1032 GLint CropRect[4]; /**< GL_OES_draw_texture */
    [all...]

Completed in 223 milliseconds