Searched refs:atlasImage (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | image_manager.cpp | 47 PremultipliedImage::clear(atlasImage, { x, y }, { w, h }); in removeImage() 140 atlasImage.resize(getPixelSize()); in getPattern() 149 PremultipliedImage::copy(src, atlasImage, { 0, 0 }, { x, y }, { w, h }); in getPattern() 152 PremultipliedImage::copy(src, atlasImage, { 0, h - 1 }, { x, y - 1 }, { w, 1 }); // T in getPattern() 153 PremultipliedImage::copy(src, atlasImage, { 0, 0 }, { x, y + h }, { w, 1 }); // B in getPattern() 154 PremultipliedImage::copy(src, atlasImage, { w - 1, 0 }, { x - 1, y }, { 1, h }); // L in getPattern() 155 PremultipliedImage::copy(src, atlasImage, { 0, 0 }, { x + w, y }, { 1, h }); // R in getPattern() 171 atlasTexture = context.createTexture(atlasImage, unit); in upload() 173 context.updateTexture(*atlasTexture, atlasImage, unit); in upload()
|
| H A D | image_manager.hpp | 75 return atlasImage; in getAtlasImage() 86 PremultipliedImage atlasImage; member in mbgl::ImageManager
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | symbol_bucket.hpp | 108 PremultipliedImage atlasImage; member
|