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

/external/skia/gm/
H A Dinversepaths.cpp92 for (size_t widthIndex = 0;
93 widthIndex < SK_ARRAY_COUNT(strokeWidths);
94 widthIndex++) {
97 paint.setStrokeWidth(strokeWidths[widthIndex]);
/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp122 void adoptCurrencyFormat(int32_t widthIndex, NumberFormat *nfToAdopt) { argument
123 delete currencyFormats[widthIndex];
124 currencyFormats[widthIndex] = nfToAdopt;

Completed in 146 milliseconds