Home
last modified time | relevance | path

Searched defs:Image (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimage.hpp21 class Image : private util::noncopyable { class
25 Image(Size size_) in Image() function in mbgl::Image
29 Image(Size size_, const uint8_t* srcData, std::size_t srcLength) in Image() function in mbgl::Image
38 Image(Size size_, std::unique_ptr<uint8_t[]> data_) in Image() function in mbgl::Image
42 Image(Image&& o) in Image() function in mbgl::Image
H A Devent.hpp25 Image, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dimage.hpp11 class Image { class
H A Dtypes.hpp17 Image, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_loader_observer.hpp17 virtual void onSpriteLoaded(std::vector<std::unique_ptr<style::Image>>&&) {} in onSpriteLoaded()
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-elf/
H A DMakefile35 all Image: $(obj)/../Image.elf target
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dimage.cpp8 Image::Image(std::string id, in Image() function in mbgl::style::Image
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst3924 Bundling an Initramfs Image From a Separate Multiconfig
4784 Preparing to Use Multilib
4816 Using Multilib
4848 Additional Implementation Details
11877 Building Wayland
11894 Installing Wayland and Weston
/OK3568_Linux_fs/kernel/arch/nds32/
H A DMakefile53 Image: vmlinux target
/OK3568_Linux_fs/kernel/arch/xtensa/boot/
H A DMakefile30 Image: boot-elf target
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/
H A Dtest.py7 import PIL.Image as Image namespace
/OK3568_Linux_fs/kernel/arch/csky/
H A DMakefile76 zImage Image uImage: vmlinux target
/OK3568_Linux_fs/kernel/arch/xtensa/
H A DMakefile90 all Image zImage uImage xipImage: vmlinux target
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py5 import PIL.Image as Image namespace
/OK3568_Linux_fs/kernel/arch/arm64/
H A DMakefile166 Image: vmlinux target
/OK3568_Linux_fs/u-boot/tools/binman/
H A Dimage.py17 class Image: class
/OK3568_Linux_fs/kernel/arch/parisc/
H A DMakefile160 Image: vmlinux target
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp24 Image enumerator
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dvideocapture.cpp39 void VideoCapture::SetImg(QLabel *Image) in SetImg()