Home
last modified time | relevance | path

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 Dtiny_sdf.hpp17 AlphaImage transformRasterToSDF(const AlphaImage& rasterInput, double radius, double cutoff);
H A Dtiny_sdf.cpp73 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 Dgeometry_tile.hpp71 optional<AlphaImage> glyphAtlasImage;
76 optional<AlphaImage> glyphAtlasImage_, in LayoutResult()
119 optional<AlphaImage> glyphAtlasImage;
H A Dgeometry_tile_worker.cpp435 optional<AlphaImage> glyphAtlasImage; in performSymbolLayout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_atlas.hpp19 AlphaImage image;
H A Dglyph_atlas.cpp33 AlphaImage::copy(glyph.bitmap, in makeGlyphAtlas()
H A Dglyph_pbf.cpp84 …glyph.bitmap = AlphaImage(size, reinterpret_cast<const uint8_t*>(glyphData.data()), glyphData.size… in parseGlyphPBF()
H A Dglyph.hpp51 AlphaImage bitmap;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.hpp48 const AlphaImage image;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimage.hpp171 using AlphaImage = Image<ImageAlphaMode::Exclusive>; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp536 …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()