Searched refs:_findChunksForLine (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Compute.cpp | 246 bool _findChunksForLine(ParagraphInfo const ¶, UnbrokenSpanPosition *start_span_pos, 1456 bool Layout::Calculator::_findChunksForLine(ParagraphInfo const ¶, function in class:Inkscape::Text::Layout::Calculator 1461 TRACE((" begin _findChunksForLine: chunks: %lu, em size: %f\n", chunk_info->size(), line_box_height->emSize() )); 1474 std::cerr << "Layout::Calculator::_findChunksForLine: Font not found." << std::endl; 1507 TRACE((" end _findChunksForLine: chunks: %lu\n", chunk_info->size())); 1752 if (!_findChunksForLine(para, &span_pos, &line_chunk_info, &line_box_height))
|
Completed in 231 milliseconds