HomeSort by relevance Sort by last modified time
    Searched refs:wildCardsInRun (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 154 int wildCardsInRun = 0;
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 = trailingWildCards
    [all...]
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 154 int wildCardsInRun = 0;
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 = trailingWildCards
    [all...]

Completed in 54 milliseconds