Home
last modified time | relevance | path

Searched refs:localContentRect (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp178 const SkRect localContentRect = SkRect::MakeLTRB(100.f, 20.f, 180.f, 140.f); variable
184 canvas->saveLayer(&localContentRect, &blurPaint);
185 canvas->drawImageRect(fImage.get(), localContentRect, localContentRect,
191 SkIRect target = ctm.mapRect(localContentRect).roundOut();
197 skif::ParameterSpace<SkRect> contentBounds(localContentRect);
198 skif::ParameterSpace<SkPoint> contentCenter({localContentRect.centerX(),
199 localContentRect.centerY()});
211 draw_scale_factors(canvas, mapping, localContentRect);
213 // The device content rect, e.g. the clip bounds if 'localContentRect' wer
[all...]

Completed in 1 milliseconds