Home
last modified time | relevance | path

Searched refs:LVImageSourceRef (Results 1 – 25 of 32) sorted by relevance

12

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvimg.h90 typedef LVRef< LVImageSource > LVImageSourceRef; typedef
105 LVImageSourceRef LVCreateTileTransform( LVImageSourceRef src, int newWidth, int newHeight, int offs…
107 LVImageSourceRef LVCreateXPMImageSource( const char * data[] );
108 LVImageSourceRef LVCreateNodeImageSource( ldomNode * node );
111 LVImageSourceRef LVCreateStreamImageSource( LVStreamRef stream );
113 LVImageSourceRef LVCreateFileCopyImageSource( lString32 fname );
117 LVImageSourceRef LVCreateUnpackedImageSource( LVImageSourceRef srcImage, int maxSize = MAX_SKIN_IMA…
119 LVImageSourceRef LVCreateUnpackedImageSource( LVImageSourceRef srcImage, int maxSize, int bpp );
127 LVImageSourceRef LVCreateColorTransformImageSource(LVImageSourceRef srcImage, lUInt32 addRGB, lUInt…
129 LVImageSourceRef LVCreateAlphaTransformImageSource(LVImageSourceRef srcImage, int alpha);
[all …]
H A Dcrskin.h70 LVImageSourceRef _image; /// image to draw
80 LVImageSourceRef getImage() { return _image; } in getImage()
285 LVImageSourceRef _normalimage;
286 LVImageSourceRef _disabledimage;
287 LVImageSourceRef _pressedimage;
288 LVImageSourceRef _selectedimage;
326 LVImageSourceRef _hBody;
327 LVImageSourceRef _hSlider;
328 LVImageSourceRef _vBody;
329 LVImageSourceRef _vSlider;
[all …]
H A Dlvdocview.h298 LVImageSourceRef m_defaultCover;
299 LVImageSourceRef m_backgroundImage;
507 LVImageSourceRef getDefaultCover() const { return m_defaultCover; } in getDefaultCover()
509 void setDefaultCover(LVImageSourceRef cover) { m_defaultCover = cover; clearImageCache(); } in setDefaultCover()
512 LVImageSourceRef getBackgroundImage() const { return m_backgroundImage; } in getBackgroundImage()
514 …void setBackgroundImage(LVImageSourceRef bgImage, bool tiled=true) { m_backgroundImage = bgImage; …
744 LVImageSourceRef getImageByPoint(lvPoint pt);
746 bool drawImage(LVDrawBuf * buf, LVImageSourceRef img, int x, int y, int dx, int dy);
815 LVImageSourceRef getCoverPageImage();
979 void LVDrawBookCover(LVDrawBuf & buf, LVImageSourceRef image, lString8 fontFace, lString32 title, l…
H A Dlvdrawbuf.h180 …virtual void Draw( LVImageSourceRef img, int x, int y, int width, int height, bool dither=true ) =…
182 …virtual void Draw( LVImageSourceRef img, int x, int y, int width, int height, int srcx, int srcy, …
184 …virtual void DrawRotated( LVImageSourceRef img, int x, int y, int width, int height, int rotationA… in DrawRotated()
395 virtual void Draw( LVImageSourceRef img, int x, int y, int width, int height, bool dither );
540 virtual void Draw( LVImageSourceRef img, int x, int y, int width, int height, bool dither );
H A Dcrgui.h660 LVImageSourceRef _icon; // window title icon
1005 LVImageSourceRef _image;
1018 LVImageSourceRef getImage() { return _image; } in getImage()
1022 …CRMenuItem( CRMenu * menu, int id, lString32 label, LVImageSourceRef image, LVFontRef defFont, con…
1025 …CRMenuItem( CRMenu * menu, int id, const char * label, LVImageSourceRef image, LVFontRef defFont, …
1084 …UIWindowManager * wm, CRMenu * parentMenu, int id, lString32 label, LVImageSourceRef image, LVFont…
1088 …indowManager * wm, CRMenu * parentMenu, int id, const char * label, LVImageSourceRef image, LVFont…
H A Dlvtinydom.h1090 LVImageSourceRef getObjectImageSource();
1379 LVHashTable<lString32,LVImageSourceRef> _urlImageMap; // url to image source map
2462 LVImageSourceRef getObjectImageSource( lString32 refName );
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3gui/src/
H A Dsettings.cpp207 LVImageSourceRef(), LVFontRef(), valueFont, props, propName); in createOrientationMenu()
283 LVImageSourceRef(), lString16::itoa(cr_font_sizes[i]).c_str(), in createFontSizeMenu()
299 LVImageSourceRef(), in addMenuItems()
584 list[i], LVImageSourceRef(), list[i].c_str(), in CRSettingsMenu()
602 list[i], LVImageSourceRef(), list[i].c_str(), in CRSettingsMenu()
758 LVImageSourceRef(), LVFontRef(), valueFont, props, PROP_HYPHENATION_DICT ); in CRSettingsMenu()
763 LVImageSourceRef(), in CRSettingsMenu()
782 LVImageSourceRef(), LVFontRef(), valueFont, props ); in CRSettingsMenu()
785 LVImageSourceRef(), LVFontRef(), valueFont, props, PROP_PAGE_MARGIN_TOP ); in CRSettingsMenu()
795 LVImageSourceRef(), LVFontRef(), valueFont, props, PROP_PAGE_MARGIN_LEFT ); in CRSettingsMenu()
[all …]
H A Dmainwnd.cpp842 LVImageSourceRef(), in showMainMenu()
849 LVImageSourceRef(), in showMainMenu()
854 LVImageSourceRef(), in showMainMenu()
859 LVImageSourceRef(), in showMainMenu()
864 LVImageSourceRef(), in showMainMenu()
870 LVImageSourceRef(), in showMainMenu()
876 LVImageSourceRef(), in showMainMenu()
881 LVImageSourceRef(), in showMainMenu()
885 LVImageSourceRef(), in showMainMenu()
889 LVImageSourceRef(), in showMainMenu()
[all …]
H A Dlinksdlg.h39 LVImageSourceRef _activeIcons[2];
40 LVImageSourceRef _normalIcons[2];
H A Dlogoconv.cpp10 LVImageSourceRef startimg = LVCreateFileCopyImageSource( lString16(argv[1]) ); in main()
18 LVImageSourceRef stopimg = LVCreateFileCopyImageSource( lString16(argv[2]) ); in main()
H A Dfsmenu.cpp19 : CRMenu( wm, NULL, id, caption, LVImageSourceRef(), LVFontRef(), LVFontRef() ) in CRFullScreenMenu()
H A Dcr3pocketbook.cpp316 LVImageSourceRef img = getSkin()->getImage(imgname); in restoreOrientation()
612 LVImageSourceRef _toolBarImg;
894 LVImageSourceRef img = _wm->getSkin()->getImage(L"cr3_pb_quickmenu.png"); in getQuickMenuBitmap()
1587 lString16(""), LVImageSourceRef(), LVFontRef(), valueFont, in selectDictionary()
1598 LVImageSourceRef(), in selectDictionary()
1904 …: CRMenuItem(menu, id, lString16::empty_str, LVImageSourceRef(), LVFontRef() ), _word( word ), _tr… in CRPbDictionaryMenuItem()
1940 …: CRMenu(wm, NULL, 0, lString16::empty_str, LVImageSourceRef(), LVFontRef(), LVFontRef() ), _paren… in CRPbDictionaryMenu()
H A Drecentdlg.cpp29 : CRMenuItem(menu, index, lString16::empty_str, LVImageSourceRef(), LVFontRef() ), _book( book ) in CRRecentBookMenuItem()
H A Dcr3qt.cpp391 LVImageSourceRef img = winman.getSkin()->getImage(imgname); in main()
H A Dbmkdlg.cpp19 : CRMenuItem(menu, shortcut, lString16(_("Empty slot")), LVImageSourceRef(), LVFontRef() ), _bookma… in CRBookmarkMenuItem()
H A Dcr3nanox.cpp1275 LVImageSourceRef img = wm->getSkin()->getImage(imgname); in InitDoc()
H A Dcr3xcb.cpp1413 LVImageSourceRef img = winman.getSkin()->getImage(imgname); in main()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvimg.cpp695 return LVImageSourceRef(); in LVCreateXPMImageSource()
1875 LVImageSourceRef ref; in LVCreateStreamImageSource()
1910 ref = LVImageSourceRef( img ); in LVCreateStreamImageSource()
1926 LVImageSourceRef ref; in LVCreateNodeImageSource()
1957 LVImageSourceRef _src;
2108 return LVImageSourceRef(); in LVCreateStretchFilledTransform()
2133 LVImageSourceRef _src;
2240 LVImageSourceRef _src;
2289 LVImageSourceRef LVCreateAlphaTransformImageSource(LVImageSourceRef srcImage, int alpha) { in LVCreateAlphaTransformImageSource()
2472 LVImageSourceRef LVCreateUnpackedImageSource( LVImageSourceRef srcImage, int maxSize, bool gray ) in LVCreateUnpackedImageSource()
[all …]
H A Dcrskin.cpp451 LVImageSourceRef res; in getImage()
732 return LVImageSourceRef(); in readImage()
734 LVImageSourceRef res = getImage( value ); in readImage()
1064 LVImageSourceRef btnImage = getImage(flags); in drawButton()
1072 LVImageSourceRef CRButtonSkin::getImage(int flags) in getImage()
1074 LVImageSourceRef btnImage; in getImage()
1154 LVImageSourceRef bodyImg; in drawScroll()
1155 LVImageSourceRef sliderImg; in drawScroll()
1252 LVImageSourceRef bodyImg; in drawGauge()
1253 LVImageSourceRef sliderImg; in drawGauge()
[all …]
H A Dlvdocview.cpp1067 LVImageSourceRef LVDocView::getCoverPageImage() { in getCoverPageImage()
1088 LVImageSourceRef imgsrc = cover_img_el->getObjectImageSource(); in getCoverPageImage()
1092 return LVImageSourceRef(); // not found: return NULL ref in getCoverPageImage()
1142 LVImageSourceRef imgsrc = getCoverPageImage(); in drawCoverTo()
1143 LVImageSourceRef defcover = getDefaultCover(); in drawCoverTo()
1441 LVImageSourceRef icon = m_batteryIcons[iconIndex]; in drawBatteryState()
1877 LVImageSourceRef icon = m_headerIcons[ni]; in drawPageHeader()
2361 LVImageSourceRef resized = LVCreateStretchFilledTransform(src, dx, dy, in drawPageBackground()
2627 LVImageSourceRef LVDocView::getImageByPoint(lvPoint pt) { in getImageByPoint()
2628 LVImageSourceRef res = LVImageSourceRef(); in getImageByPoint()
[all …]
H A Dlvdrawbuf.cpp408 LVImageSourceRef src;
468 …LVImageScaledDrawCallback(LVBaseDrawBuf * dstbuf, LVImageSourceRef img, int x, int y, int width, i… in LVImageScaledDrawCallback()
858 void LVGrayDrawBuf::Draw( LVImageSourceRef img, int x, int y, int width, int height, bool dither ) in Draw()
1451 void LVColorDrawBuf::Draw( LVImageSourceRef img, int x, int y, int width, int height, bool dither ) in Draw()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/jni/
H A Ddocview.h20 LVImageSourceRef _currentImage;
H A Dcr3engine.cpp524 LVImageSourceRef image; in drawBookCoverInternal()
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3qt/src/
H A Dmainwindow.cpp396 LVImageSourceRef img; in onPropsChange()
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3wx/src/
H A Dview.cpp88 LVImageSourceRef cover = LVCreateFileCopyImageSource( exeDirPath + "cr3_def_cover.png" ); in cr3view()

12