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

  /external/skia/include/core/
SkImageFilter.h 312 bool applyCropRect(const Context&, const SkBitmap& src, const SkIPoint& srcOffset,
323 bool applyCropRect(const Context&, Proxy* proxy, const SkBitmap& src, SkIPoint* srcOffset,
  /external/skia/src/effects/
SkColorFilterImageFilter.cpp 69 if (!this->applyCropRect(ctx, src, srcOffset, &bounds)) {
SkRectShaderImageFilter.cpp 57 if (!this->applyCropRect(ctx, source, SkIPoint::Make(0, 0), &bounds)) {
SkXfermodeImageFilter.cpp 65 if (!applyCropRect(ctx, foreground, foregroundOffset, &foregroundBounds)) {
69 if (!applyCropRect(ctx, background, backgroundOffset, &bounds)) {
SkMergeImageFilter.cpp 66 if (!this->applyCropRect(ctx, src, SkIPoint::Make(0, 0), &bounds)) {
SkOffsetImageFilter.cpp 45 if (!this->applyCropRect(ctx, src, srcOffset, &bounds)) {
SkBlurImageFilter.cpp 161 if (!this->applyCropRect(ctx, proxy, src, &srcOffset, &srcBounds, &src)) {
266 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &rect, &input)) {
SkDisplacementMapEffect.cpp 229 if (!this->applyCropRect(ctx, color, colorOffset, &bounds)) {
233 if (!this->applyCropRect(ctx, proxy, displ, &displOffset, &displBounds, &displ)) {
411 if (!this->applyCropRect(ctx, colorBM, colorOffset, &bounds)) {
415 if (!this->applyCropRect(ctx, proxy, displacementBM,
SkDropShadowImageFilter.cpp 66 if (!this->applyCropRect(ctx, src, srcOffset, &bounds)) {
SkMorphologyImageFilter.cpp 149 if (!this->applyCropRect(ctx, proxy, src, &srcOffset, &bounds, &src)) {
716 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) {
SkMatrixConvolutionImageFilter.cpp 281 if (!this->applyCropRect(ctx, proxy, src, &srcOffset, &bounds, &src)) {
SkLightingImageFilter.cpp 354 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) {
    [all...]
  /external/skia/src/core/
SkImageFilter.cpp 247 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) {
289 bool SkImageFilter::applyCropRect(const Context& ctx, const SkBitmap& src,
309 bool SkImageFilter::applyCropRect(const Context& ctx, Proxy* proxy, const SkBitmap& src,
  /external/skia/gm/
imagefiltersgraph.cpp 50 if (!this->applyCropRect(ctx, proxy, source, &srcOffset, &bounds, &source)) {

Completed in 215 milliseconds