Home
last modified time | relevance | path

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

/third_party/node/lib/
D_tls_wrap.js91 const kRes = Symbol('res'); constant
477 this[kRes] = null;
605 this[kRes] = res;
618 return socket[kRes].reading;
621 socket[kRes].reading = value;
629 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()
/third_party/flutter/skia/tests/
DGrShapeTest.cpp62 static constexpr int kRes = 2000; in test_bounds_by_rasterizing() local
65 GR_STATIC_ASSERT(kRes % 4 == 0); in test_bounds_by_rasterizing()
66 SkImageInfo info = SkImageInfo::MakeA8(kRes, kRes); in test_bounds_by_rasterizing()
69 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()