Searched refs:widthIndex (Results 1 – 2 of 2) sorted by relevance
108 for (size_t widthIndex = 0; variable109 widthIndex < SK_ARRAY_COUNT(strokeWidths);110 widthIndex++) {113 paint.setStrokeWidth(strokeWidths[widthIndex]);
125 void adoptCurrencyFormat(int32_t widthIndex, NumberFormat *nfToAdopt) { in adoptCurrencyFormat() argument126 delete currencyFormats[widthIndex]; in adoptCurrencyFormat()127 currencyFormats[widthIndex] = nfToAdopt; in adoptCurrencyFormat()