Searched refs:RunType (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkRegionPriv.h30 static int compute_intervalcount(const SkRegion::RunType runs[]) {
31 const SkRegion::RunType* curr = runs;
75 const int64_t size = sk_64_mul(count, sizeof(RunType)) + sizeof(RunHead);
101 SkRegion::RunType* writable_runs() {
103 return (SkRegion::RunType*)(this + 1);
106 const SkRegion::RunType* readonly_runs() const {
107 return (const SkRegion::RunType*)(this + 1);
118 fRunCount * sizeof(RunType));
134 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType run
[all...]
H A DSkRegion.cpp32 static SkRegion::RunType* skip_intervals(const SkRegion::RunType runs[]) {
44 return const_cast<SkRegion::RunType*>(runs);
47 bool SkRegion::RunsAreARect(const SkRegion::RunType runs[], int count,
232 bool SkRegion::setRuns(RunType runs[], int count) {
245 RunType* stop = runs + count;
293 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType));
302 RunType runs[kRectRegionRuns]) {
323 const RunType* runs = fRunHead->findScanline(y);
346 static SkRegion::RunType scanline_botto
[all...]
H A DSkRegion_path.cpp36 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
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); }
87 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
90 SkRegion::RunType* fStorage;
94 SkRegion::RunType* fCurrXPtr;
95 SkRegion::RunType fTo
[all...]
/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp70 template <typename RunType>
80 typedef void RunType(); typedef in class:PR11931::Callback
82 template <typename RunType>
83 Callback(BindState<RunType> bind_state) {
84 BindState<RunType>::Run();
/external/libchrome/base/
H A Dbind_internal.h31 // RunType -- A function type (as opposed to function _pointer_ type) for
38 // FunctorTraits<> -- Type traits used to determine the correct RunType and
71 // Evaluated to RunType of the given callable type.
127 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
[all...]
H A Dcallback.h358 typedef R RunType(Args...); typedef in class:base::Callback
/external/skia/include/core/
H A DSkRegion.h32 typedef int32_t RunType; typedef in class:SkRegion
333 const RunType* fRuns;
366 const SkRegion::RunType* fRuns;
397 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
430 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
435 bool setRuns(RunType runs[], int count);
442 RunType runs[kRectRegionRuns]);
446 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
/external/libbrillo/brillo/
H A Dbind_lambda.h23 // signatures and provides the RunType and Run() method required by
32 typedef R(RunType)(Args...); typedef in class:base::internal::LambdaAdapter
44 typedef R(RunType)(Args...); typedef in class:base::internal::LambdaAdapter

Completed in 269 milliseconds