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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp87 Layout *sub_flow; // this is only set for the first input item in a sub-flow member in struct:Inkscape::Text::Layout::Calculator::InputItemInfo
89 InputItemInfo() : in_sub_flow(false), sub_flow(NULL) {}
905 if (sub_flow) {
906 delete sub_flow;
907 sub_flow = NULL;
981 // input_item.sub_flow = NULL;
1000 // input_item.sub_flow = new Layout;
1005 // input_item.sub_flow->appendControlCode(control_code->code, control_code->source_cookie, control_code->width, control_code->ascent, control_code->descent);
1008 // input_item.sub_flow->appendText(*text_source->text, text_source->style, text_source->source_cookie, NULL, 0, text_source->text_begin, text_source->text_end);
1009 // Layout::InputStreamTextSource *sub_flow_text_source = static_cast<Layout::InputStreamTextSource *>(input_item.sub_flow
[all...]

Completed in 16 milliseconds