Searched refs:pAttrs (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A DTextWrapper.h119 void MakeTextBoundaries(PangoLogAttr *pAttrs, int nAttr);
H A DTextWrapper.cpp312 PangoLogAttr *pAttrs = NULL; local
315 pango_layout_get_log_attrs(pLayout, &pAttrs, &nbAttr);
317 MakeTextBoundaries(pAttrs, nbAttr);
324 if ( pAttrs ) g_free(pAttrs);
699 void text_wrapper::MakeTextBoundaries(PangoLogAttr *pAttrs, int nAttr) argument
701 if ( pAttrs == NULL || nAttr <= 0 || uni32_length <= 0 ) return;
717 if ( i == nAttr || pAttrs[i].is_cursor_position ) {
727 if ( i == nAttr || pAttrs[i].is_word_start ) {
732 nbs.data.i = nbe.data.i = ( pAttrs[last_w_s
[all...]

Completed in 16 milliseconds