Searched defs:sub (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/widgets/ |
H A D | ege-select-one-action.cpp | 729 GtkWidget* sub = gtk_action_create_tool_item( GTK_ACTION(ract) ); local 730 gtk_activatable_set_related_action( GTK_ACTIVATABLE (sub), GTK_ACTION(ract) ); 731 gtk_tool_item_set_tooltip_text( GTK_TOOL_ITEM(sub), tip ); 733 gtk_box_pack_start( GTK_BOX(holder), sub, FALSE, FALSE, 0 ); local
|
/inkscape/src/extension/internal/ |
H A D | text_reassemble.c | 195 \brief Find a (sub)string in a caseinvariant manner, used for locating "Narrow" in font name 198 \param sub Text to find 200 int TR_findcasesub(const char *string, const char *sub){ argument 204 for(match=1,j=0; sub[j] && string[i+j]; j++){ 205 if(toupper(sub[j]) != toupper(string[i+j])){ 210 if(match && !sub[j])break; /* matched over the entire substring */
|
/inkscape/src/libuemf/ |
H A D | uemf.c | 1068 \return Pointer to the sub array on success, NULL otherwise. 1087 char *sub; local 1109 sub = rgba_px; 1112 sptr = sub = malloc(ew*eh*4); 1113 if(!sub)return(NULL); 1122 return(sub);
|
Completed in 45 milliseconds