Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkBitmapProcState.cpp52 int count4 = count >> 2; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
53 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()
/external/skia/src/core/
DSkBitmapProcState.cpp52 int count4 = count >> 2; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
53 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()
/external/freetype/src/base/
Dftstroke.c2015 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2031 &count3, &count4 ); in FT_Stroker_GetCounts()
2036 num_contours = count2 + count4; in FT_Stroker_GetCounts()