Home
last modified time | relevance | path

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

12

/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()
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()
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()
Dscroll_offset.h70 void Scale(float x_scale, float y_scale) { in Scale()
/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/freetype/src/cid/
Dcidobjs.h109 FT_Fixed y_scale; member
Dcidgload.c489 FT_Fixed y_scale = glyph->y_scale; in cid_slot_load_glyph() local
/external/freetype/src/base/
Dftpfr.c66 FT_Fixed x_scale, y_scale; in FT_Get_PFR_Metrics() local
/external/freetype/src/type1/
Dt1objs.h124 FT_Fixed y_scale; member
Dt1gload.c545 FT_Fixed y_scale = glyph->y_scale; in T1_Load_Glyph() local
/external/freetype/src/pfr/
Dpfrdrivr.c107 FT_Fixed x_scale, y_scale; in pfr_get_metrics() local
Dpfrobjs.c432 FT_Fixed y_scale = pfrsize->metrics.y_scale; in pfr_slot_load() local
/external/freetype/src/truetype/
Dttgload.c992 FT_Fixed y_scale = 0; in TT_Process_Simple_Glyph() local
1209 FT_Fixed y_scale = loader->size->metrics->y_scale; in TT_Process_Composite_Component() local
1524 FT_Fixed x_scale, y_scale; in load_truetype_glyph() local
2123 FT_Fixed y_scale; in compute_glyph_metrics() local
2725 FT_Fixed y_scale = size->root.metrics.y_scale; in TT_Load_Glyph() local
/external/freetype/include/freetype/internal/
Dcffotypes.h68 FT_Fixed y_scale; member
/external/freetype/src/cff/
Dcffgload.c642 FT_Fixed y_scale = glyph->y_scale; in cff_slot_load() local
Dcffobjs.c248 FT_Pos x_scale, y_scale; in cff_size_select() local
320 FT_Pos x_scale, y_scale; in cff_size_request() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c162 const float y_scale = in create_ref_frag_shader() local
/external/freetype/src/pshinter/
Dpshglob.c756 FT_Fixed y_scale, in psh_globals_set_scale()

12