/external/libchrome/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 | rect.h | 272 float x_scale, in ScaleToEnclosingRect() 304 float x_scale, in ScaleToEnclosingRectSafe() 320 float x_scale, in ScaleToEnclosedRect() 351 inline Rect ScaleToRoundedRect(const Rect& rect, float x_scale, float y_scale) { in ScaleToRoundedRect()
|
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_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()
|
D | scroll_offset.h | 70 void Scale(float x_scale, float y_scale) { in Scale()
|
/external/libkmsxx/py/tests/ |
D | rottest.py | 46 def show_rot_plane(crtc, plane, fb, rot, x_scale, y_scale): argument 96 x_scale = 1 variable
|
/external/freetype/src/cid/ |
D | cidobjs.h | 108 FT_Fixed x_scale; member
|
D | cidgload.c | 488 FT_Fixed x_scale = glyph->x_scale; in cid_slot_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/type1/ |
D | t1objs.h | 123 FT_Fixed x_scale; member
|
D | t1gload.c | 544 FT_Fixed x_scale = glyph->x_scale; in T1_Load_Glyph() local
|
/external/freetype/src/pfr/ |
D | pfrdrivr.c | 107 FT_Fixed x_scale, y_scale; in pfr_get_metrics() local
|
D | pfrobjs.c | 431 FT_Fixed x_scale = pfrsize->metrics.x_scale; in pfr_slot_load() local
|
/external/freetype/include/freetype/internal/ |
D | cffotypes.h | 67 FT_Fixed x_scale; member
|
/external/freetype/src/truetype/ |
D | ttgload.c | 991 FT_Fixed x_scale = 0; /* pacify compiler */ in TT_Process_Simple_Glyph() local 1208 FT_Fixed x_scale = loader->size->metrics->x_scale; in TT_Process_Composite_Component() local 1524 FT_Fixed x_scale, y_scale; in load_truetype_glyph() local 2724 FT_Fixed x_scale = size->root.metrics.x_scale; in TT_Load_Glyph() local
|
/external/freetype/src/cff/ |
D | cffgload.c | 641 FT_Fixed x_scale = glyph->x_scale; in cff_slot_load() local
|
D | cffobjs.c | 248 FT_Pos x_scale, y_scale; in cff_size_select() local 320 FT_Pos x_scale, y_scale; in cff_size_request() local
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 755 FT_Fixed x_scale, in psh_globals_set_scale()
|
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 468 int x_scale, y_scale; in test_font_properties() local
|