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

  /external/chromium_org/third_party/skia/include/core/
SkImageFilter.h 34 class CropRect {
43 CropRect() {}
44 explicit CropRect(const SkRect& rect, uint32_t flags = kHasAll_CropEdge) : fRect(rect), fFlags(flags) {}
198 * Attempt to unflatten the cropRect and the expected number of input filters.
207 const CropRect& cropRect() const { return fCropRect; }
221 CropRect fCropRect;
229 SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect = NULL, uint32_t uniqueID = 0);
316 CropRect fCropRect
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 2510 milliseconds