Home
last modified time | relevance | path

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

/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Folders/src/
H A Dapplet-init.c86 CD_APPLET_SET_IMAGE_ON_MY_ICON (myConfig.cImageFile);
106 CD_APPLET_SET_IMAGE_ON_MY_ICON (myConfig.cImageFile);
113 CD_APPLET_SET_IMAGE_ON_MY_ICON (myConfig.cImageFile);
149 CD_APPLET_SET_IMAGE_ON_MY_ICON (myConfig.cImageFile);
174 CD_APPLET_SET_IMAGE_ON_MY_ICON (myConfig.cImageFile);
181 CD_APPLET_SET_IMAGE_ON_MY_ICON (myConfig.cImageFile);
H A Dapplet-config.c31 myConfig.cImageFile = CD_CONFIG_GET_STRING ("Icon", "image file");
62 g_free (myConfig.cImageFile);
H A Dapplet-struct.h28 gchar *cImageFile; member
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-image-buffer.h61 gchar *cairo_dock_search_image_s_path (const gchar *cImageFile);
73 void cairo_dock_load_image_buffer_full (CairoDockImageBuffer *pImage, const gchar *cImageFile, int …
82 …k_load_image_buffer(pImage, cImageFile, iWidth, iHeight, iLoadModifier) cairo_dock_load_image_buff… argument
100 CairoDockImageBuffer *cairo_dock_create_image_buffer (const gchar *cImageFile, int iWidth, int iHei…
H A Dcairo-dock-image-buffer.c42 gchar *cairo_dock_search_image_s_path (const gchar *cImageFile) in cairo_dock_search_image_s_path() argument
44 g_return_val_if_fail (cImageFile != NULL, NULL); in cairo_dock_search_image_s_path()
46 if (*cImageFile == '~') in cairo_dock_search_image_s_path()
48 cImagePath = g_strdup_printf ("%s%s", getenv("HOME"), cImageFile + 1); in cairo_dock_search_image_s_path()
55 else if (*cImageFile == '/') in cairo_dock_search_image_s_path()
57 if (!g_file_test (cImageFile, G_FILE_TEST_EXISTS)) in cairo_dock_search_image_s_path()
60 cImagePath = g_strdup (cImageFile); in cairo_dock_search_image_s_path()
64 cImagePath = g_strdup_printf ("%s/%s", g_cCurrentImagesPath, cImageFile); in cairo_dock_search_image_s_path()
68 cImagePath = g_strdup_printf ("%s/%s", g_cCurrentThemePath, cImageFile); in cairo_dock_search_image_s_path()
87 if (cImageFile == NULL) in cairo_dock_load_image_buffer_full()
[all …]
H A Dcairo-dock-surface-factory.c593 g_return_val_if_fail (cImageFile != NULL, NULL); in cairo_dock_create_surface_from_image_simple()
596 if (*cImageFile == '/') in cairo_dock_create_surface_from_image_simple()
597 cImagePath = (gchar *)cImageFile; in cairo_dock_create_surface_from_image_simple()
599 cImagePath = cairo_dock_search_image_s_path (cImageFile); in cairo_dock_create_surface_from_image_simple()
610 if (cImagePath != cImageFile) in cairo_dock_create_surface_from_image_simple()
617 g_return_val_if_fail (cImageFile != NULL, NULL); in cairo_dock_create_surface_from_icon()
620 if (*cImageFile == '/') in cairo_dock_create_surface_from_icon()
621 cIconPath = (gchar *)cImageFile; in cairo_dock_create_surface_from_icon()
634 if (cIconPath != cImageFile) in cairo_dock_create_surface_from_icon()
643 if (cImageFile != NULL) in cairo_dock_create_surface_from_pattern()
[all …]
H A Dcairo-dock-overlay.h68 const gchar *cImageFile; member
108 CairoOverlay *cairo_dock_add_overlay_from_image (Icon *pIcon, const gchar *cImageFile, CairoOverlay…
172 gboolean cairo_dock_print_overlay_on_icon_from_image (Icon *pIcon, const gchar *cImageFile, CairoOv…
H A Dcairo-dock-overlay.c86 CairoOverlay *cairo_dock_add_overlay_from_image (Icon *pIcon, const gchar *cImageFile, CairoOverlay… in cairo_dock_add_overlay_from_image() argument
93 attr.cImageFile = cImageFile; in cairo_dock_add_overlay_from_image()
370 gboolean cairo_dock_print_overlay_on_icon_from_image (Icon *pIcon, const gchar *cImageFile, CairoOv… in cairo_dock_print_overlay_on_icon_from_image() argument
372 CairoOverlay *pOverlay = cairo_dock_add_overlay_from_image (pIcon, cImageFile, iPosition, NULL); in cairo_dock_print_overlay_on_icon_from_image()
415 if (cattr->cImageFile != NULL) in init_object()
419 …cairo_dock_load_image_buffer (&pOverlay->image, cattr->cImageFile, iWidth * pOverlay->fScale, iHei… in init_object()
H A Dcairo-dock-surface-factory.h123 cairo_surface_t *cairo_dock_create_surface_from_image_simple (const gchar *cImageFile, double fImag…
148 cairo_surface_t *cairo_dock_create_surface_from_pattern (const gchar *cImageFile, double fImageWidt…
H A Dcairo-dock-draw-opengl.c724 GLuint cairo_dock_create_texture_from_image_full (const gchar *cImageFile, double *fImageWidth, dou… in cairo_dock_create_texture_from_image_full() argument
728 if (cImageFile == NULL) in cairo_dock_create_texture_from_image_full()
731 if (*cImageFile == '/') in cairo_dock_create_texture_from_image_full()
732 cImagePath = (gchar *)cImageFile; in cairo_dock_create_texture_from_image_full()
734 cImagePath = cairo_dock_search_image_s_path (cImageFile); in cairo_dock_create_texture_from_image_full()
751 if (cImagePath != cImageFile) in cairo_dock_create_texture_from_image_full()
H A Dcairo-dock-applet-facility.h626 …fine CD_APPLET_ADD_OVERLAY_ON_MY_ICON(cImageFile, iPosition) cairo_dock_add_overlay_from_image (my… argument
633 …_APPLET_PRINT_OVERLAY_ON_MY_ICON(cImageFile, iPosition) cairo_dock_print_overlay_on_icon_from_imag… argument
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DAPELink.cpp76 char cImageFile[MAX_PATH + 1]; int nIndex = 0; in ParseData() local
79 cImageFile[nIndex++] = *pImageCharacter++; in ParseData()
80 cImageFile[nIndex] = 0; in ParseData()
82 …utfn> spImageFileUTF16(CAPECharacterHelper::GetUTF16FromUTF8((const str_utf8 *) cImageFile), true); in ParseData()
/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/
H A DAPELink.cpp83 char cImageFile[MAX_PATH + 1]; int nIndex = 0; in ParseData() local
86 cImageFile[nIndex++] = *pImageCharacter++; in ParseData()
87 cImageFile[nIndex] = 0; in ParseData()
89 CSmartPtr<str_utf16> spImageFileUTF16(GetUTF16FromUTF8((UCHAR *) cImageFile), TRUE); in ParseData()