/external/libmojo/ui/gfx/geometry/ |
D | point.cc | 69 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()
|
D | size.cc | 79 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()
|
D | vector2d_f.cc | 39 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()
|
D | point_f.cc | 25 PointF ScalePoint(const PointF& p, float x_scale, float y_scale) { in ScalePoint()
|
D | size_f.cc | 33 SizeF ScaleSize(const SizeF& s, float x_scale, float y_scale) { in ScaleSize()
|
D | rect.h | 271 float y_scale) { in ScaleToEnclosingRect() 303 float y_scale) { in ScaleToEnclosingRectSafe() 319 float y_scale) { in ScaleToEnclosedRect()
|
D | rect_f.h | 174 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()
|
D | size_f.h | 57 void Scale(float x_scale, float y_scale) { in Scale()
|
D | point_f.h | 73 void Scale(float x_scale, float y_scale) { in Scale()
|
D | insets.h | 91 Insets Scale(float x_scale, float y_scale) const { in Scale()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_viewport_state.c | 37 GLfloat y_scale, y_bias; in gen7_upload_sf_clip_viewport() local
|
D | gen8_viewport_state.c | 37 float y_scale, y_bias; in gen8_upload_sf_clip_viewport() local
|
D | brw_sf_state.c | 47 GLfloat y_scale, y_bias; in upload_sf_vp() local
|
D | gen6_viewport_state.c | 124 GLfloat y_scale, y_bias; in gen6_upload_sf_and_clip_viewports() local
|
/external/freetype/src/cid/ |
D | cidobjs.h | 109 FT_Fixed y_scale; member
|
D | cidgload.c | 489 FT_Fixed y_scale = glyph->y_scale; in cid_slot_load_glyph() local
|
/external/freetype/src/type1/ |
D | t1objs.h | 124 FT_Fixed y_scale; member
|
D | t1gload.c | 527 FT_Fixed y_scale = glyph->y_scale; in T1_Load_Glyph() local
|
/external/freetype/src/base/ |
D | ftpfr.c | 66 FT_Fixed x_scale, y_scale; in FT_Get_PFR_Metrics() local
|
/external/freetype/src/pfr/ |
D | pfrdrivr.c | 107 FT_Fixed x_scale, y_scale; in pfr_get_metrics() local
|
D | pfrobjs.c | 432 FT_Fixed y_scale = pfrsize->metrics.y_scale; in pfr_slot_load() local
|
/external/freetype/include/freetype/internal/ |
D | cffotypes.h | 68 FT_Fixed y_scale; member
|
/external/freetype/src/truetype/ |
D | ttgload.c | 984 FT_Fixed y_scale = 0; in TT_Process_Simple_Glyph() local 1201 FT_Fixed y_scale = loader->size->metrics->y_scale; in TT_Process_Composite_Component() local 1516 FT_Fixed x_scale, y_scale; in load_truetype_glyph() local 2115 FT_Fixed y_scale; in compute_glyph_metrics() local
|
/external/freetype/src/cff/ |
D | cffgload.c | 642 FT_Fixed y_scale = glyph->y_scale; in cff_slot_load() local
|
D | cffobjs.c | 249 FT_Pos x_scale, y_scale; in cff_size_select() local 321 FT_Pos x_scale, y_scale; in cff_size_request() local
|