Searched refs:count4 (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/core/ |
D | SkBitmapProcState.cpp | 51 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/ |
D | SkBitmapProcState.cpp | 52 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/ |
D | ares_init.c | 1471 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/ |
D | ftstroke.c | 1969 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/ |
D | ftstroke.c | 2022 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/ |
D | ftstroke.c | 1988 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/ |
D | boolean_op_45.hpp | 197 const CountType& count4) : counts() { in Scan45CountT() argument 201 counts[3] = count4; in Scan45CountT()
|
D | polygon_45_formation.hpp | 408 const ct& count4) in Vertex45CountT() argument 416 counts[3] = count4; in Vertex45CountT()
|