Home
last modified time | relevance | path

Searched refs:preRotation (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/deqp_support/
H A DtcuANGLENativeDisplayFactory.cpp146 explicit NativeWindowFactory(EventState *eventState, uint32_t preRotation);
168 uint32_t preRotation);
260 NativeWindowFactory::NativeWindowFactory(EventState *eventState, uint32_t preRotation) in NativeWindowFactory() argument
263 mPreRotation(preRotation) in NativeWindowFactory()
288 uint32_t preRotation) in NativeWindow() argument
292 mPreRotation(preRotation) in NativeWindow()
421 uint32_t preRotation = 0; in ANGLENativeDisplayFactory() local
437 preRotation = 90; in ANGLENativeDisplayFactory()
441 preRotation = 180; in ANGLENativeDisplayFactory()
445 preRotation = 270; in ANGLENativeDisplayFactory()
[all …]
H A DtcuANGLEPlatform.cpp35 ANGLEPlatform::ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in ANGLEPlatform() argument
42 switch (preRotation) in ANGLEPlatform()
209 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in CreateANGLEPlatform() argument
211 return new tcu::ANGLEPlatform(logErrorFunc, preRotation); in CreateANGLEPlatform()
H A Dangle_deqp_libtester_main.cpp25 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);
81 uint32_t preRotation) in deqp_libtester_init_platform() argument
90 CreateANGLEPlatform(reinterpret_cast<angle::LogErrorFunc>(logErrorFunc), preRotation); in deqp_libtester_init_platform()
H A Dangle_deqp_gtest.cpp665 uint32_t preRotation = 0; in HandlePreRotation() local
666 argStream >> preRotation; in HandlePreRotation()
669 (preRotation != 0 && preRotation != 90 && preRotation != 180 && preRotation != 270)) in HandlePreRotation()
676 gPreRotation = preRotation; in HandlePreRotation()
H A Dangle_deqp_libtester.h45 uint32_t preRotation);
H A DtcuANGLEPlatform.h41 ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/deskew/
H A DTask.cpp97 const Dependencies deps(data.xform().preCropArea(), data.xform().preRotation()); in process()
128 data.xform().preRotation().toDegrees())); in process()
134 const Dpm rotated_dpm(data.xform().preRotation().rotate(unrotated_dpm)); in process()
H A DCacheDrivenTask.cpp41 const Dependencies deps(xform.preCropArea(), xform.preRotation()); in process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_expectations/
H A DGPUTestExpectationsTest.cpp41 uint32_t preRotation) in validateConfigAPI() argument
80 switch (preRotation) in validateConfigAPI()
H A DGPUTestConfig.h79 GPUTestConfig(const API &api, uint32_t preRotation);
H A DGPUTestConfig.cpp578 GPUTestConfig::GPUTestConfig(const API &api, uint32_t preRotation) : GPUTestConfig() in GPUTestConfig() argument
588 switch (preRotation) in GPUTestConfig()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/fix_orientation/
H A DImageView.cpp35 if (m_xform.preRotation() == rotation) { in setPreRotation()
H A DCacheDrivenTask.cpp43 col->process(xform.preRotation()); in process()
H A DTask.cpp118 opt_widget->postUpdateUI(m_xform.preRotation()); in updateUI()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DImageTransformation.h112 OrthogonalRotation preRotation() const { return m_preRotation; } in preRotation() function
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/page_split/
H A DCacheDrivenTask.cpp59 const OrthogonalRotation pre_rotation(xform.preRotation()); in process()
H A DTask.cpp106 …Dependencies deps(data.origImage().size(), data.xform().preRotation(), record.combinedLayoutType()… in process()
H A DPageLayoutEstimator.cpp175 pre_xform.preRotation()); in numPages()
332 img = orthogonalRotation(img, pre_xform.preRotation().toDegrees()); in cutAtWhitespace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/metal/
H A DContextMtl.mm1602 mDriverUniforms.preRotation[0] = 1.0f;
1603 mDriverUniforms.preRotation[1] = 0.0f;
1604 mDriverUniforms.preRotation[2] = 0.0f;
1605 mDriverUniforms.preRotation[3] = 0.0f;
1606 mDriverUniforms.preRotation[4] = 0.0f;
1607 mDriverUniforms.preRotation[5] = 1.0f;
1608 mDriverUniforms.preRotation[6] = 0.0f;
1609 mDriverUniforms.preRotation[7] = 0.0f;
H A DContextMtl.h396 float preRotation[8]; member
/dports/graphics/yacreader/yacreader-9.8.2/common/gl/
H A Dyacreader_flow_gl.h56 float preRotation; member
H A Dyacreader_flow_gl.cpp420 … currentVector.rot = currentVector.rot + (rotDiff) * (config.animationStep * config.preRotation); in animate()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/output/
H A DOutputGenerator.cpp1235 QTransform transform = m_xform.preRotation().transform(bw_image.size()); in processWithDewarping()
1238 int degrees = m_xform.preRotation().toDegrees(); in processWithDewarping()
1335 QTransform transform = m_xform.preRotation().transform(bw_image.size()); in processWithDewarping()
1338 int degrees = m_xform.preRotation().toDegrees(); in processWithDewarping()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/metal/
H A DContextMtl.h502 float preRotation[8] = {}; member
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/FBX/
H A DFBXConverter.cpp3191 const aiVector3D& preRotation = PropertyGet<aiVector3D>(props, "PreRotation", ok); in GenerateSimpleNodeAnim() local
3192 if (ok && preRotation.SquareLength() > zero_epsilon) { in GenerateSimpleNodeAnim()
3193 const aiQuaternion preQuat = EulerToQuaternion(preRotation, Model::RotOrder_EulerXYZ); in GenerateSimpleNodeAnim()

12