Home
last modified time | relevance | path

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

1234

/external/chromium_org/ui/gfx/geometry/
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_f.h50 void Scale(float x_scale, float y_scale) { in Scale()
90 inline RectF ScaleRect(const RectF& r, float x_scale, float y_scale) { in ScaleRect()
Dvector3d_f.cc60 void Vector3dF::Scale(float x_scale, float y_scale, float z_scale) { in Scale()
81 float y_scale, in ScaleVector3d()
Dinsets.h29 Insets Scale(float x_scale, float y_scale) const { in Scale()
Dpoint_f.cc17 PointF ScalePoint(const PointF& p, float x_scale, float y_scale) { in ScalePoint()
Dsize_f.cc17 SizeF ScaleSize(const SizeF& s, float x_scale, float y_scale) { in ScaleSize()
Drect.h107 float y_scale) { in ScaleToEnclosingRect()
121 float y_scale) { in ScaleToEnclosedRect()
Dpoint3_f.h31 void Scale(float x_scale, float y_scale, float z_scale) { in Scale()
109 float y_scale, in ScalePoint()
Dsize_f.h27 void Scale(float x_scale, float y_scale) { in Scale()
Dpoint_f.h27 void Scale(float x_scale, float y_scale) { in Scale()
Dbox_f.h47 void Scale(float x_scale, float y_scale, float z_scale) { in Scale()
126 float y_scale, in ScaleBox()
Dquad_f.cc90 void QuadF::Scale(float x_scale, float y_scale) { in Scale()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dgen7_viewport_state.c36 GLfloat y_scale, y_bias; in gen7_upload_sf_clip_viewport() local
Dgen6_viewport_state.c73 GLfloat y_scale, y_bias; in gen6_upload_sf_vp() local
Dbrw_sf_state.c48 GLfloat y_scale, y_bias; in upload_sf_vp() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_viewport_state.c36 GLfloat y_scale, y_bias; in gen7_upload_sf_clip_viewport() local
Dgen6_viewport_state.c73 GLfloat y_scale, y_bias; in gen6_upload_sf_vp() local
Dbrw_sf_state.c48 GLfloat y_scale, y_bias; in upload_sf_vp() local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
Dcidobjs.h109 FT_Fixed y_scale; member
Dcidgload.c404 FT_Fixed y_scale = glyph->y_scale; in cid_slot_load_glyph() local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftpfr.c66 FT_Fixed x_scale, y_scale; in FT_Get_PFR_Metrics() local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
Dt1objs.h127 FT_Fixed y_scale; member
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
Dttgload.c941 FT_Fixed y_scale = 0; in TT_Process_Simple_Glyph() local
1148 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; in TT_Process_Composite_Component() local
1307 FT_Fixed x_scale, y_scale; in load_truetype_glyph() local
1717 FT_Fixed y_scale; in compute_glyph_metrics() local
/external/chromium_org/third_party/freetype/src/truetype/
Dttgload.c936 FT_Fixed y_scale = 0; in TT_Process_Simple_Glyph() local
1139 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; in TT_Process_Composite_Component() local
1298 FT_Fixed x_scale, y_scale; in load_truetype_glyph() local
1708 FT_Fixed y_scale; in compute_glyph_metrics() local
/external/freetype/src/truetype/
Dttgload.c934 FT_Fixed y_scale = 0; in TT_Process_Simple_Glyph() local
1137 FT_Fixed y_scale = ((TT_Size)loader->size)->metrics.y_scale; in TT_Process_Composite_Component() local
1408 FT_Fixed x_scale, y_scale; in load_truetype_glyph() local
1853 FT_Fixed y_scale; in compute_glyph_metrics() local

1234