Home
last modified time | relevance | path

Searched refs:widthIndex (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Dinversepaths.cpp105 for (size_t widthIndex = 0; variable
106 widthIndex < SK_ARRAY_COUNT(strokeWidths);
107 widthIndex++) {
110 paint.setStrokeWidth(strokeWidths[widthIndex]);
/external/skqp/gm/
Dinversepaths.cpp108 for (size_t widthIndex = 0; variable
109 widthIndex < SK_ARRAY_COUNT(strokeWidths);
110 widthIndex++) {
113 paint.setStrokeWidth(strokeWidths[widthIndex]);
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp127 void adoptCurrencyFormat(int32_t widthIndex, NumberFormat *nfToAdopt) { in adoptCurrencyFormat() argument
128 delete currencyFormats[widthIndex]; in adoptCurrencyFormat()
129 currencyFormats[widthIndex] = nfToAdopt; in adoptCurrencyFormat()