Searched refs:affineAndPerspective (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | Matrix44Test.cpp | 411 SkMatrix44 affineAndPerspective(SkMatrix44::kIdentity_Constructor); in test_invert() local 412 affineAndPerspective.setDouble(3, 2, 1.0); in test_invert() 413 affineAndPerspective.preScale(10, 20, 100); in test_invert() 414 affineAndPerspective.preTranslate(2, 3, 4); in test_invert() 415 affineAndPerspective.invert(&inverse); in test_invert()
|
/external/skia/tests/ |
D | Matrix44Test.cpp | 411 SkMatrix44 affineAndPerspective(SkMatrix44::kIdentity_Constructor); in test_invert() local 412 affineAndPerspective.setDouble(3, 2, 1.0); in test_invert() 413 affineAndPerspective.preScale(10, 20, 100); in test_invert() 414 affineAndPerspective.preTranslate(2, 3, 4); in test_invert() 415 affineAndPerspective.invert(&inverse); in test_invert()
|