Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState.cpp658 int count4 = count >> 2; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
659 for (int i = 0; i < count4; ++i) { in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
670 for (int i = (count4 << 2); i < count; ++i) { in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
/external/freetype/src/base/
Dftstroke.c2020 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2036 &count3, &count4 ); in FT_Stroker_GetCounts()
2041 num_contours = count2 + count4; in FT_Stroker_GetCounts()
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c2019 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2035 &count3, &count4 ); in FT_Stroker_GetCounts()
2040 num_contours = count2 + count4; in FT_Stroker_GetCounts()