Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp93 struct MyFLOAT2 struct
98 MyFLOAT2() = default; argument
106 constexpr MyFLOAT2(float _x, float _y) : x(_x), y(_y) {} in MyFLOAT2() argument
107 explicit MyFLOAT2(const float *pArray) : x(pArray[0]), y(pArray[1]) {} in MyFLOAT2() function