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 76 class CropRect {
85 CropRect() {}
86 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge)
95 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not
102 * so the matrix is ignored for those. It is only applied the croprect's bounds.
211 CropRect getCropRect() const { return fCropRect; }
247 * Attempt to unflatten the cropRect and the expected number of input filters.
256 const CropRect& cropRect() const { return fCropRect;
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1004 GLint CropRect[4]; /**< GL_OES_draw_texture */
    [all...]

Completed in 64 milliseconds