summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/sprite_store.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-53/+0
|
* don't restrict pixelRatio in SpriteStoreKonstantin Käfer2015-07-081-5/+0
| | | | this is required so that devices that aren't using 1x or 2x (like the iPhone 6 Plus with a pixelRatio of 3x) still show icons, albeit bilinearly scaled to the correct size in the SpriteAtlas
* add API for adding multiple sprites at onceKonstantin Käfer2015-07-081-0/+3
|
* add test for trying to add mismatched SpriteImageKonstantin Käfer2015-07-081-0/+2
|
* ratio => pixelRatioKonstantin Käfer2015-07-081-2/+3
|
* Sprite store APIKonstantin Käfer2015-07-081-0/+52