Home
last modified time | relevance | path

Searched refs:RunType (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/core/
DSkRegion.cpp33 static SkRegion::RunType* skip_intervals(const SkRegion::RunType runs[]) {
45 return const_cast<SkRegion::RunType*>(runs);
48 bool SkRegion::RunsAreARect(const SkRegion::RunType runs[], int count, in RunsAreARect()
228 bool SkRegion::setRuns(RunType runs[], int count) { in setRuns()
241 RunType* stop = runs + count; in setRuns()
289 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType)); in setRuns()
303 RunType runs[kRectRegionRuns]) { in BuildRectRuns()
324 const RunType* runs = fRunHead->findScanline(y); in contains()
347 static SkRegion::RunType scanline_bottom(const SkRegion::RunType runs[]) { in scanline_bottom()
351 static const SkRegion::RunType* scanline_next(const SkRegion::RunType runs[]) { in scanline_next()
[all …]
DSkRegionPriv.h30 static int compute_intervalcount(const SkRegion::RunType runs[]) { in compute_intervalcount()
31 const SkRegion::RunType* curr = runs; in compute_intervalcount()
75 const int64_t size = sk_64_mul(count, sizeof(RunType)) + sizeof(RunHead); in Alloc()
101 SkRegion::RunType* writable_runs() { in writable_runs()
103 return (SkRegion::RunType*)(this + 1); in writable_runs()
106 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
107 return (const SkRegion::RunType*)(this + 1); in readonly_runs()
118 fRunCount * sizeof(RunType)); in ensureWritable()
134 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
149 return const_cast<SkRegion::RunType*>(runs); in SkipEntireScanline()
[all …]
DSkRegion_path.cpp36 … fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX())); in done()
45 void copyToRgn(SkRegion::RunType runs[]) const;
81 SkRegion::RunType fLastY;
82 SkRegion::RunType fXCount;
84 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
87 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1); in nextScanline()
90 SkRegion::RunType* fStorage;
94 SkRegion::RunType* fCurrXPtr;
95 SkRegion::RunType fTop; // first Y value
147 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init()
[all …]
/external/skia/src/core/
DSkRegion.cpp33 static SkRegion::RunType* skip_intervals(const SkRegion::RunType runs[]) {
45 return const_cast<SkRegion::RunType*>(runs);
48 bool SkRegion::RunsAreARect(const SkRegion::RunType runs[], int count, in RunsAreARect()
228 bool SkRegion::setRuns(RunType runs[], int count) { in setRuns()
241 RunType* stop = runs + count; in setRuns()
289 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType)); in setRuns()
303 RunType runs[kRectRegionRuns]) { in BuildRectRuns()
324 const RunType* runs = fRunHead->findScanline(y); in contains()
347 static SkRegion::RunType scanline_bottom(const SkRegion::RunType runs[]) { in scanline_bottom()
351 static const SkRegion::RunType* scanline_next(const SkRegion::RunType runs[]) { in scanline_next()
[all …]
DSkRegionPriv.h30 static int compute_intervalcount(const SkRegion::RunType runs[]) { in compute_intervalcount()
31 const SkRegion::RunType* curr = runs; in compute_intervalcount()
75 const int64_t size = sk_64_mul(count, sizeof(RunType)) + sizeof(RunHead); in Alloc()
101 SkRegion::RunType* writable_runs() { in writable_runs()
103 return (SkRegion::RunType*)(this + 1); in writable_runs()
106 const SkRegion::RunType* readonly_runs() const { in readonly_runs()
107 return (const SkRegion::RunType*)(this + 1); in readonly_runs()
118 fRunCount * sizeof(RunType)); in ensureWritable()
134 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType runs[]) { in SkipEntireScanline()
149 return const_cast<SkRegion::RunType*>(runs); in SkipEntireScanline()
[all …]
DSkRegion_path.cpp36 … fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX())); in done()
45 void copyToRgn(SkRegion::RunType runs[]) const;
81 SkRegion::RunType fLastY;
82 SkRegion::RunType fXCount;
84 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()
87 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1); in nextScanline()
90 SkRegion::RunType* fStorage;
94 SkRegion::RunType* fCurrXPtr;
95 SkRegion::RunType fTop; // first Y value
147 fStorage = (SkRegion::RunType*)sk_malloc_canfail(fStorageCount, sizeof(SkRegion::RunType)); in init()
[all …]
/external/skia/include/core/
DSkRegion.h32 typedef int32_t RunType; typedef
335 const RunType* fRuns;
368 const SkRegion::RunType* fRuns;
399 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
432 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
437 bool setRuns(RunType runs[], int count);
444 RunType runs[kRectRegionRuns]);
448 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
/external/skqp/include/core/
DSkRegion.h32 typedef int32_t RunType; typedef
335 const RunType* fRuns;
368 const SkRegion::RunType* fRuns;
399 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
432 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
437 bool setRuns(RunType runs[], int count);
444 RunType runs[kRectRegionRuns]);
448 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
/external/libchrome/base/
Dbind_internal.h127 using RunType = void(Args...);
144 using RunType = ExtractCallableRunType<Functor>;
149 static ExtractReturnType<RunType>
158 using RunType = R(Args...);
173 using RunType = R(Args...);
186 using RunType = R(Args...);
201 using RunType = R(Receiver*, Args...);
221 using RunType = R(const Receiver*, Args...);
241 using RunType =
242 typename ForceVoidReturn<typename FunctorTraits<T>::RunType>::RunType;
[all …]
Dcallback.h44 using RunType = R(Args...);
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp70 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/libbrillo/brillo/
Dbind_lambda.h32 typedef R(RunType)(Args...); typedef
44 typedef R(RunType)(Args...); typedef