Searched refs:wildCardsInRun (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp154 int wildCardsInRun = 0; local
187 wildCardsInRun++;
190 repeatedAdvances + 1 + wildCardsInRun) { // All in run.
202 wildCardsInRun = trailingWildCards;
206 repeatedAdvances + 1 + wildCardsInRun >= 4) {
208 gId - repeatedAdvances - wildCardsInRun - 2,
222 (repeatedAdvances + 1 >= 2 && wildCardsInRun >= 3))) {
224 gId - repeatedAdvances - wildCardsInRun - 2,
228 gId - repeatedAdvances - wildCardsInRun - 1);
237 wildCardsInRun
[all...]

Completed in 75 milliseconds