summaryrefslogtreecommitdiff
path: root/test/util/image.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-16/+32
|
* [core] leave Image objects in a valid state after premultiply/unpremultiplyKonstantin Käfer2017-05-191-0/+4
|
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-021-0/+15
| | | | | Fix Node tests suite implementation to parse pixelRatio from style json Premultiply images in the node binding before sending to mbgl core
* [core] Make Image saferJohn Firebaugh2017-02-141-0/+29
| | | | | | Provide Image::copy, which handles copying rectangles from a source to a destination, with thorough bounds checking. Also fixes an indexing error in SpriteAtlas, where the top row of pixels in a wrapped image was copied from the wrong source row.
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-9/+9
|
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-0/+101