Home
last modified time | relevance | path

Searched defs:kSampling (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/gm/
Dfilterbug.cpp61 static const SkSamplingOptions kSampling(SkCubicResampler::Mitchell()); in onDraw() local
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h806 enum CodeSamplingTime : int8_t { kAfterBaseline, kAfterTopTier, kSampling }; enumerator