Home | History | Annotate | Download | only in filters

Lines Matching refs:dstRect

185     FloatRect dstRect = filterPrimitiveSubregion();
197 transform = makeMapBetweenRects(FloatRect(FloatPoint(), viewportSize), dstRect);
199 transform.translate(dstRect.x(), dstRect.y());
207 context->beginRecording(FloatRect(FloatPoint(), dstRect.size()));
212 RefPtr<SkImageFilter> result = adoptRef(SkPictureImageFilter::Create(displayList->picture(), dstRect));
228 FloatRect dstRect = filterPrimitiveSubregion();
232 if (dstRect.isEmpty())
233 dstRect = srcRect;
235 m_preserveAspectRatio->transformRect(dstRect, srcRect);
240 RefPtr<SkImageFilter> result = adoptRef(SkBitmapSource::Create(m_image->nativeImageForCurrentFrame()->bitmap(), srcRect, dstRect));