Searched refs:AlphaImage (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tiny_sdf.hpp | 17 AlphaImage transformRasterToSDF(const AlphaImage& rasterInput, double radius, double cutoff);
|
| H A D | tiny_sdf.cpp | 73 AlphaImage transformRasterToSDF(const AlphaImage& rasterInput, double radius, double cutoff) { in transformRasterToSDF() 77 AlphaImage sdf(rasterInput.size); in transformRasterToSDF()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile.hpp | 71 optional<AlphaImage> glyphAtlasImage; 76 optional<AlphaImage> glyphAtlasImage_, in LayoutResult() 119 optional<AlphaImage> glyphAtlasImage;
|
| H A D | geometry_tile_worker.cpp | 435 optional<AlphaImage> glyphAtlasImage; in performSymbolLayout()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | glyph_atlas.hpp | 19 AlphaImage image;
|
| H A D | glyph_atlas.cpp | 33 AlphaImage::copy(glyph.bitmap, in makeGlyphAtlas()
|
| H A D | glyph_pbf.cpp | 84 …glyph.bitmap = AlphaImage(size, reinterpret_cast<const uint8_t*>(glyphData.data()), glyphData.size… in parseGlyphPBF()
|
| H A D | glyph.hpp | 51 AlphaImage bitmap;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | line_atlas.hpp | 48 const AlphaImage image;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | image.hpp | 171 using AlphaImage = Image<ImageAlphaMode::Exclusive>; typedef
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | renderer_impl.cpp | 536 …auto image = parameters.context.readFramebuffer<AlphaImage, gl::TextureFormat::Stencil>(viewport.s… in render() 621 …auto image = parameters.context.readFramebuffer<AlphaImage, gl::TextureFormat::Depth>(viewport.siz… in render()
|