Home
last modified time | relevance | path

Searched refs:def_cs (Results 1 – 7 of 7) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/
H A Dboxm2_vecf_orbicularis_oris.cxx195 std::vector<bvgl_cross_section> def_cs; in tilt() local
198 def_cs.push_back(cs); in tilt()
201 boxm2_vecf_orbicularis_oris target(def_axis, def_cs, this->cross_section_interval_); in tilt()
321 std::vector<bvgl_cross_section> def_cs; in scale() local
324 def_cs.push_back(cs); in scale()
327 boxm2_vecf_orbicularis_oris target(deformed_axis, def_cs, this->cross_section_interval_); in scale()
621 std::vector<bvgl_cross_section> def_cs; in circular_deform() local
624 def_cs.push_back(cs); in circular_deform()
627 boxm2_vecf_orbicularis_oris target(deformed_axis, def_cs, this->cross_section_interval_); in circular_deform()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dglyph-cache.h37 …_device *dev, fz_font *font, int gid, fz_matrix trm, void *gstate, fz_default_colorspaces *def_cs);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/mgmcommon/
H A DConfigSection.cpp923 ConfigSection::copy_default(ConfigSection *def_cs) in copy_default() argument
925 require(def_cs->is_real_section()); in copy_default()
926 Uint32 def_num_entries = def_cs->m_num_entries; in copy_default()
929 Entry *def_entry = def_cs->m_entry_array[i]; in copy_default()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/ddlpackage/
H A Dddl.y64 void fix_column_length(SchemaObject* elem, const CHARSET_INFO* def_cs) { in fix_column_length() argument
75 unsigned mul = def_cs ? def_cs->mbmaxlen : 1; in fix_column_length()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/ddlpackage/
H A Dddl.y64 void fix_column_length(SchemaObject* elem, const CHARSET_INFO* def_cs) { in fix_column_length() argument
75 unsigned mul = def_cs ? def_cs->mbmaxlen : 1; in fix_column_length()
/dports/textproc/hhm/hhm-0.1.1/
H A Dhhm.c177 char def_cs = 1; /* Default content section for author files */ variable
932 new_item->cs = def_cs; in add_file()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dfont.c1590 …z_device *dev, fz_font *font, int gid, fz_matrix trm, void *gstate, fz_default_colorspaces *def_cs) in fz_render_t3_glyph_direct() argument
1620 font->t3run(ctx, font->t3doc, font->t3resources, contents, dev, ctm, gstate, def_cs); in fz_render_t3_glyph_direct()