| /plan9/sys/src/cmd/gs/src/ |
| H A D | gstrans.c | 293 gs_transparency_mask_subtype_t subtype) in gs_trans_mask_params_init() argument 295 ptmp->subtype = subtype; in gs_trans_mask_params_init() 313 (int)ptmp->subtype, ptmp->Background_components, in gs_begin_transparency_mask() 318 params.subtype = ptmp->subtype; in gs_begin_transparency_mask() 344 tmp.subtype = pparams->subtype; in gx_begin_transparency_mask() 354 (int)tmp.subtype, tmp.Background_components, in gx_begin_transparency_mask()
|
| H A D | iplugin.c | 90 i_plugin_instance *i_plugin_find(i_ctx_t *i_ctx_p, const char *type, const char *subtype) in i_plugin_find() argument 94 if (!strcmp(I->d->type, type) && !strcmp(I->d->subtype, subtype)) in i_plugin_find()
|
| H A D | iplugin.h | 40 const char *subtype; /* Plugin type, such as "UFST" */ member 69 i_plugin_instance *i_plugin_find(i_ctx_t *i_ctx_p, const char *type, const char *subtype);
|
| H A D | gstparam.h | 102 gs_transparency_mask_subtype_t subtype; member 114 gs_transparency_mask_subtype_t subtype; member
|
| H A D | gstrans.h | 80 gs_transparency_mask_subtype_t subtype; member 143 gs_transparency_mask_subtype_t subtype);
|
| H A D | gdevpdft.c | 44 pparams->subtype == TRANSPARENCY_MASK_Alpha ? (byte *)"/Alpha" : (byte *)"/Luminosity", in pdf_make_soft_mask_dict() 45 pparams->subtype == TRANSPARENCY_MASK_Alpha ? 6 : 11); in pdf_make_soft_mask_dict()
|
| H A D | gdevpdfm.c | 380 const char *subtype; /* default Subtype in top-level dictionary */ member 399 if (params->subtype) in pdfmark_put_ao_pairs() 400 param_string_from_string(Subtype, params->subtype); in pdfmark_put_ao_pairs() 630 const char *subtype) in pdfmark_annot() argument 640 params.subtype = subtype; in pdfmark_annot() 784 ao.subtype = 0; in pdfmark_OUT()
|
| H A D | zfapi.c | 721 eprintf2("Error: Font Renderer Plugin ( %s ) return code = %d\n", I->ig.d->subtype, rc); in renderer_retcode() 741 private int FAPI_find_plugin(i_ctx_t *i_ctx_p, const char *subtype, FAPI_server **pI) in FAPI_find_plugin() argument 747 if (!strcmp(h->I->d->subtype, subtype)) { in FAPI_find_plugin() 1715 …if ((code = name_ref(imemory, (const byte *)I->ig.d->subtype, strlen(I->ig.d->subtype), &FAPI_ID, … in do_FAPIpassfont()
|
| H A D | gdevpdtw.c | 446 int subtype) in write_contents_cid_common() argument 469 pprintd1(s, "/Subtype/CIDFontType%d>>\n", subtype); in write_contents_cid_common()
|
| H A D | gdevp14.c | 2004 put_value(pbuf, pparams->subtype); in c_pdf14trans_write() 2097 read_value(data, params.subtype); in c_pdf14trans_read()
|
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | rdtarga.c | 337 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local 353 subtype = UCH(targaheader[2]); in start_input_tga() 369 if (subtype > 8) { in start_input_tga() 373 subtype -= 8; in start_input_tga() 383 switch (subtype) { in start_input_tga()
|
| /plan9/sys/src/9/port/ |
| H A D | devsdp.c | 102 int (*comp)(Conv*, int subtype, ulong seq, Block **); 301 static void convoput(Conv *c, int type, int subtype, Block *b); 1175 int type, subtype; in conviput() local 1189 subtype = b->rp[0] & 0xf; in conviput() 1192 conviconnect(c, subtype, b); in conviput() 1295 convicontrol(c, subtype, b); in conviput() 1306 b = convicomp(c, subtype, seq, b); in conviput() 1324 conviconnect(Conv *c, int subtype, Block *b) in conviconnect() argument 1337 if(0)print("sdp: conviconnect: %s: %d %uld %uld\n", convstatename[c->state], subtype, dialid, accep… in conviconnect() 1339 if(subtype == ConReset) { in conviconnect() [all …]
|
| H A D | cis.c | 48 int this, subtype; in xcistuple() local 75 subtype = c; in xcistuple() 78 subtype = -1; in xcistuple() 80 if(type == tuple && subtype == subtuple){ in xcistuple()
|
| /plan9/sys/src/cmd/5l/ |
| H A D | pass.c | 468 if(s->sig != 0 && s->type == SXREF && (nimports == 0 || s->subtype == SIMPORT)){ in import() 511 …if(s->sig != 0 && s->type != SXREF && s->type != SUNDEF && (nexports == 0 || s->subtype == SEXPORT… in export() 518 …if(s->sig != 0 && s->type != SXREF && s->type != SUNDEF && (nexports == 0 || s->subtype == SEXPORT… in export()
|
| H A D | l.h | 85 uchar subtype; member
|
| H A D | noop.c | 472 s->subtype = SIMPORT; in sdiv()
|
| /plan9/sys/src/cmd/ql/ |
| H A D | pass.c | 542 if(s->sig != 0 && s->type == SXREF && (nimports == 0 || s->subtype == SIMPORT)){ in import() 585 …if(s->sig != 0 && s->type != SXREF && s->type != SUNDEF && (nexports == 0 || s->subtype == SEXPORT… in export() 592 …if(s->sig != 0 && s->type != SXREF && s->type != SUNDEF && (nexports == 0 || s->subtype == SEXPORT… in export()
|
| H A D | l.h | 66 uchar subtype; member
|
| H A D | obj.c | 1586 s->subtype = t; in readundefs()
|
| /plan9/sys/src/cmd/8l/ |
| H A D | pass.c | 631 if(s->sig != 0 && s->type == SXREF && (nimports == 0 || s->subtype == SIMPORT)){ in import() 681 …if(s->type != SXREF && s->type != SUNDEF && (nexports == 0 && s->sig != 0 || s->subtype == SEXPORT… in export() 688 …if(s->type != SXREF && s->type != SUNDEF && (nexports == 0 && s->sig != 0 || s->subtype == SEXPORT… in export()
|
| H A D | l.h | 85 uchar subtype; member
|
| /plan9/sys/src/cmd/6l/ |
| H A D | pass.c | 655 if(s->sig != 0 && s->type == SXREF && (nimports == 0 || s->subtype == SIMPORT)){ in import() 704 …if(s->sig != 0 && s->type != SXREF && s->type != SUNDEF && (nexports == 0 || s->subtype == SEXPORT… in export() 711 …if(s->sig != 0 && s->type != SXREF && s->type != SUNDEF && (nexports == 0 || s->subtype == SEXPORT… in export()
|
| H A D | l.h | 85 uchar subtype; member
|
| H A D | obj.c | 1666 s->subtype = t; in readundefs()
|
| /plan9/sys/src/cmd/cifs/ |
| H A D | main.c | 90 mkqid(char *s, int is_dir, long vers, int subtype, long path) in mkqid() argument 101 if(subtype){ in mkqid() 104 q.path |= (subtype & 0xf); in mkqid()
|