mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
Minor inline a function
This commit is contained in:
parent
a520177e52
commit
fc38c01ab0
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ struct contour_point_t
|
|||
y = x * matrix[1] + y * matrix[3];
|
||||
x = x_;
|
||||
}
|
||||
HB_ALWAYS_INLINE
|
||||
void translate (const contour_point_t &p) { x += p.x; y += p.y; }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue