Home
last modified time | relevance | path

Searched defs:mapRect (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/graphite/geom/
DTransform.cpp241 Rect Transform::mapRect(const Rect& rect) const { in mapRect() function in skgpu::graphite::Transform
/external/skia/src/core/
DSkImageFilterTypes.cpp441 LayerSpace<SkRect> LayerSpace<SkMatrix>::mapRect(const LayerSpace<SkRect>& r) const { in mapRect() function in skif::LayerSpace
447 LayerSpace<SkIRect> LayerSpace<SkMatrix>::mapRect(const LayerSpace<SkIRect>& r) const { in mapRect() function in skif::LayerSpace
DSkMatrix.cpp1141 bool SkMatrix::mapRect(SkRect* dst, const SkRect& src, SkApplyPerspectiveClip pc) const { in mapRect() function in SkMatrix
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyMatrix.java312 protected boolean mapRect(RectF destination, RectF source) { in mapRect() method in ShadowLegacyMatrix