qt5base-lts/tests/auto/gui
Konstantin Ritt a5614264d5 Get rid of QGlyphLayout::advances_y
...and thus consume 4 bytes less per glyph and increase the performance a bit.
It seems, the only CTFontGetAdvancesForGlyphs() returns both x and y
advances, though y advances are always equal to 0 for horizontal
orientation and x advances are always equal to 0 for vertical orientation.

Also, rename `advances_x` to `advances` for consistency
and declare QGlyphLayout's data size in a single place.

Change-Id: I56b20f893f8a6feb7aa870e3edbca99dd93ba2e2
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
2014-01-30 12:43:33 +01:00
..
image Ensure QImage::pixel() on RGB32 images returns valid QRgb values 2014-01-29 19:41:57 +01:00
itemmodels expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
kernel Fix MSVC-warnings about double to float truncation. 2014-01-24 20:26:39 +01:00
math3d Add operator[] to QVectorND classes 2013-08-27 17:50:40 +02:00
painting Tests for semi transparent blend on opaque formats 2014-01-29 00:18:15 +01:00
qopengl Add takeTexture() to QOpenGLFramebufferObject 2014-01-07 13:04:18 +01:00
text Get rid of QGlyphLayout::advances_y 2014-01-30 12:43:33 +01:00
util Bugfix QDesktopServices on Windows 2013-07-11 10:56:49 +02:00
gui.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00