mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[HVAC] Reduce duplication of type name
This commit is contained in:
parent
0eaf833366
commit
d70ab4c979
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ struct GlyphVariationDelta
|
|||
if (unlikely (points.length < deltasCount))
|
||||
return;
|
||||
|
||||
const float *x = deltasZ;
|
||||
const float *y = deltasZ + deltasCount;
|
||||
const decltype(&deltasZ[0]) x = deltasZ;
|
||||
const decltype(&deltasZ[0]) y = deltasZ + deltasCount;
|
||||
if (scalar == 1)
|
||||
for (unsigned i = 0; i < deltasCount; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue