Home
last modified time | relevance | path

Searched refs:imageSource (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp128 if (RenderImageSource* imageSource = source->as<RenderImageSource>()) { in render() local
129 … if (imageSource->isEnabled() && imageSource->isLoaded() && !imageSource->bucket->needsUpload()) { in render()
130 RasterBucket& bucket = *imageSource->bucket; in render()
136 for (auto matrix_ : imageSource->matrices) { in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp130 const auto& imageSource = *source->as<ImageSource>(); in getStatus() local
131 if (imageSource.getURL()) { in getStatus()
221 const auto& imageSource = *source->as<ImageSource>(); in activateDownload() local
222 auto imageUrl = imageSource.getURL(); in activateDownload()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DCurtain.qml46 property string imageSource: "qrc:/images/Triangle_Top.png"
60 source: imageSource
H A DDivider.qml75 imageSource: "qrc:/images/Triangle_bottom.png"