Home
last modified time | relevance | path

Searched refs:count3 (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/lua/
Dgradients.lua6 count3 = 0
19 count3 = count3 + 1
31 io.write("Number of 3 color gradients: ", count3, "\n");
/external/opencv/otherlibs/highgui/
Dutils.h100 int& y, int height, int count3, PaletteEntry clr );
102 int& y, int height, int count3, uchar clr );
Dutils.cpp383 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/libavc/encoder/
Dime_distortion_metrics.c228 WORD32 count2, count3; in ime_calculate_sad4_prog() local
236 for(count3 = MB_SIZE; count3 > 0 ; count3--) in ime_calculate_sad4_prog()
/external/freetype/src/base/
Dftstroke.c2019 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2035 &count3, &count4 ); in FT_Stroker_GetCounts()
2039 num_points = count1 + count3; in FT_Stroker_GetCounts()
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c2013 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2029 &count3, &count4 ); in FT_Stroker_GetCounts()
2033 num_points = count1 + count3; in FT_Stroker_GetCounts()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp1239 int32_t count1, count2, count3; in test4106136() local
1242 NumberFormat::getAvailableLocales(count3); in test4106136()
1244 count1, count2, count3 in test4106136()