Searched refs:filterImageDeprecated (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | ImageFilterTest.cpp | 325 filter->filterImageDeprecated(proxy, bitmap, ctx, in test_crop_rects() 372 positiveFilter->filterImageDeprecated(proxy, gradient, ctx, in test_negative_blur_sigma() 375 negativeFilter->filterImageDeprecated(proxy, gradient, ctx, in test_negative_blur_sigma() 381 positiveFilter->filterImageDeprecated(proxy, gradient, negativeCTX, in test_negative_blur_sigma() 384 negativeFilter->filterImageDeprecated(proxy, gradient, negativeCTX, in test_negative_blur_sigma() 675 REPORTER_ASSERT(reporter, merge->filterImageDeprecated(&proxy, bitmap, ctx, &result, &offset)); in DEF_TEST() 926 !imageFilter->filterImageDeprecated(&proxy, bitmap, ctx, &result, &offset)); in DEF_TEST() 1175 composedFilter->filterImageDeprecated(&proxy, bitmap, ctx, &result, &offset)); in DEF_TEST() 1194 filter->filterImageDeprecated(&proxy, bitmap, ctx, &result, &offset)); in DEF_TEST()
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 216 bool SkImageFilter::filterImageDeprecated(Proxy* proxy, const SkBitmap& src, in filterImageDeprecated() function in SkImageFilter 252 return input->filterImageDeprecated(proxy, src, this->mapContext(ctx), result, offset); in filterInputDeprecated() 493 if (input->filterImageDeprecated(proxy, src, this->mapContext(ctx), result, offset)) { in filterInputGPUDeprecated()
|
D | SkDevice.cpp | 418 if (filter->filterImageDeprecated(&proxy, bitmap, ctx, &dst, &offset)) { in drawBitmapAsSprite()
|
D | SkCanvas.cpp | 1403 if (filter->filterImageDeprecated(&proxy, src, ctx, &dst, &offset)) { in internalDrawDevice()
|
/external/skia/include/core/ |
D | SkImageFilter.h | 151 bool filterImageDeprecated(Proxy*, const SkBitmap& src, const Context&,
|
/external/skia/src/gpu/ |
D | GrLayerHoister.cpp | 311 if (!layer->filter()->filterImageDeprecated(&proxy, src, filterContext, in FilterLayer()
|