/external/skia/src/core/ |
D | SkRegionPriv.h | 20 typedef SkRegion::RunType RunType; typedef 46 static int compute_intervalcount(const SkRegionPriv::RunType runs[]) { in compute_intervalcount() 47 const SkRegionPriv::RunType* curr = runs; in compute_intervalcount() 88 const int64_t size = sk_64_mul(count, sizeof(RunType)) + sizeof(RunHead); in Alloc() 114 SkRegion::RunType* writable_runs() { in writable_runs() 116 return (SkRegion::RunType*)(this + 1); in writable_runs() 119 const SkRegion::RunType* readonly_runs() const { in readonly_runs() 120 return (const SkRegion::RunType*)(this + 1); in readonly_runs() 130 fRunCount * sizeof(RunType)); in ensureWritable() 146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline() [all …]
|
D | SkRegion_path.cpp | 38 … fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX())); in done() 47 void copyToRgn(SkRegion::RunType runs[]) const; 83 SkRegion::RunType fLastY; 84 SkRegion::RunType fXCount; 86 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX() 89 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1); in nextScanline() 92 SkRegion::RunType* fStorage; 96 SkRegion::RunType* fCurrXPtr; 97 SkRegion::RunType fTop; // first Y value 151 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init() [all …]
|
D | SkRegion.cpp | 48 SkRegionPriv::RunType& operator[](int i) { in operator []() 59 memcpy(fMalloc.get(), fStack, fCount * sizeof(SkRegionPriv::RunType)); in resizeToAtLeast() 66 SkRegionPriv::RunType fStack[kRunArrayStackCount]; 67 SkAutoTMalloc<SkRegionPriv::RunType> fMalloc; 69 SkRegionPriv::RunType* fPtr; // non-owning pointer 76 static SkRegionPriv::RunType* skip_intervals(const SkRegionPriv::RunType runs[]) { in skip_intervals() 88 return const_cast<SkRegionPriv::RunType*>(runs); in skip_intervals() 91 bool SkRegion::RunsAreARect(const SkRegion::RunType runs[], int count, in RunsAreARect() 271 bool SkRegion::setRuns(RunType runs[], int count) { in setRuns() 284 RunType* stop = runs + count; in setRuns() [all …]
|
/external/skqp/src/core/ |
D | SkRegionPriv.h | 20 typedef SkRegion::RunType RunType; typedef 46 static int compute_intervalcount(const SkRegionPriv::RunType runs[]) { in compute_intervalcount() 47 const SkRegionPriv::RunType* curr = runs; in compute_intervalcount() 88 const int64_t size = sk_64_mul(count, sizeof(RunType)) + sizeof(RunHead); in Alloc() 114 SkRegion::RunType* writable_runs() { in writable_runs() 116 return (SkRegion::RunType*)(this + 1); in writable_runs() 119 const SkRegion::RunType* readonly_runs() const { in readonly_runs() 120 return (const SkRegion::RunType*)(this + 1); in readonly_runs() 130 fRunCount * sizeof(RunType)); in ensureWritable() 146 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline() [all …]
|
D | SkRegion_path.cpp | 38 … fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX())); in done() 47 void copyToRgn(SkRegion::RunType runs[]) const; 83 SkRegion::RunType fLastY; 84 SkRegion::RunType fXCount; 86 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX() 89 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1); in nextScanline() 92 SkRegion::RunType* fStorage; 96 SkRegion::RunType* fCurrXPtr; 97 SkRegion::RunType fTop; // first Y value 151 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init() [all …]
|
D | SkRegion.cpp | 49 SkRegionPriv::RunType& operator[](int i) { in operator []() 60 memcpy(fMalloc.get(), fStack, fCount * sizeof(SkRegionPriv::RunType)); in resizeToAtLeast() 67 SkRegionPriv::RunType fStack[kRunArrayStackCount]; 68 SkAutoTMalloc<SkRegionPriv::RunType> fMalloc; 70 SkRegionPriv::RunType* fPtr; // non-owning pointer 77 static SkRegionPriv::RunType* skip_intervals(const SkRegionPriv::RunType runs[]) { in skip_intervals() 89 return const_cast<SkRegionPriv::RunType*>(runs); in skip_intervals() 92 bool SkRegion::RunsAreARect(const SkRegion::RunType runs[], int count, in RunsAreARect() 272 bool SkRegion::setRuns(RunType runs[], int count) { in setRuns() 285 RunType* stop = runs + count; in setRuns() [all …]
|
/external/skia/include/core/ |
D | SkRegion.h | 24 typedef int32_t RunType; typedef 504 const SkRegion::RunType* fRuns; 583 const SkRegion::RunType* fRuns; 639 const RunType* getRuns(RunType tmpStorage[], int* intervals) const; 644 bool setRuns(RunType runs[], int count); 651 RunType runs[kRectRegionRuns]); 655 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
|
/external/llvm-project/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 54 template <typename RunType> 64 typedef void RunType(); typedef in PR11931::Callback 66 template <typename RunType> 67 Callback(BindState<RunType> bind_state) { in Callback() 68 BindState<RunType>::Run(); in Callback()
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 70 template <typename RunType> 80 typedef void RunType(); typedef in PR11931::Callback 82 template <typename RunType> 83 Callback(BindState<RunType> bind_state) { in Callback() 84 BindState<RunType>::Run(); in Callback()
|
/external/skqp/include/core/ |
D | SkRegion.h | 34 typedef int32_t RunType; typedef 523 const SkRegion::RunType* fRuns; 594 const SkRegion::RunType* fRuns; 646 const RunType* getRuns(RunType tmpStorage[], int* intervals) const; 651 bool setRuns(RunType runs[], int count); 658 RunType runs[kRectRegionRuns]); 662 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
|
/external/cldr/tools/java/org/unicode/cldr/json/ |
D | Ldml2JsonConverter.java | 61 private enum RunType { enum in Ldml2JsonConverter 141 private RunType type; 163 this.type = RunType.valueOf(runType); in Ldml2JsonConverter() 460 if (type == RunType.rbnf) { in convertCldrItems() 472 if (type != RunType.supplemental && type != RunType.rbnf) { in convertCldrItems() 477 if (type == RunType.main) { in convertCldrItems() 485 if (type == RunType.main) { in convertCldrItems() 491 if (type == RunType.main) { in convertCldrItems() 494 } else if (type == RunType.rbnf) { in convertCldrItems() 504 if (type != RunType.supplemental && type != RunType.rbnf) { in convertCldrItems() [all …]
|
/external/libchrome/base/ |
D | bind_internal.h | 355 using RunType = void(Args...); 387 using RunType = ExtractCallableRunType<Functor>; 392 static ExtractReturnType<RunType> Invoke(RunFunctor&& functor, 401 using RunType = R(Args...); 416 using RunType = R(Args...); 429 using RunType = R(Args...); 458 using RunType = R(Args...); 479 using RunType = R(Args...); 499 using RunType = R(Receiver*, Args...); 514 using RunType = R(const Receiver*, Args...); [all …]
|
D | callback.h | 58 using RunType = R(Args...); 74 OnceCallback(RepeatingCallback<RunType> other) in OnceCallback() 77 OnceCallback& operator=(RepeatingCallback<RunType> other) { 106 using RunType = R(Args...);
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | benchmark_model.h | 36 enum RunType { enum 95 virtual void OnSingleRunStart(RunType runType) {} in OnSingleRunStart() 128 void OnSingleRunStart(RunType runType) override { in OnSingleRunStart() 207 float max_secs, RunType run_type,
|
D | profiling_listener.h | 40 void OnSingleRunStart(RunType run_type) override;
|
D | profiling_listener.cc | 54 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart()
|
D | benchmark_model.cc | 144 float max_secs, RunType run_type, in Run()
|
/external/libchrome/testing/ |
D | gmock_mutant.h | 117 CallbackToFunctorHelper<typename Functor::RunType> CreateFunctor( in CreateFunctor()
|
/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/ |
D | benchmark_c_api.cc | 76 void OnSingleRunStart(tflite::benchmark::RunType runType) override { in OnSingleRunStart()
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1322 enum RunType { RT_Iteration, RT_Aggregate }; enum 1344 RunType run_type; // is this a measurement, or an aggregate?
|
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1322 enum RunType { RT_Iteration, RT_Aggregate }; enum 1344 RunType run_type; // is this a measurement, or an aggregate?
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1370 enum RunType { RT_Iteration, RT_Aggregate }; enum 1393 RunType run_type;
|