Home
last modified time | relevance | path

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

12345678910>>...59

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/geometry/
H A Dinsets.cc26 Insets ScaleToCeiledInsets(const Insets& insets, float x_scale, float y_scale) { in ScaleToCeiledInsets()
40 float y_scale) { in ScaleToFlooredInsets()
54 float y_scale) { in ScaleToRoundedInsets()
H A 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()
H A Dsize.cc86 Size ScaleToCeiledSize(const Size& size, float x_scale, float y_scale) { in ScaleToCeiledSize()
98 Size ScaleToFlooredSize(const Size& size, float x_scale, float y_scale) { in ScaleToFlooredSize()
110 Size ScaleToRoundedSize(const Size& size, float x_scale, float y_scale) { in ScaleToRoundedSize()
H A 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()
H A Drect.h285 float y_scale) { in ScaleToEnclosingRect()
319 float y_scale) { in ScaleToEnclosingRectSafe()
335 float y_scale) { in ScaleToEnclosedRect()
365 inline Rect ScaleToRoundedRect(const Rect& rect, float x_scale, float y_scale) { in ScaleToRoundedRect()
H A Dvector3d_f.cc47 void Vector3dF::Scale(float x_scale, float y_scale, float z_scale) { in Scale()
80 float y_scale, in ScaleVector3d()
H A Dpoint3_f.h30 void Scale(float x_scale, float y_scale, float z_scale) { in Scale()
108 float y_scale, in ScalePoint()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dhu_drawers.cpp33 const float scale, int& x_scale, int& y_scale, in calculateOrigin()
132 int y_scale = scale * CleanYfac; in YSize() local
147 int x_scale, y_scale; in Clear() local
160 int x_scale, y_scale; in Dim() local
182 int x_scale, y_scale; in DrawText() local
204 int x_scale, y_scale; in DrawPatch() local
234 int x_scale, y_scale; in DrawTranslatedPatch() local
265 int x_scale, y_scale; in DrawPatchStretched() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/geometry/
H A 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()
H A Dsize.cc87 Size ScaleToCeiledSize(const Size& size, float x_scale, float y_scale) { in ScaleToCeiledSize()
99 Size ScaleToFlooredSize(const Size& size, float x_scale, float y_scale) { in ScaleToFlooredSize()
111 Size ScaleToRoundedSize(const Size& size, float x_scale, float y_scale) { in ScaleToRoundedSize()
H A 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()
H A Drect.h285 float y_scale) { in ScaleToEnclosingRect()
317 float y_scale) { in ScaleToEnclosingRectSafe()
333 float y_scale) { in ScaleToEnclosedRect()
363 inline Rect ScaleToRoundedRect(const Rect& rect, float x_scale, float y_scale) { in ScaleToRoundedRect()
H A Dvector3d_f.cc47 void Vector3dF::Scale(float x_scale, float y_scale, float z_scale) { in Scale()
80 float y_scale, in ScaleVector3d()
H A Dpoint3_f.h30 void Scale(float x_scale, float y_scale, float z_scale) { in Scale()
108 float y_scale, in ScalePoint()
/dports/games/retroarch/RetroArch-1.9.7/deps/libvita2d/source/
H A Dvita2d_texture.c425 …exture_scale_generic(const vita2d_texture *texture, float x, float y, float x_scale, float y_scale) in draw_texture_scale_generic()
465 …neric(const vita2d_texture *texture, float x, float y, float x_scale, float y_scale, const float *… in draw_texture_tint_scale_generic()
513 …d_draw_texture_scale(const vita2d_texture *texture, float x, float y, float x_scale, float y_scale) in vita2d_draw_texture_scale()
520 …scale(const vita2d_texture *texture, float x, float y, float x_scale, float y_scale, const float *… in vita2d_draw_texture_tint_scale()
690 …float x, float y, float tex_x, float tex_y, float tex_w, float tex_h, float x_scale, float y_scale) in vita2d_draw_texture_part_scale()
756 …tspot(const vita2d_texture *texture, float x, float y, float x_scale, float y_scale, float rad, fl… in vita2d_draw_texture_scale_rotate_hotspot()
764 …le_rotate(const vita2d_texture *texture, float x, float y, float x_scale, float y_scale, float rad) in vita2d_draw_texture_scale_rotate()
779 …otate(const vita2d_texture *texture, float x, float y, float x_scale, float y_scale, float rad, un… in vita2d_draw_texture_tint_scale_rotate()
787 float tex_x, float tex_y, float tex_w, float tex_h, float x_scale, float y_scale, float rad) in draw_texture_part_scale_rotate_generic()
846 float tex_x, float tex_y, float tex_w, float tex_h, float x_scale, float y_scale, float rad) in vita2d_draw_texture_part_scale_rotate()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DFontGlyph.h58 Sizef getSize(float x_scale, float y_scale) const in getSize()
66 float getHeight(float y_scale) const in getHeight()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Flat8/
H A Dfl8mscl.c32 fix y_scale; /* y scale factor */ in flat8_mono_scale_ubitmap() local
94 fix y_scale; /* y scale factor */ in flat8_mono_scale_bitmap() local
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Dvector_float.c164 void vec_scaled_addf(float z[], const float x[], float x_scale, const float y[], float y_scale, int… in vec_scaled_addf()
173 void vec_scaled_add(double z[], const double x[], double x_scale, const double y[], double y_scale,… in vec_scaled_add()
183 …z[], const long double x[], long double x_scale, const long double y[], long double y_scale, int n) in vec_scaled_addl()
222 void vec_scaled_subf(float z[], const float x[], float x_scale, const float y[], float y_scale, int… in vec_scaled_subf()
231 void vec_scaled_sub(double z[], const double x[], double x_scale, const double y[], double y_scale,… in vec_scaled_sub()
241 …z[], const long double x[], long double x_scale, const long double y[], long double y_scale, int n) in vec_scaled_subl()
/dports/graphics/aseprite/aseprite-1.2.9/src/ft/
H A Dface.h68 double y_scale = metrics->y_ppem / em_size; in height() local
75 double y_scale = metrics->y_ppem / em_size; in ascender() local
82 double y_scale = metrics->y_ppem / em_size; in descender() local
/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Dconvolve.cpp58 int y_scale = 2 * half_y_ + 1; in Forward() local
98 int y_scale = 2 * half_y_ + 1; in Backward() local
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/canvas/
H A Dcoordinates.d.ts6 readonly y_scale: Scale; property in CoordinateTransform
/dports/print/libspectre/libspectre-0.2.9/libspectre/
H A Dspectre-render-context.c63 double y_scale) in spectre_render_context_set_scale()
74 double *y_scale) in spectre_render_context_get_scale()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_calibration_matrix.h60 T y_scale() const { return y_scale_; } in y_scale() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dvector_float.c335 …vec_scaledxy_addf(float z[], const float x[], float x_scale, const float y[], float y_scale, int n) in vec_scaledxy_addf()
369 …vec_scaledxy_addf(float z[], const float x[], float x_scale, const float y[], float y_scale, int n) in vec_scaledxy_addf()
379 …scaledxy_add(double z[], const double x[], double x_scale, const double y[], double y_scale, int n) in vec_scaledxy_add()
389 …z[], const long double x[], long double x_scale, const long double y[], long double y_scale, int n) in vec_scaledxy_addl()
400 SPAN_DECLARE(void) vec_scaledy_addf(float z[], const float x[], const float y[], float y_scale, int… in vec_scaledy_addf()
431 SPAN_DECLARE(void) vec_scaledy_addf(float z[], const float x[], const float y[], float y_scale, int… in vec_scaledy_addf()
441 SPAN_DECLARE(void) vec_scaledy_add(double z[], const double x[], const double y[], double y_scale, … in vec_scaledy_add()
451 …edy_addl(long double z[], const long double x[], const long double y[], long double y_scale, int n) in vec_scaledy_addl()
520 …vec_scaledxy_subf(float z[], const float x[], float x_scale, const float y[], float y_scale, int n) in vec_scaledxy_subf()
529 …scaledxy_sub(double z[], const double x[], double x_scale, const double y[], double y_scale, int n) in vec_scaledxy_sub()
[all …]
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dvector_float.c335 …vec_scaledxy_addf(float z[], const float x[], float x_scale, const float y[], float y_scale, int n) in vec_scaledxy_addf()
369 …vec_scaledxy_addf(float z[], const float x[], float x_scale, const float y[], float y_scale, int n) in vec_scaledxy_addf()
379 …scaledxy_add(double z[], const double x[], double x_scale, const double y[], double y_scale, int n) in vec_scaledxy_add()
389 …z[], const long double x[], long double x_scale, const long double y[], long double y_scale, int n) in vec_scaledxy_addl()
400 SPAN_DECLARE(void) vec_scaledy_addf(float z[], const float x[], const float y[], float y_scale, int… in vec_scaledy_addf()
431 SPAN_DECLARE(void) vec_scaledy_addf(float z[], const float x[], const float y[], float y_scale, int… in vec_scaledy_addf()
441 SPAN_DECLARE(void) vec_scaledy_add(double z[], const double x[], const double y[], double y_scale, … in vec_scaledy_add()
451 …edy_addl(long double z[], const long double x[], const long double y[], long double y_scale, int n) in vec_scaledy_addl()
520 …vec_scaledxy_subf(float z[], const float x[], float x_scale, const float y[], float y_scale, int n) in vec_scaledxy_subf()
529 …scaledxy_sub(double z[], const double x[], double x_scale, const double y[], double y_scale, int n) in vec_scaledxy_sub()
[all …]

12345678910>>...59