Home
last modified time | relevance | path

Searched refs:GetRotation (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframefactory_unittest.cc66 EXPECT_EQ(dest_frame->GetRotation(), src_rotation); in VerifyFrame()
70 EXPECT_EQ(dest_frame->GetRotation(), webrtc::kVideoRotation_0); in VerifyFrame()
Dwebrtcvideoframe_unittest.cc92 EXPECT_EQ(webrtc::kVideoRotation_0, frame.GetRotation()); in TestInit()
94 EXPECT_EQ(frame_rotation, frame.GetRotation()); in TestInit()
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp140 int CPDF_FormControl::GetRotation() const { in GetRotation() function in CPDF_FormControl
141 return GetMK().GetRotation(); in GetRotation()
Dcpdf_apsettings.h36 int GetRotation() const;
Dcpdf_formcontrol.h56 int GetRotation() const;
Dcpdf_apsettings.cpp26 int CPDF_ApSettings::GetRotation() const { in GetRotation() function in CPDF_ApSettings
/external/webrtc/talk/media/base/
Dvideoframe.h106 virtual int GetRotation() const { return GetVideoRotation(); } in GetRotation() function
Dfakevideocapturer.h170 webrtc::VideoRotation GetRotation() { return rotation_; } in GetRotation() function
Dvideocapturer_unittest.cc72 EXPECT_EQ(webrtc::kVideoRotation_0, frame->GetRotation()); in OnVideoFrame()
74 EXPECT_EQ(capturer_.GetRotation(), frame->GetRotation()); in OnVideoFrame()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp386 return pCtrl->GetRotation() % 360; in GetRotate()
713 switch (abs(pControl->GetRotation() % 360)) { in GetRotatedRect()
735 switch (abs(pControl->GetRotation() % 360)) { in GetMatrix()
/external/pdfium/fxjs/
Dcjs_field.cpp1802 return CJS_Result::Success(pRuntime->NewNumber(pFormControl->GetRotation())); in get_rotation()