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

  /external/skia/src/core/
SkDeviceImageFilterProxy.h 37 virtual bool filterImage(const SkImageFilter* filter, const SkBitmap& src,
40 return fDevice->filterImage(filter, src, ctx, result, offset);
SkMatrixImageFilter.cpp 56 if (getInput(0) && !getInput(0)->filterImage(proxy, source, ctx, &src, &srcOffset)) {
SkImageFilter.cpp 172 bool SkImageFilter::filterImage(Proxy* proxy, const SkBitmap& src,
188 if ((proxy && proxy->filterImage(this, src, context, result, offset)) ||
392 // Ensure that GrContext calls under filterImage and filterImageGPU below will see an identity
400 if (this->filterImage(proxy, src, ctx, result, offset)) {
SkCanvas.cpp     [all...]
  /external/skia/src/effects/
SkComposeImageFilter.cpp 36 if (!inner->filterImage(proxy, src, ctx, &tmp, &innerOffset))
42 if (!outer->filterImage(proxy, tmp, outerContext, result, &outerOffset)) {
SkOffsetImageFilter.cpp 29 if (input && !input->filterImage(proxy, source, ctx, &src, &srcOffset)) {
40 if (input && !input->filterImage(proxy, source, ctx, &src, &srcOffset)) {
SkColorFilterImageFilter.cpp 64 if (getInput(0) && !getInput(0)->filterImage(proxy, source, ctx, &src, &srcOffset)) {
SkXfermodeImageFilter.cpp 55 !backgroundInput->filterImage(proxy, src, ctx, &background, &backgroundOffset)) {
60 !foregroundInput->filterImage(proxy, src, ctx, &foreground, &foregroundOffset)) {
SkMergeImageFilter.cpp 87 if (!filter->filterImage(proxy, src, ctx, &tmp, &pos)) {
SkTileImageFilter.cpp 33 if (input && !input->filterImage(proxy, src, ctx, &source, &srcOffset)) {
SkDropShadowImageFilter.cpp 62 if (getInput(0) && !getInput(0)->filterImage(proxy, source, ctx, &src, &srcOffset))
SkBlurImageFilter.cpp 152 if (getInput(0) && !getInput(0)->filterImage(proxy, source, ctx, &src, &srcOffset)) {
SkDisplacementMapEffect.cpp 218 if ((colorInput && !colorInput->filterImage(proxy, src, ctx, &color, &colorOffset)) ||
219 (displInput && !displInput->filterImage(proxy, src, ctx, &displ, &displOffset))) {
SkMatrixConvolutionImageFilter.cpp 272 if (getInput(0) && !getInput(0)->filterImage(proxy, source, ctx, &src, &srcOffset)) {
SkMorphologyImageFilter.cpp 140 if (getInput(0) && !getInput(0)->filterImage(proxy, source, ctx, &src, &srcOffset)) {
SkLightingImageFilter.cpp     [all...]
  /external/skia/include/core/
SkImageFilter.h 89 virtual bool filterImage(const SkImageFilter*, const SkBitmap& src,
108 bool filterImage(Proxy*, const SkBitmap& src, const Context&,
SkDevice.h 263 * filter to drawSprite and drawDevice (and potentially filterImage).
276 virtual bool filterImage(const SkImageFilter*, const SkBitmap&,
  /external/skia/src/gpu/
SkGpuDevice.h 130 virtual bool filterImage(const SkImageFilter*, const SkBitmap&,
GrLayerHoister.cpp 318 if (!layer->filter()->filterImage(&proxy, src, filterContext, &filteredBitmap, &offset)) {
SkGpuDevice.cpp     [all...]
  /external/skia/tests/
ImageFilterTest.cpp 320 REPORTER_ASSERT_MESSAGE(reporter, filter->filterImage(&proxy, bitmap, ctx,
371 positiveFilter->filterImage(&proxy, gradient, ctx, &positiveResult1, &offset);
372 negativeFilter->filterImage(&proxy, gradient, ctx, &negativeResult1, &offset);
376 positiveFilter->filterImage(&proxy, gradient, negativeCTX, &negativeResult2, &offset);
377 negativeFilter->filterImage(&proxy, gradient, negativeCTX, &positiveResult2, &offset);
    [all...]
  /external/skia/gm/
imagefiltersgraph.cpp 45 if (input && !input->filterImage(proxy, src, ctx, &source, &srcOffset)) {
  /external/skia/src/utils/
SkDeferredCanvas.cpp 261 bool filterImage(const SkImageFilter*, const SkBitmap&,
    [all...]

Completed in 689 milliseconds