Searched refs:count3 (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/skia/tools/lua/ |
D | gradients.lua | 6 count3 = 0 19 count3 = count3 + 1 31 io.write("Number of 3 color gradients: ", count3, "\n");
|
/external/skia/tools/lua/ |
D | gradients.lua | 6 count3 = 0 19 count3 = count3 + 1 31 io.write("Number of 3 color gradients: ", count3, "\n");
|
/external/opencv/otherlibs/highgui/ |
D | utils.h | 100 int& y, int height, int count3, PaletteEntry clr ); 102 int& y, int height, int count3, uchar clr );
|
D | utils.cpp | 383 int count3, PaletteEntry clr ) in FillUniColor() argument 387 uchar* end = data + count3; in FillUniColor() 392 count3 -= (int)(end - data); in FillUniColor() 406 while( count3 > 0 ); in FillUniColor()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol.cpp | 4643 uint32_t count2 = 0, count3 = 0, count4 = 0; in ucol_calcSortKey() local 4821 ++count3; in ucol_calcSortKey() 4828 if (count3 > 0) { in ucol_calcSortKey() 4830 while (count3 > coll->tertiaryTopCount) { in ucol_calcSortKey() 4832 count3 -= (uint32_t)coll->tertiaryTopCount; in ucol_calcSortKey() 4834 tertiaries.appendByte(tertiaryTop - (count3-1)); in ucol_calcSortKey() 4836 while (count3 > coll->tertiaryBottomCount) { in ucol_calcSortKey() 4838 count3 -= (uint32_t)coll->tertiaryBottomCount; in ucol_calcSortKey() 4840 tertiaries.appendByte(tertiaryBottom + (count3-1)); in ucol_calcSortKey() 4842 count3 = 0; in ucol_calcSortKey() [all …]
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | ftstroke.c | 1982 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local 1992 &count3, &count4 ); in FT_Stroker_GetCounts() 1996 num_points = count1 + count3; in FT_Stroker_GetCounts()
|
/external/freetype/src/base/ |
D | ftstroke.c | 1982 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local 1992 &count3, &count4 ); in FT_Stroker_GetCounts() 1996 num_points = count1 + count3; in FT_Stroker_GetCounts()
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftstroke.c | 1982 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local 1992 &count3, &count4 ); in FT_Stroker_GetCounts() 1996 num_points = count1 + count3; in FT_Stroker_GetCounts()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | calregts.cpp | 1239 int32_t count1, count2, count3; in test4106136() local 1242 NumberFormat::getAvailableLocales(count3); in test4106136() 1244 count1, count2, count3 in test4106136()
|
/external/icu/icu4c/source/test/intltest/ |
D | calregts.cpp | 1239 int32_t count1, count2, count3; in test4106136() local 1242 NumberFormat::getAvailableLocales(count3); in test4106136() 1244 count1, count2, count3 in test4106136()
|