Home
last modified time | relevance | path

Searched defs:aspectRatio (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.h82 float aspectRatio; // The aspect ratio member
/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts438 const aspectRatio = condition.match(/[a-z-\d-\/]+/g); constant
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp1118 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runComputeShaderMode() local
1258 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runFragmentShaderMode() local
1397 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runCopyMode() local
1637 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runCopyModeOnTransferQueue() local
1863 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runFillLinearTiledImage() local
DvktFragmentShadingRateBasic.cpp1480 …deUint32 aspectRatio = (srTexelHeight > srTexelWidth) ? (srTexelHeight / srTexelWidth) : (srTexelW… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp1118 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runComputeShaderMode() local
1258 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runFragmentShaderMode() local
1397 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runCopyMode() local
1637 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runCopyModeOnTransferQueue() local
1863 …deUint32 aspectRatio = (tileHeight > tileWidth) ? (tileHeight / tileWidth) : (tileWidth / tileHeig… in runFillLinearTiledImage() local
DvktFragmentShadingRateBasic.cpp1480 …deUint32 aspectRatio = (srTexelHeight > srTexelWidth) ? (srTexelHeight / srTexelWidth) : (srTexelW… in iterate() local
/third_party/flutter/skia/third_party/externals/angle2/util/
DMatrix.cpp116 Matrix4 Matrix4::perspective(float fovY, float aspectRatio, float nearZ, float farZ) in perspective()
/third_party/skia/third_party/externals/angle2/util/
DMatrix.cpp116 Matrix4 Matrix4::perspective(float fovY, float aspectRatio, float nearZ, float farZ) in perspective()
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdgif.c388 int colormaplen, aspectRatio; in start_input_gif() local
/third_party/libjpeg-turbo/
Drdgif.c396 int colormaplen, aspectRatio; in start_input_gif() local
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp201 Mat4 Mat4::Perspective(float fov, float aspectRatio, float n, float f) in Perspective()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp201 Mat4 Mat4::Perspective(float fov, float aspectRatio, float n, float f) in Perspective()
/third_party/flutter/glfw/src/
Dwl_window.c58 float aspectRatio; in handleConfigure() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_negative.cpp4729 real64 aspectRatio = AspectRatio (); in ConvertToProxy() local
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js2267 aspectRatio: NUMBER_VALIDATOR, property
2889 aspectRatio: NUMBER_VALIDATOR, property
/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js53 …el:":input,option",distance:1,delay:0},_mouseInit:function(){var d=this;this.element.bind("mousedo…
/third_party/libjpeg-turbo/doc/html/
Djquery.js8 …n e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidd… function
/third_party/libevdev/doc/html/
Djquery.js8 …n e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidd… function
/third_party/typescript/lib/
Dlib.dom.d.ts757 aspectRatio?: DoubleRange; property
775 aspectRatio?: ConstrainDouble; property
797 aspectRatio?: number; property
815 aspectRatio?: boolean; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts737 aspectRatio?: DoubleRange; property
755 aspectRatio?: ConstrainDouble; property
777 aspectRatio?: number; property
795 aspectRatio?: boolean; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81290 static nsIAtom* aspectRatio; member in nsGkAtoms