s/ts_tree_offset_point/ts_tree_total_size_point
This commit is contained in:
parent
e674094f64
commit
5e748fdf63
3 changed files with 3 additions and 3 deletions
|
|
@ -151,7 +151,7 @@ TSLength ts_tree_total_size(const TSTree *self) {
|
|||
return ts_length_add(self->padding, self->size);
|
||||
}
|
||||
|
||||
TSPoint ts_tree_offset_point(const TSTree *self) {
|
||||
TSPoint ts_tree_total_size_point(const TSTree *self) {
|
||||
return ts_point_add(self->padding_point, self->size_point);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue