Searched refs:loc (Results 1 - 9 of 9) sorted by relevance

/inkscape/
H A Dtools-version.sh24 loc=`which $x 2>/dev/null`
25 if [ -z "$loc" ]; then
28 echo -n "$loc: "
/inkscape/src/widgets/
H A Dstroke-marker-selector.h35 MarkerComboBox(gchar const *id, int loc);
49 int get_loc() { return loc; };
56 int loc; member in class:MarkerComboBox
H A Dstroke-style.h168 void setMarkerColor(SPObject *marker, int loc, SPItem *item);
169 SPObject *forkMarker(SPObject *marker, int loc, SPItem *item);
170 const char *getItemColorForMarker(SPItem *item, Inkscape::PaintTarget fill_or_stroke, int loc);
H A Dstroke-style.cpp609 StrokeStyle::forkMarker(SPObject *marker, int loc, SPItem *item) argument
615 gchar const *marker_id = SPMarkerNames[loc].key;
657 StrokeStyle::setMarkerColor(SPObject *marker, int loc, SPItem *item) argument
675 marker = forkMarker(marker, loc, item);
684 const char *lstroke = getItemColorForMarker(item, FOR_STROKE, loc);
686 const char *lfill = getItemColorForMarker(item, FOR_FILL, loc);
735 StrokeStyle::getItemColorForMarker(SPItem *item, Inkscape::PaintTarget fill_or_stroke, int loc) argument
751 if (loc == SP_MARKER_LOC_END) {
1255 struct { MarkerComboBox *key; int loc; } const keyloc[] = { member in struct:Inkscape::__anon180
1292 if (object->style->marker_ptrs[keyloc[i].loc]
[all...]
H A Dstroke-marker-selector.cpp52 loc(l),
/inkscape/src/libcroco/
H A Dcr-tknzr.c437 CRParsingLocation loc = {0,0,0} ; local
446 cr_tknzr_get_parsing_location (a_this, &loc) ;
497 &loc) ;
1027 CRParsingLocation loc = {0,0,0} ; local
1044 &loc) ;
1057 (&(*a_str)->location, &loc) ;
1079 CRParsingLocation loc = {0,0,0} ; local
1096 &loc) ;
1098 cr_parsing_location_copy (&(*a_str)->location, &loc) ;
/inkscape/src/2geom/
H A Daffine.h131 void setTranslation(Point const &loc);
H A Daffine.cpp56 void Affine::setTranslation(Point const &loc) { argument
58 _c[i + 4] = loc[i];
/inkscape/src/ui/widget/
H A Dpreferences-widget.cpp378 draw_text(cairo_t *cr, Geom::Point loc, const char* txt, bool bottom = false, argument
393 cairo_move_to(cr, loc[Geom::X], loc[Geom::Y] - (bottom ? logical_extent.height : 0));

Completed in 35 milliseconds