Searched defs:xAdvance (Results 1 - 1 of 1) sorted by last modified time

/frameworks/minikin/libs/minikin/
H A DLayout.cpp751 float xAdvance = HBFixedToFloat(positions[i].x_advance); local
753 xAdvance = roundf(xAdvance);
759 mAdvances[info[i].cluster - start] += xAdvance;
760 x += xAdvance;

Completed in 37 milliseconds