Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBitmapProcState.cpp51 int count4 = count >> 2; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
52 for (int i = 0; i < count4; ++i) { in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
63 for (int i = (count4 << 2); i < count; ++i) { in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
/third_party/flutter/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()
/third_party/node/deps/cares/src/lib/
Dares_init.c1471 int count4, count6; in init_by_resolv_conf() local
1486 count4 = res->nscount; in init_by_resolv_conf()
1493 nservers = count4 + count6; in init_by_resolv_conf()
1501 for (int i = 0; i < count4; ++i, ++pserver) { in init_by_resolv_conf()
/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c1969 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
1985 &count3, &count4 ); in FT_Stroker_GetCounts()
1990 num_contours = count2 + count4; in FT_Stroker_GetCounts()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftstroke.c2022 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2038 &count3, &count4 ); in FT_Stroker_GetCounts()
2043 num_contours = count2 + count4; in FT_Stroker_GetCounts()
/third_party/freetype/src/base/
Dftstroke.c1988 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2004 &count3, &count4 ); in FT_Stroker_GetCounts()
2009 num_contours = count2 + count4; in FT_Stroker_GetCounts()
/third_party/boost/boost/polygon/detail/
Dboolean_op_45.hpp197 const CountType& count4) : counts() { in Scan45CountT() argument
201 counts[3] = count4; in Scan45CountT()
Dpolygon_45_formation.hpp408 const ct& count4) in Vertex45CountT() argument
416 counts[3] = count4; in Vertex45CountT()