Home
last modified time | relevance | path

Searched refs:picon (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/dports/net/dhcpcd-ui/dhcpcd-ui-0.7.8/src/dhcpcd-qt/
H A Ddhcpcd-ssidmenuwidget.cpp112 QPixmap picon; in setScan() local
128 picon = icon.pixmap(ICON_SIZE); in setScan()
130 picon = picon.scaledToHeight(ICON_SIZE, in setScan()
132 selicon->setPixmap(picon); in setScan()
151 picon = icon.pixmap(ICON_SIZE); in setScan()
152 if (picon.height() != ICON_SIZE) in setScan()
153 picon = picon.scaledToHeight(ICON_SIZE, Qt::SmoothTransformation); in setScan()
154 encicon->setPixmap(picon); in setScan()
158 picon = icon.pixmap(ICON_SIZE); in setScan()
160 picon = picon.scaledToHeight(ICON_SIZE, Qt::SmoothTransformation); in setScan()
[all …]
H A Ddhcpcd-about.cpp54 QPixmap picon = icon.pixmap(32, 32); in DhcpcdAbout() local
57 iconLabel->setPixmap(picon); in DhcpcdAbout()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dxpm.c672 *picon; in WritePICONImage() local
745 picon=DestroyImage(picon); in WritePICONImage()
771 q=GetAuthenticPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
788 colors=picon->colors; in WritePICONImage()
793 picon->colormap,(size_t) colors,sizeof(*picon->colormap)); in WritePICONImage()
802 q=GetAuthenticPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
808 SetPixelIndex(picon,(Quantum) picon->colors,q); in WritePICONImage()
840 pixel=picon->colormap[i]; in WritePICONImage()
871 p=GetVirtualPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
893 picon->rows); in WritePICONImage()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dxpm.c672 *picon; in WritePICONImage() local
745 picon=DestroyImage(picon); in WritePICONImage()
771 q=GetAuthenticPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
788 colors=picon->colors; in WritePICONImage()
793 picon->colormap,(size_t) colors,sizeof(*picon->colormap)); in WritePICONImage()
802 q=GetAuthenticPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
808 SetPixelIndex(picon,(Quantum) picon->colors,q); in WritePICONImage()
840 pixel=picon->colormap[i]; in WritePICONImage()
871 p=GetVirtualPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
893 picon->rows); in WritePICONImage()
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dxpm.c707 *picon, in WritePICONImage() local
782 if (picon->matte) in WritePICONImage()
790 if (picon->matte) in WritePICONImage()
797 q=GetImagePixels(picon,0,y,picon->columns,1); in WritePICONImage()
814 colors=picon->colors; in WritePICONImage()
821picon->colormap[colors-1].red=picon->colormap[colors-1].green=picon->colormap[colors-1].blue=0; in WritePICONImage()
828 q=GetImagePixels(picon,0,y,picon->columns,1); in WritePICONImage()
856 FormatString(buffer,"\"%lu %lu %lu %ld\",\n",picon->columns,picon->rows, in WritePICONImage()
865 (void) QueryColorname(picon,picon->colormap+i,XPMCompliance,name, in WritePICONImage()
895 p=AcquireImagePixels(picon,0,y,picon->columns,1,&picon->exception); in WritePICONImage()
[all …]
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dxpm.c689 *picon; in WritePICONImage() local
768 if (picon != (Image *) NULL) in WritePICONImage()
769 picon=DestroyImage(picon); in WritePICONImage()
781 if (picon->matte != MagickFalse) in WritePICONImage()
796 q=GetAuthenticPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
813 colors=picon->colors; in WritePICONImage()
821 picon->colormap,(size_t) colors,sizeof(*picon->colormap)); in WritePICONImage()
830 q=GetAuthenticPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
909 p=GetVirtualPixels(picon,0,y,picon->columns,1,&picon->exception); in WritePICONImage()
931 picon->rows); in WritePICONImage()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dxpm.c689 *picon; in WritePICONImage() local
768 if (picon != (Image *) NULL) in WritePICONImage()
769 picon=DestroyImage(picon); in WritePICONImage()
781 if (picon->matte != MagickFalse) in WritePICONImage()
796 q=GetAuthenticPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
813 colors=picon->colors; in WritePICONImage()
821 picon->colormap,(size_t) colors,sizeof(*picon->colormap)); in WritePICONImage()
830 q=GetAuthenticPixels(picon,0,y,picon->columns,1,exception); in WritePICONImage()
909 p=GetVirtualPixels(picon,0,y,picon->columns,1,&picon->exception); in WritePICONImage()
931 picon->rows); in WritePICONImage()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/PositionIndependentCode/
H A DConflict4.cmake4 add_library(picon INTERFACE) target
5 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
8 target_link_libraries(conflict picon $<$<BOOL:$<TARGET_PROPERTY:POSITION_INDEPENDENT_CODE>>:picifac…
H A DConflict6.cmake4 add_library(picon INTERFACE) target
5 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
8 target_link_libraries(conflict picon $<$<NOT:$<BOOL:$<TARGET_PROPERTY:POSITION_INDEPENDENT_CODE>>>:…
H A DConflict5.cmake2 add_library(picon INTERFACE) target
3 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
9 target_link_libraries(conflict picon picoff)
H A DConflict2.cmake2 add_library(picon UNKNOWN IMPORTED) target
3 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
9 target_link_libraries(conflict picon picoff)
H A DConflict3.cmake4 add_library(picon UNKNOWN IMPORTED) target
5 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
8 target_link_libraries(conflict picon)
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/PositionIndependentCode/
H A DConflict4.cmake4 add_library(picon INTERFACE) target
5 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
8 target_link_libraries(conflict picon $<$<BOOL:$<TARGET_PROPERTY:POSITION_INDEPENDENT_CODE>>:picifac…
H A DConflict6.cmake4 add_library(picon INTERFACE) target
5 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
8 target_link_libraries(conflict picon $<$<NOT:$<BOOL:$<TARGET_PROPERTY:POSITION_INDEPENDENT_CODE>>>:…
H A DConflict5.cmake2 add_library(picon INTERFACE) target
3 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
9 target_link_libraries(conflict picon picoff)
H A DConflict2.cmake2 add_library(picon UNKNOWN IMPORTED) target
3 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
9 target_link_libraries(conflict picon picoff)
H A DConflict3.cmake4 add_library(picon UNKNOWN IMPORTED) target
5 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
8 target_link_libraries(conflict picon)
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/PositionIndependentCode/
H A DConflict4.cmake4 add_library(picon INTERFACE) target
5 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
8 target_link_libraries(conflict picon $<$<BOOL:$<TARGET_PROPERTY:POSITION_INDEPENDENT_CODE>>:picifac…
H A DConflict6.cmake4 add_library(picon INTERFACE) target
5 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
8 target_link_libraries(conflict picon $<$<NOT:$<BOOL:$<TARGET_PROPERTY:POSITION_INDEPENDENT_CODE>>>:…
H A DConflict5.cmake2 add_library(picon INTERFACE) target
3 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
9 target_link_libraries(conflict picon picoff)
H A DConflict2.cmake2 add_library(picon UNKNOWN IMPORTED) target
3 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
9 target_link_libraries(conflict picon picoff)
H A DConflict3.cmake4 add_library(picon UNKNOWN IMPORTED) target
5 set_property(TARGET picon PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE ON)
8 target_link_libraries(conflict picon)
/dports/multimedia/tvheadend/tvheadend-4.2.8/docs/property/
H A Dconfig_picon_servicetype.md10 **Standard** | Choose this if your picon pack uses the standard naming scheme, e.g…
11 **force service type to 1** | Choose this if your picon pack has icons that start with "1_0_1_xxx…
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dwidget_label.h17 #define create_iconlabel_from_chars(picon, pdest, chars, ptsize, flags) \ argument
18 create_iconlabel(picon, pdest, create_utf8_from_char(chars, ptsize), flags)
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dwidget_label.h17 #define create_iconlabel_from_chars(picon, pdest, chars, ptsize, flags) \ argument
18 create_iconlabel(picon, pdest, create_utf8_from_char(chars, ptsize), flags)

12345678910>>...17