Searched refs:kFast (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/bench/ |
D | ColorPrivBench.cpp | 12 template <bool kFast, bool kScale> 17 fName.append(kFast ? "_fast" : "_slow"); in FourByteInterpBench() 60 if (kFast && kScale) { in onDraw() 62 } else if (kFast) { in onDraw()
|
/third_party/skia/tools/skiaserve/ |
D | Request.cpp | 226 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in getJsonOps() 243 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in getJsonOpsTask() 261 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in getJsonInfo()
|
/third_party/skia/src/utils/ |
D | SkJSONWriter.h | 37 kFast, enumerator 49 SkJSONWriter(SkWStream* stream, Mode mode = Mode::kFast)
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
D | BreakHandler.cpp | 52 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in handle()
|
/third_party/skia/experimental/wasm-skp-debugger/ |
D | debugger_bindings.cpp | 218 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in jsonCommandList() 236 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in lastCommandInfo()
|
/third_party/skia/tools/trace/ |
D | ChromeTracingTracer.cpp | 283 SkJSONWriter writer(&fileStream, SkJSONWriter::Mode::kFast); in flush()
|
/third_party/node/deps/v8/src/heap/ |
D | mark-compact.cc | 1587 enum MigrationMode { kFast, kObserved }; enumerator 1614 if (mode != MigrationMode::kFast) in RawMigrateObject() 1626 if (mode != MigrationMode::kFast) in RawMigrateObject() 1634 if (mode != MigrationMode::kFast) in RawMigrateObject() 1643 if (mode != MigrationMode::kFast) in RawMigrateObject() 1657 migration_function_ = RawMigrateObject<MigrationMode::kFast>; in EvacuateVisitorBase()
|