Home
last modified time | relevance | path

Searched refs:filterImageDeprecated (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DImageFilterTest.cpp325 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/
DSkImageFilter.cpp216 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()
DSkDevice.cpp418 if (filter->filterImageDeprecated(&proxy, bitmap, ctx, &dst, &offset)) { in drawBitmapAsSprite()
DSkCanvas.cpp1403 if (filter->filterImageDeprecated(&proxy, src, ctx, &dst, &offset)) { in internalDrawDevice()
/external/skia/include/core/
DSkImageFilter.h151 bool filterImageDeprecated(Proxy*, const SkBitmap& src, const Context&,
/external/skia/src/gpu/
DGrLayerHoister.cpp311 if (!layer->filter()->filterImageDeprecated(&proxy, src, filterContext, in FilterLayer()