Home
last modified time | relevance | path

Searched refs:scaleSelf (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/ui/tests/
DRect_test.cpp165 rect.scaleSelf(2.f, 3.f); in TEST()
171 rect.scaleSelf(2.f - kError, 3.f - kError); in TEST()
/frameworks/native/libs/ui/include/ui/
DRect.h210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf() function
DRegion.h93 Region& scaleSelf(float sx, float sy);
/frameworks/native/include/ui/
DRect.h210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf() function
DRegion.h93 Region& scaleSelf(float sx, float sy);
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf() function
DRegion.h93 Region& scaleSelf(float sx, float sy);
/frameworks/native/libs/ui/
DRegion.cpp366 Region& Region::scaleSelf(float sx, float sy) { in scaleSelf() function in android::Region