Home
last modified time | relevance | path

Searched defs:y_scale (Results 1 – 25 of 57) sorted by relevance

123

/external/libchrome/ui/gfx/geometry/
Dpoint.cc69 Point ScaleToCeiledPoint(const Point& point, float x_scale, float y_scale) { in ScaleToCeiledPoint()
81 Point ScaleToFlooredPoint(const Point& point, float x_scale, float y_scale) { in ScaleToFlooredPoint()
93 Point ScaleToRoundedPoint(const Point& point, float x_scale, float y_scale) { in ScaleToRoundedPoint()
Dsize.cc79 Size ScaleToCeiledSize(const Size& size, float x_scale, float y_scale) { in ScaleToCeiledSize()
91 Size ScaleToFlooredSize(const Size& size, float x_scale, float y_scale) { in ScaleToFlooredSize()
103 Size ScaleToRoundedSize(const Size& size, float x_scale, float y_scale) { in ScaleToRoundedSize()
Dvector2d_f.cc39 void Vector2dF::Scale(float x_scale, float y_scale) { in Scale()
54 Vector2dF ScaleVector2d(const Vector2dF& v, float x_scale, float y_scale) { in ScaleVector2d()
Drect.h273 float y_scale) { in ScaleToEnclosingRect()
305 float y_scale) { in ScaleToEnclosingRectSafe()
321 float y_scale) { in ScaleToEnclosedRect()
351 inline Rect ScaleToRoundedRect(const Rect& rect, float x_scale, float y_scale) { in ScaleToRoundedRect()
Dvector3d_f.cc47 void Vector3dF::Scale(float x_scale, float y_scale, float z_scale) { in Scale()
80 float y_scale, in ScaleVector3d()
Dpoint3_f.h30 void Scale(float x_scale, float y_scale, float z_scale) { in Scale()
108 float y_scale, in ScalePoint()
Dpoint_f.cc25 PointF ScalePoint(const PointF& p, float x_scale, float y_scale) { in ScalePoint()
Dsize_f.cc33 SizeF ScaleSize(const SizeF& s, float x_scale, float y_scale) { in ScaleSize()
Dbox_f.h42 void Scale(float x_scale, float y_scale, float z_scale) { in Scale()
121 float y_scale, in ScaleBox()
Drect_f.h174 void Scale(float x_scale, float y_scale) { in Scale()
218 inline RectF ScaleRect(const RectF& r, float x_scale, float y_scale) { in ScaleRect()
Dsize_f.h57 void Scale(float x_scale, float y_scale) { in Scale()
Dpoint_f.h73 void Scale(float x_scale, float y_scale) { in Scale()
Dinsets.h91 Insets Scale(float x_scale, float y_scale) const { in Scale()
/external/XNNPACK/test/
Dvaddc-microkernel-tester.h94 inline VAddCMicrokernelTester& y_scale(float y_scale) { in y_scale() function
101 inline float y_scale() const { in y_scale() function
Dvadd-microkernel-tester.h103 inline VAddMicrokernelTester& y_scale(float y_scale) { in y_scale() argument
110 inline float y_scale() const { in y_scale() function
Dqs8-vaddc-minmax.cc125 TEST(QS8_VADDC_MINMAX__NEON_LD64_X8, y_scale) { in TEST() argument
128 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
264 TEST(QS8_VADDC_MINMAX__NEON_LD64_X16, y_scale) { in TEST() argument
267 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
403 TEST(QS8_VADDC_MINMAX__NEON_LD64_X24, y_scale) { in TEST() argument
406 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
542 TEST(QS8_VADDC_MINMAX__NEON_LD64_X32, y_scale) { in TEST() argument
545 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
681 TEST(QS8_VADDC_MINMAX__SSE2_MUL16_LD64_X8, y_scale) { in TEST() argument
684 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
[all …]
Dqs8-vadd-minmax.cc146 TEST(QS8_VADD_MINMAX__NEON_LD64_X8, y_scale) { in TEST() argument
149 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
306 TEST(QS8_VADD_MINMAX__NEON_LD64_X16, y_scale) { in TEST() argument
309 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
466 TEST(QS8_VADD_MINMAX__NEON_LD64_X24, y_scale) { in TEST() argument
469 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
626 TEST(QS8_VADD_MINMAX__NEON_LD64_X32, y_scale) { in TEST() argument
629 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
786 TEST(QS8_VADD_MINMAX__SSE2_MUL16_LD64_X8, y_scale) { in TEST() argument
789 for (float y_scale = 0.1f; y_scale <= 10.0f; y_scale *= 3.14f) { in TEST() local
[all …]
Dqu8-vadd-minmax.cc113 TEST(QU8_VADD_MINMAX__SSE2, y_scale) { in TEST() argument
116 for (float y_scale = 1.0e-2; y_scale < 1.0e+2; y_scale *= 1.7f) { in TEST() local
283 TEST(QU8_VADD_MINMAX__NEON, y_scale) { in TEST() argument
286 for (float y_scale = 1.0e-2; y_scale < 1.0e+2; y_scale *= 1.7f) { in TEST() local
427 TEST(QU8_VADD_MINMAX__SCALAR, y_scale) { in TEST() argument
429 for (float y_scale = 1.0e-2; y_scale < 1.0e+2; y_scale *= 1.7f) { in TEST() local
/external/libkmsxx/py/tests/
Drottest.py46 def show_rot_plane(crtc, plane, fb, rot, x_scale, y_scale): argument
97 y_scale = 1 variable
/external/mesa3d/src/gallium/auxiliary/util/
Du_compute.c92 float y_scale = blit_info->src.box.height / (float)blit_info->dst.box.height; in util_compute_blit() local
/external/freetype/src/cid/
Dcidobjs.h109 FT_Fixed y_scale; member
/external/freetype/src/type1/
Dt1objs.h124 FT_Fixed y_scale; member
/external/freetype/src/base/
Dftpfr.c65 FT_Fixed x_scale, y_scale; in FT_Get_PFR_Metrics() local
/external/freetype/src/pfr/
Dpfrdrivr.c106 FT_Fixed x_scale, y_scale; in pfr_get_metrics() local
/external/freetype/src/truetype/
Dttgload.c1026 FT_Fixed y_scale = 0; in TT_Process_Simple_Glyph() local
1292 FT_Fixed y_scale = loader->size->metrics->y_scale; in TT_Process_Composite_Component() local
1607 FT_Fixed x_scale, y_scale; in load_truetype_glyph() local
2235 FT_Fixed y_scale; in compute_glyph_metrics() local
2826 FT_Fixed y_scale = size->root.metrics.y_scale; in TT_Load_Glyph() local

123