HomeSort by relevance Sort by last modified time
    Searched refs:applyCropRect (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkImageFilter.h 164 bool applyCropRect(SkIRect* rect) const;
  /external/skia/include/core/
SkImageFilter.h 164 bool applyCropRect(SkIRect* rect) const;
  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 119 if (!this->applyCropRect(&bounds)) {
155 bool SkImageFilter::applyCropRect(SkIRect* rect) const {
  /external/skia/src/core/
SkImageFilter.cpp 119 if (!this->applyCropRect(&bounds)) {
155 bool SkImageFilter::applyCropRect(SkIRect* rect) const {
  /external/chromium_org/third_party/skia/src/effects/
SkColorFilterImageFilter.cpp 110 if (!this->applyCropRect(&bounds)) {
SkBlurImageFilter.cpp 161 if (!this->applyCropRect(&srcBounds)) {
219 if (!this->applyCropRect(&rect)) {
SkLightingImageFilter.cpp     [all...]
  /external/skia/src/effects/
SkColorFilterImageFilter.cpp 110 if (!this->applyCropRect(&bounds)) {
SkBlurImageFilter.cpp 161 if (!this->applyCropRect(&srcBounds)) {
219 if (!this->applyCropRect(&rect)) {
SkLightingImageFilter.cpp     [all...]

Completed in 396 milliseconds