OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastAdvance
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_h_m_t_x.py
40
lastAdvance
= metrics[-2]
43
self.metrics[glyphName] = [
lastAdvance
, sideBearings[i]]
49
lastAdvance
= metrics[-1][0]
51
while metrics[lastIndex-2][0] ==
lastAdvance
:
/external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp
152
Data
lastAdvance
= kInvalidAdvance;
183
if (advance ==
lastAdvance
) {
191
if (
lastAdvance
== 0) {
205
if (
lastAdvance
== 0 &&
220
} else if (
lastAdvance
!= 0 &&
229
curRange->fAdvance.append(1, &
lastAdvance
);
242
lastAdvance
= advance;
Completed in 204 milliseconds