• Home
  • Raw
  • Download

Lines Matching refs:FloatRect

156         mLayerFEState.geomLayerBounds = FloatRect{0.f, 0.f, 1920.f, 1080.f};  in OutputLayerSourceCropTest()
164 FloatRect calculateOutputSourceCrop() { in calculateOutputSourceCrop()
174 const FloatRect expected{}; in TEST_F()
179 const FloatRect expected{0.f, 0.f, 1920.f, 1080.f}; in TEST_F()
184 mLayerFEState.geomLayerBounds = FloatRect{-2000.f, -2000.f, 2000.f, 2000.f}; in TEST_F()
186 const FloatRect expected{0.f, 0.f, 1920.f, 1080.f}; in TEST_F()
191 mLayerFEState.geomLayerBounds = FloatRect{-2000.f, -2000.f, 2000.f, 2000.f}; in TEST_F()
194 const FloatRect expected{0.f, 0.f, 1080.f, 1080.f}; in TEST_F()
203 FloatRect expected; in TEST_F()
209 /* 0 */ Entry{false, TR_IDENT, TR_IDENT, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
210 /* 1 */ Entry{false, TR_IDENT, TR_ROT_90, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
211 /* 2 */ Entry{false, TR_IDENT, TR_ROT_180, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
212 /* 3 */ Entry{false, TR_IDENT, TR_ROT_270, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
214 /* 4 */ Entry{true, TR_IDENT, TR_IDENT, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
215 /* 5 */ Entry{true, TR_IDENT, TR_ROT_90, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
216 /* 6 */ Entry{true, TR_IDENT, TR_ROT_180, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
217 /* 7 */ Entry{true, TR_IDENT, TR_ROT_270, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
219 /* 8 */ Entry{false, TR_IDENT, TR_IDENT, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
220 /* 9 */ Entry{false, TR_ROT_90, TR_ROT_90, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
221 /* 10 */ Entry{false, TR_ROT_180, TR_ROT_180, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
222 /* 11 */ Entry{false, TR_ROT_270, TR_ROT_270, FloatRect{0.f, 0.f, 1920.f, 1080.f}}, in TEST_F()
241 const FloatRect expected{0.f, 0.f, 960.f, 540.f}; in TEST_F()
248 const FloatRect expected{0.f, 0.f, 960.f, 540.f}; in TEST_F()
266 mLayerFEState.geomLayerBounds = FloatRect{0.f, 0.f, 1920.f, 1080.f}; in OutputLayerDisplayFrameTest()
310 mLayerFEState.geomLayerBounds = FloatRect{0.f, 0.f, 960.f, 540.f}; in TEST_F()
332 mLayerFEState.geomLayerBounds = FloatRect{100.f, 100.f, 200.f, 200.f}; in TEST_F()
343 mLayerFEState.geomLayerBounds = FloatRect{100.f, 100.f, 200.f, 200.f}; in TEST_F()
531 MOCK_CONST_METHOD0(calculateOutputSourceCrop, FloatRect());
575 const FloatRect kSourceCrop{1.f, 2.f, 3.f, 4.f};
714 static constexpr FloatRect kSourceCrop{11.f, 12.f, 13.f, 14.f};
735 static const FloatRect kOverrideSourceCrop;
805 FloatRect sourceCrop = kSourceCrop, in expectGeometryCommonCalls()
879 const FloatRect OutputLayerWriteStateToHWCTest::kOverrideSourceCrop{0.f, 0.f, 4.f, 5.f};
1408 mOutputLayer.editState().sourceCrop = FloatRect{0.f, 0.f, 100.f, 100.f}; in TEST_F()
1415 mOutputLayer.editState().sourceCrop = FloatRect{0.f, 0.f, 100.1f, 100.1f}; in TEST_F()