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

  /external/skia/src/effects/
SkComposeImageFilter.cpp 41 innerClipBounds = this->getInput(0)->filterBounds(ctx.clipBounds(), ctx.ctm());
81 return outer->filterBounds(inner->filterBounds(src, ctm, direction), ctm, direction);
SkXfermodeImageFilter.cpp 189 return this->getInput(0) ? this->getInput(0)->filterBounds(src, ctm, direction) : src;
192 return this->getInput(1) ? this->getInput(1)->filterBounds(src, ctm, direction) : src;
SkArithmeticImageFilter.cpp 223 auto i2 = this->getInput(0) ? this->getInput(0)->filterBounds(src, ctm, direction) : src;
224 auto i1 = this->getInput(1) ? this->getInput(1)->filterBounds(src, ctm, direction) : src;
SkDisplacementMapEffect.cpp 397 return this->getColorInput()->filterBounds(src, ctm, direction);
  /external/skqp/src/effects/
SkComposeImageFilter.cpp 41 innerClipBounds = this->getInput(0)->filterBounds(ctx.clipBounds(), ctx.ctm());
81 return outer->filterBounds(inner->filterBounds(src, ctm, direction), ctm, direction);
SkXfermodeImageFilter.cpp 189 return this->getInput(0) ? this->getInput(0)->filterBounds(src, ctm, direction) : src;
192 return this->getInput(1) ? this->getInput(1)->filterBounds(src, ctm, direction) : src;
SkArithmeticImageFilter.cpp 223 auto i2 = this->getInput(0) ? this->getInput(0)->filterBounds(src, ctm, direction) : src;
224 auto i1 = this->getInput(1) ? this->getInput(1)->filterBounds(src, ctm, direction) : src;
SkDisplacementMapEffect.cpp 397 return this->getColorInput()->filterBounds(src, ctm, direction);
  /external/skia/src/core/
SkLocalMatrixImageFilter.cpp 57 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(matrix, fLocalM), direction);
SkImageFilter.cpp 251 SkIRect SkImageFilter::filterBounds(const SkIRect& src, const SkMatrix& ctm,
468 SkIRect rect = filter ? filter->filterBounds(src, ctm, direction) : src;
SkCanvas.cpp     [all...]
  /external/skqp/src/core/
SkLocalMatrixImageFilter.cpp 57 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(matrix, fLocalM), direction);
SkImageFilter.cpp 251 SkIRect SkImageFilter::filterBounds(const SkIRect& src, const SkMatrix& ctm,
468 SkIRect rect = filter ? filter->filterBounds(src, ctm, direction) : src;
SkCanvas.cpp     [all...]
  /external/skia/tests/
ImageFilterTest.cpp     [all...]
  /external/skqp/tests/
ImageFilterTest.cpp     [all...]
  /external/skia/include/core/
SkImageFilter.h 161 SkIRect filterBounds(const SkIRect& src, const SkMatrix& ctm,
324 * argument), calls filterBounds() with the given map direction on each,
331 * onFilterNodeBounds()); that is handled by filterBounds().
  /external/skqp/include/core/
SkImageFilter.h 161 SkIRect filterBounds(const SkIRect& src, const SkMatrix& ctm,
324 * argument), calls filterBounds() with the given map direction on each,
331 * onFilterNodeBounds()); that is handled by filterBounds().
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 633 milliseconds