HomeSort by relevance Sort by last modified time
    Searched full:backgroundoffset (Results 1 - 1 of 1) sorted by null

  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 50 SkIPoint backgroundOffset = SkIPoint::Make(0, 0);
51 if (!this->filterInputDeprecated(0, proxy, src, ctx, &background, &backgroundOffset)) {
67 backgroundSrcBounds.offset(backgroundOffset);
85 canvas.drawBitmap(background, SkIntToScalar(backgroundOffset.fX),
86 SkIntToScalar(backgroundOffset.fY), &paint);
136 SkIPoint backgroundOffset = SkIPoint::Make(0, 0);
137 if (!this->filterInputGPUDeprecated(0, proxy, src, ctx, &background, &backgroundOffset)) {
159 SkIRect bounds = background.bounds().makeOffset(backgroundOffset.x(), backgroundOffset.y());
181 backgroundMatrix.preTranslate(SkIntToScalar(-backgroundOffset.fX)
    [all...]

Completed in 2663 milliseconds