Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dcodec_tiff.c1558 char * c = pget_c( Compression); in save()
1576 char * c = pget_c( ResolutionUnit); in save()
1587 TIFFSetField( tiff, TIFFTAG_ARTIST, pget_c( Artist)); in save()
1589 TIFFSetField( tiff, TIFFTAG_COPYRIGHT, pget_c( Copyright)); in save()
1591 TIFFSetField( tiff, TIFFTAG_DATETIME, pget_c( DateTime)); in save()
1593 TIFFSetField( tiff, TIFFTAG_DOCUMENTNAME, pget_c( DocumentName)); in save()
1595 TIFFSetField( tiff, TIFFTAG_HOSTCOMPUTER, pget_c( HostComputer)); in save()
1599 TIFFSetField( tiff, TIFFTAG_MAKE, pget_c( Make)); in save()
1601 TIFFSetField( tiff, TIFFTAG_MODEL, pget_c( Model)); in save()
1603 TIFFSetField( tiff, TIFFTAG_PAGENAME, pget_c( PageName)); in save()
[all …]
H A Dcodec_Xpm.c521 info. hints_cmt = pget_c( hintsComment); in save()
525 info. colors_cmt = pget_c( colorsComment); in save()
529 info. pixels_cmt = pget_c( pixelsComment); in save()
H A Dcodec_png.c1625 char * c = pget_c( render_intent); in write_sRGB()
1672 char * name = pexist( iccp_name) ? pget_c( iccp_name) : "unspecified"; in write_iCCP()
1759 char * c = pget_c( offset_dimension); in write_oFFs()
1785 char * c = pget_c( resolution_dimension); in write_pHYs()
1811 char * c = pget_c( scale_unit); in write_sCAL()
1949 char * c = pget_c(disposalMethod); in write_fcTL()
1964 char * c = pget_c(blendMethod); in write_fcTL()
H A Dimg.c312 baseClassName = pget_c( className); in apc_img_load()
493 className = pget_c( className); in apc_img_load()
H A Dcodec_webp.c459 char * compression = pget_c(compression); in parse_global_options()
H A Dcodec_gif.c637 EGifPutComment( g, pget_c( comment)); in save()
H A Dcodec_jpeg.c598 char * cmd = pget_c(exifTransform); in load()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DApplication.c28 char * hintClass = pget_c( hintClass); in Application_init()
65 (void) hv_store( hv, "PrinterClass", 12, newSVpv( pget_c( printerClass), 0), 0); in Application_init()
66 (void) hv_store( hv, "PrinterModule", 13, newSVpv( pget_c( printerModule), 0), 0); in Application_init()
67 (void) hv_store( hv, "HelpClass", 9, newSVpv( pget_c( helpClass), 0), 0); in Application_init()
68 (void) hv_store( hv, "HelpModule", 10, newSVpv( pget_c( helpModule), 0), 0); in Application_init()
H A DPrinter.c24 prn = pget_c( printer); in Printer_init()
H A DWidget_geometry.c826 char * c = pget_c( side); in Widget_packInfo()
835 char * c = pget_c( fill); in Widget_packInfo()
857 char * c = pget_c( anchor); in Widget_packInfo()
1199 char * c = pget_c( anchor); in Widget_placeInfo()
H A DDrawable_text.c1344 t.language = pget_c(language); in Drawable_text_shape()
/dports/graphics/IPA/IPA-1.08/Global/
H A Dhough.c68 if ( pexist( type)) type = pget_c( type); in IPA__Global_hough()
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dinternals.pod418 my-> set_name( pget_c( name));
873 =item pget_sv, pget_i, pget_f, pget_c, pget_H, pget_B
/dports/graphics/IPA/IPA-1.08/Local/
H A DLocal.c1168 char *mname=pget_c(method); in IPA__Local_unionFind()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h1395 #define pget_c( key) ( pget_sv_void( key), SvPV_nolen( *temporary_prf_Sv)) macro