Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicturewidget.cpp164 QImage covert_image_format(QString tempFilePath) in covert_image_format() argument
166 QImage image(tempFilePath); in covert_image_format()
267 QString tempFilePath=file_info.absoluteFilePath(); in show_file_by_iconview() local
268 int filename_index=tempFilePath.lastIndexOf("/"); in show_file_by_iconview()
269 QString tempFileName=tempFilePath.right(tempFilePath.size()-filename_index-1); in show_file_by_iconview()
280 show_bitmap_info(tempFilePath); in show_file_by_iconview()
286 objPixmap=QPixmap(tempFilePath); in show_file_by_iconview()
305 QString tempFilePath=file_info.absoluteFilePath(); in show_file_by_listview() local
306 int filename_index=tempFilePath.lastIndexOf("/"); in show_file_by_listview()
307 QString tempFileName=tempFilePath.right(tempFilePath.size()-filename_index-1); in show_file_by_listview()
[all …]