Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 25 of 49) sorted by relevance

12

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXregion.h52 short x1, x2, y1, y2; member
93 (r1)->y2 > (r2)->y1 && \
94 (r1)->y1 < (r2)->y2)
106 if((r)->y2 > (idRect)->extents.y2)\
107 (idRect)->extents.y2 = (r)->y2;\
131 ((R-1)->y2 == (Ry2)) &&\
142 (r)->y2 = (ry2);\
158 (r)->y2 = (ry2);\
171 ( ((r).y2 > y)) && \
DXprotostr.h55 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dquaternion.inl139 tquat<T, P> y2(y); //BUG!!! tquat<T> y2; local
142 y2 = -y;
163 k0 * x.w + k1 * y2.w,
164 k0 * x.x + k1 * y2.x,
165 k0 * x.y + k1 * y2.y,
166 k0 * x.z + k1 * y2.z);
Dfast_exponential.inl101 float y2 = y1 * y1;
102 return 2.0f * y1 * (1.0f + y2 * (0.3333333333f + y2 * (0.2f + y2 * 0.1428571429f)));
Dsimd_mat4.hpp63 float const & x2, float const & y2, float const & z2, float const & w2,
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXfixes.h259 int x2, int y2, int directions,
264 int x2, int y2, int directions, int velocity,
DXKBgeom.h93 short x2,y2; member
96 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
Dxfixesproto.h517 INT16 y2 B16;
561 INT16 y2 B16;
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.h346 static inline float LinearInterpolation(float x, float x1, float x2, float y1, float y2) { in LinearInterpolation() argument
352 if (y2 == y1) { in LinearInterpolation()
362 return y1 + (y2 - y1) * t; in LinearInterpolation()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_mat3x2.hpp40 T x2, T y2);
54 X2 x2, Y2 y2,
Dtype_mat4x2.hpp40 T x2, T y2,
57 X2 x2, Y2 y2,
Dtype_mat3x4.hpp40 T x2, T y2, T z2, T w2);
54 X2 x2, Y2 y2, Z2 z2, W2 w2,
Dtype_mat2x2.hpp38 T const & x2, T const & y2);
48 M const & x2, N const & y2);
Dtype_mat4x3.hpp40 T const & x2, T const & y2, T const & z2,
57 X2 const & x2, Y2 const & y2, Z2 const & z2,
Dtype_mat3x3.hpp39 T x2, T y2, T z2);
53 X2 x2, Y2 y2, Z2 z2,
Dtype_mat4x4.hpp39 T const & x2, T const & y2, T const & z2, T const & w2,
56 X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2,
Dtype_mat3x2.inl56 T x2, T y2 argument
61 this->value[2] = col_type(x2, y2);
87 X2 x2, Y2 y2, argument
92 this->value[1] = col_type(static_cast<T>(x2), value_type(y2));
Dtype_mat4x2.inl67 T x2, T y2, argument
73 this->value[2] = col_type(x2, y2);
103 X2 x2, Y2 y2, argument
109 this->value[1] = col_type(static_cast<T>(x2), value_type(y2));
Dtype_mat3x3.inl58 T x2, T y2, T z2 argument
63 this->value[2] = col_type(x2, y2, z2);
89 X2 x2, Y2 y2, Z2 z2, argument
94 this->value[1] = col_type(static_cast<T>(x2), value_type(y2), value_type(z2));
Dtype_mat3x4.inl56 T x2, T y2, T z2, T w2 argument
61 this->value[2] = col_type(x2, y2, z2, w2);
87 X2 x2, Y2 y2, Z2 z2, W2 w2, argument
92 this->value[1] = col_type(static_cast<T>(x2), value_type(y2), value_type(z2), value_type(w2));
Dtype_mat4x3.inl60 T const & x2, T const & y2, T const & z2, argument
66 this->value[2] = col_type(x2, y2, z2);
96 X2 const & x2, Y2 const & y2, Z2 const & z2, argument
102 this->value[1] = col_type(static_cast<T>(x2), value_type(y2), value_type(z2));
Dtype_mat2x3.hpp49 X2 x2, Y2 y2, Z2 z2);
Dtype_mat2x4.hpp51 X2 x2, Y2 y2, Z2 z2, W2 w2);
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion.inl406 tquat<T, P> y2(y); //BUG!!! tquat<T, P> y2;
409 y2 = -y;
430 k0 * x.w + k1 * y2.w,
431 k0 * x.x + k1 * y2.x,
432 k0 * x.y + k1 * y2.y,
433 k0 * x.z + k1 * y2.z);
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_crtc.cpp725 roi_v1_.roi[i].y2 = crtc_rois[i].bottom; in SetROI()
727 roi_v1_.roi[i].x1, roi_v1_.roi[i].y1, roi_v1_.roi[i].x2, roi_v1_.roi[i].y2); in SetROI()
747 drm_dim_layer_v1_.layer_cfg[i].rect.y2 = (uint16_t)sf.bounding_rect.bottom; in SetSolidfillStages()

12