Searched refs:_copyInputVector (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Input.cpp | 62 _copyInputVector(optional_attributes->x, optional_attributes_offset, &new_source->x, std::max(1, new_source->text_length)); 63 _copyInputVector(optional_attributes->y, optional_attributes_offset, &new_source->y, std::max(1, new_source->text_length)); 64 _copyInputVector(optional_attributes->dx, optional_attributes_offset, &new_source->dx, new_source->text_length); 65 _copyInputVector(optional_attributes->dy, optional_attributes_offset, &new_source->dy, new_source->text_length); 66 _copyInputVector(optional_attributes->rotate, optional_attributes_offset, &new_source->rotate, new_source->text_length); 85 void Layout::_copyInputVector(std::vector<SVGLength> const &input_vector, unsigned input_offset, std::vector<SVGLength> *output_vector, size_t max_length) function in class:Inkscape::Text::Layout
|
H A D | Layout-TNG.h | 750 static void _copyInputVector(std::vector<SVGLength> const &input_vector, unsigned input_offset, std::vector<SVGLength> *output_vector, size_t max_length);
|
Completed in 38 milliseconds