Home
last modified time | relevance | path

Searched refs:kRes (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/
D_tls_wrap.js111 const kRes = Symbol('res'); constant
543 this[kRes] = null;
703 this[kRes] = res;
740 return socket[kRes].reading;
743 socket[kRes].reading = value;
751 this[kRes] = null;
/third_party/skia/tests/
DGrStyledShapeTest.cpp63 static constexpr int kRes = 2000; in test_bounds_by_rasterizing() local
66 static_assert(kRes % 4 == 0); in test_bounds_by_rasterizing()
67 SkImageInfo info = SkImageInfo::MakeA8(kRes, kRes); in test_bounds_by_rasterizing()
70 SkRect clip = SkRect::MakeXYWH(kRes/4, kRes/4, kRes/2, kRes/2); in test_bounds_by_rasterizing()
82 const uint8_t* kZeros = reinterpret_cast<uint8_t*>(calloc(kRes, 1)); in test_bounds_by_rasterizing()
84 static constexpr uint8_t kZeros[kRes] = {0}; in test_bounds_by_rasterizing()
86 for (int y = 0; y < kRes; ++y) { in test_bounds_by_rasterizing()
88 if (0 != memcmp(kZeros, row, kRes)) { in test_bounds_by_rasterizing()