Home
last modified time | relevance | path

Searched refs:styleIndex (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/gm/
Dinversepaths.cpp103 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles); in onDraw() local
104 styleIndex++) { in onDraw()
117 paint.setStyle(styles[styleIndex]); in onDraw()
/external/skia/gm/
Dinversepaths.cpp103 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles); in onDraw() local
104 styleIndex++) { in onDraw()
117 paint.setStyle(styles[styleIndex]); in onDraw()
/external/chromium_org/third_party/icu/source/test/intltest/
Dtufmtts.cpp278 for ( unsigned int styleIndex = 0; in testGreekWithFallback() local
279 styleIndex < sizeof(styles)/sizeof(styles[0]); in testGreekWithFallback()
280 ++styleIndex ) { in testGreekWithFallback()
295 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback()
325 …ocale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + … in testGreekWithFallback()
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp328 for ( unsigned int styleIndex = 0; in testGreekWithFallback() local
329 styleIndex < sizeof(styles)/sizeof(styles[0]); in testGreekWithFallback()
330 ++styleIndex ) { in testGreekWithFallback()
345 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback()
375 …ocale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + … in testGreekWithFallback()
Dmeasfmttest.cpp604 for ( int32_t styleIndex = 0; styleIndex < LENGTHOF(styles); ++styleIndex ) { in TestGreek() local
610 MeasureFormat fmt(locales[locIndex], styles[styleIndex], status); in TestGreek()