Searched refs:GetRotation (Results 1 – 11 of 11) sorted by relevance
66 EXPECT_EQ(dest_frame->GetRotation(), src_rotation); in VerifyFrame()70 EXPECT_EQ(dest_frame->GetRotation(), webrtc::kVideoRotation_0); in VerifyFrame()
92 EXPECT_EQ(webrtc::kVideoRotation_0, frame.GetRotation()); in TestInit()94 EXPECT_EQ(frame_rotation, frame.GetRotation()); in TestInit()
199 int CPDF_FormControl::GetRotation() { in GetRotation() function in CPDF_FormControl200 return GetMK().GetRotation(); in GetRotation()328 int CPDF_ApSettings::GetRotation() const { in GetRotation() function in CPDF_ApSettings
20 FX_FLOAT GetRotation();
106 virtual int GetRotation() const { return GetVideoRotation(); } in GetRotation() function
170 webrtc::VideoRotation GetRotation() { return rotation_; } in GetRotation() function
72 EXPECT_EQ(webrtc::kVideoRotation_0, frame->GetRotation()); in OnVideoFrame()74 EXPECT_EQ(capturer_.GetRotation(), frame->GetRotation()); in OnVideoFrame()
37 FX_FLOAT CFWL_PictureBox::GetRotation() { in GetRotation() function in CFWL_PictureBox
930 int GetRotation();1095 int GetRotation() const;
547 return pCtrl->GetRotation() % 360; in GetRotate()1714 switch (abs(pControl->GetRotation() % 360)) {1784 switch (abs(pControl->GetRotation() % 360)) {
2297 vp << (int32_t)pFormControl->GetRotation(); in rotation()