Searched refs:MapRect (Results 1 – 16 of 16) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 113 if (!MapRect(&rect)) in GetMargins() 127 if (!MapRect(&rect)) in Units_To_Pixels_X()
|
D | Dialog.h | 68 bool MapRect(LPRECT rect) in MapRect() function
|
/external/libchrome/ui/gfx/geometry/ |
D | axis_transform2d_unittest.cc | 21 EXPECT_EQ(RectF(191.25f, 180.f, 28.125f, 46.875f), t.MapRect(r)); in TEST()
|
D | axis_transform2d.h | 66 RectF MapRect(const RectF& r) const { in MapRect() function
|
/external/skia/src/core/ |
D | SkClipStackDevice.cpp | 56 SkRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)); in onReplaceClip()
|
D | SkMatrixPriv.h | 180 static SkRect MapRect(const SkM44& m, const SkRect& r);
|
D | SkDevice.cpp | 586 SkIRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)).round(); in onReplaceClip() 613 : SkMatrixPriv::MapRect(transform, bounds); in op()
|
D | SkDevice.h | 89 *bounds = SkMatrixPriv::MapRect(fDeviceToGlobal, SkRect::Make(this->bounds())).roundOut(); in getGlobalBounds()
|
D | SkM44.cpp | 214 SkRect SkMatrixPriv::MapRect(const SkM44& m, const SkRect& src) { in MapRect() function in SkMatrixPriv
|
D | SkBitmapDevice.cpp | 660 SkRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)); in onReplaceClip()
|
D | SkCanvas.cpp | 1723 SkRect devRect = SkMatrixPriv::MapRect(fMCRec->fMatrix, src); in quickReject() 1777 SkMatrixPriv::MapRect(dev->deviceToGlobal(), SkRect::Make(dev->devClipBounds())); in computeDeviceClipBounds()
|
/external/skia/bench/ |
D | Matrix44Bench.cpp | 225 fD = SkMatrixPriv::MapRect(fM, fS); in performTest()
|
/external/skia/tests/ |
D | M44Test.cpp | 274 SkRect actual = SkMatrixPriv::MapRect(m, src); in DEF_TEST() 377 SkRect out = SkMatrixPriv::MapRect(m, rect); in DEF_TEST()
|
/external/skia/src/gpu/graphite/geom/ |
D | Transform.cpp | 22 return SkMatrixPriv::MapRect(m, r.asSkRect()); in map_rect()
|
/external/skia/src/gpu/ganesh/ |
D | Device_v1.h | 204 SkRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)); in onReplaceClip()
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 3642 #ifndef MapRect in Qd_MapRect() 3643 PyMac_PRECHECK(MapRect); in Qd_MapRect() 3650 MapRect(&r, in Qd_MapRect()
|