Searched refs:loc (Results 1 - 9 of 9) sorted by relevance
/inkscape/ |
H A D | tools-version.sh | 24 loc=`which $x 2>/dev/null` 25 if [ -z "$loc" ]; then 28 echo -n "$loc: "
|
/inkscape/src/widgets/ |
H A D | stroke-marker-selector.h | 35 MarkerComboBox(gchar const *id, int loc); 49 int get_loc() { return loc; }; 56 int loc; member in class:MarkerComboBox
|
H A D | stroke-style.h | 168 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 D | stroke-style.cpp | 609 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 D | stroke-marker-selector.cpp | 52 loc(l),
|
/inkscape/src/libcroco/ |
H A D | cr-tknzr.c | 437 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 D | affine.h | 131 void setTranslation(Point const &loc);
|
H A D | affine.cpp | 56 void Affine::setTranslation(Point const &loc) { argument 58 _c[i + 4] = loc[i];
|
/inkscape/src/ui/widget/ |
H A D | preferences-widget.cpp | 378 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 171 milliseconds