Searched refs:count4 (Results 1 – 3 of 3) sorted by relevance
52 int count4 = count >> 2; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local53 for (int i = 0; i < count4; ++i) { in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()64 for (int i = (count4 << 2); i < count; ++i) { in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
2015 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local2031 &count3, &count4 ); in FT_Stroker_GetCounts()2036 num_contours = count2 + count4; in FT_Stroker_GetCounts()