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

/external/chromium_org/third_party/skia/src/core/
H A DSkRegionPriv.h25 static int compute_intervalcount(const SkRegion::RunType runs[]) {
26 const SkRegion::RunType* curr = runs;
68 RunHead* head = (RunHead*)sk_malloc_throw(sizeof(RunHead) + count * sizeof(RunType));
87 SkRegion::RunType* writable_runs() {
89 return (SkRegion::RunType*)(this + 1);
92 const SkRegion::RunType* readonly_runs() const {
93 return (const SkRegion::RunType*)(this + 1);
104 fRunCount * sizeof(RunType));
120 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType run
[all...]
H A DSkRegion_path.cpp35 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
44 void copyToRgn(SkRegion::RunType runs[]) const;
77 SkRegion::RunType fLastY;
78 SkRegion::RunType fXCount;
80 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); }
83 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
86 SkRegion::RunType* fStorage;
90 SkRegion::RunType* fCurrXPtr;
91 SkRegion::RunType fTo
[all...]
H A 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,
232 bool SkRegion::setRuns(RunType runs[], int count) {
245 RunType* stop = runs + count;
292 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType));
301 RunType runs[kRectRegionRuns]) {
322 const RunType* runs = fRunHead->findScanline(y);
345 static SkRegion::RunType scanline_botto
[all...]
/external/skia/src/core/
H A DSkRegionPriv.h25 static int compute_intervalcount(const SkRegion::RunType runs[]) {
26 const SkRegion::RunType* curr = runs;
68 RunHead* head = (RunHead*)sk_malloc_throw(sizeof(RunHead) + count * sizeof(RunType));
87 SkRegion::RunType* writable_runs() {
89 return (SkRegion::RunType*)(this + 1);
92 const SkRegion::RunType* readonly_runs() const {
93 return (const SkRegion::RunType*)(this + 1);
104 fRunCount * sizeof(RunType));
120 static SkRegion::RunType* SkipEntireScanline(const SkRegion::RunType run
[all...]
H A DSkRegion_path.cpp35 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
44 void copyToRgn(SkRegion::RunType runs[]) const;
77 SkRegion::RunType fLastY;
78 SkRegion::RunType fXCount;
80 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); }
83 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
86 SkRegion::RunType* fStorage;
90 SkRegion::RunType* fCurrXPtr;
91 SkRegion::RunType fTo
[all...]
H A 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,
232 bool SkRegion::setRuns(RunType runs[], int count) {
245 RunType* stop = runs + count;
292 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType));
301 RunType runs[kRectRegionRuns]) {
322 const RunType* runs = fRunHead->findScanline(y);
345 static SkRegion::RunType scanline_botto
[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/chromium_org/base/
H A Dbind.h60 typename internal::FunctorTraits<Functor>::RunType,
66 typedef typename internal::FunctorTraits<Functor>::RunType RunType; typedef
68 typedef internal::BindState<RunnableType, RunType, void()> BindState;
79 typename internal::FunctorTraits<Functor>::RunType,
85 typedef typename internal::FunctorTraits<Functor>::RunType RunType; typedef
87 // Use RunnableType::RunType instead of RunType above because our
90 typedef internal::FunctionTraits<typename RunnableType::RunType>
132 typedef typename internal::FunctorTraits<Functor>::RunType RunType; typedef
184 typedef typename internal::FunctorTraits<Functor>::RunType RunType; typedef
241 typedef typename internal::FunctorTraits<Functor>::RunType RunType; typedef
305 typedef typename internal::FunctorTraits<Functor>::RunType RunType; typedef
374 typedef typename internal::FunctorTraits<Functor>::RunType RunType; typedef
448 typedef typename internal::FunctorTraits<Functor>::RunType RunType; typedef
[all...]
H A Dbind_internal_win.h31 typedef R (RunType)(); typedef in class:base::internal::RunnableAdapter
49 typedef R (RunType)(); typedef in class:base::internal::RunnableAdapter
67 typedef R (RunType)(A1); typedef in class:base::internal::RunnableAdapter
85 typedef R (RunType)(A1); typedef in class:base::internal::RunnableAdapter
103 typedef R (RunType)(A1, A2); typedef in class:base::internal::RunnableAdapter
122 typedef R (RunType)(A1, A2); typedef in class:base::internal::RunnableAdapter
141 typedef R (RunType)(A1, A2, A3); typedef in class:base::internal::RunnableAdapter
161 typedef R (RunType)(A1, A2, A3); typedef in class:base::internal::RunnableAdapter
181 typedef R (RunType)(A1, A2, A3, A4); typedef in class:base::internal::RunnableAdapter
202 typedef R (RunType)(A typedef in class:base::internal::RunnableAdapter
224 typedef R (RunType)(A1, A2, A3, A4, A5); typedef in class:base::internal::RunnableAdapter
247 typedef R (RunType)(A1, A2, A3, A4, A5); typedef in class:base::internal::RunnableAdapter
270 typedef R (RunType)(A1, A2, A3, A4, A5, A6); typedef in class:base::internal::RunnableAdapter
294 typedef R (RunType)(A1, A2, A3, A4, A5, A6); typedef in class:base::internal::RunnableAdapter
318 typedef R (RunType)(A1, A2, A3, A4, A5, A6, A7); typedef in class:base::internal::RunnableAdapter
343 typedef R (RunType)(A1, A2, A3, A4, A5, A6, A7); typedef in class:base::internal::RunnableAdapter
[all...]
H A Dbind_internal.h32 // and a RunType typedef that corresponds to the type of Run().
42 // RunType -- A function type (as opposed to function _pointer_ type) for
62 // FunctorTraits<> -- Type traits used determine the correct RunType and
94 // This class also exposes a RunType typedef that is the function type of the
108 typedef R (RunType)(); typedef in class:base::internal::RunnableAdapter
126 typedef R (RunType)(T*); typedef in class:base::internal::RunnableAdapter
145 typedef R (RunType)(const T*); typedef in class:base::internal::RunnableAdapter
164 typedef R (RunType)(A1); typedef in class:base::internal::RunnableAdapter
182 typedef R (RunType)(T*, A1); typedef in class:base::internal::RunnableAdapter
201 typedef R (RunType)(cons typedef in class:base::internal::RunnableAdapter
220 typedef R (RunType)(A1, A2); typedef in class:base::internal::RunnableAdapter
239 typedef R (RunType)(T*, A1, A2); typedef in class:base::internal::RunnableAdapter
259 typedef R (RunType)(const T*, A1, A2); typedef in class:base::internal::RunnableAdapter
279 typedef R (RunType)(A1, A2, A3); typedef in class:base::internal::RunnableAdapter
300 typedef R (RunType)(T*, A1, A2, A3); typedef in class:base::internal::RunnableAdapter
322 typedef R (RunType)(const T*, A1, A2, A3); typedef in class:base::internal::RunnableAdapter
344 typedef R (RunType)(A1, A2, A3, A4); typedef in class:base::internal::RunnableAdapter
367 typedef R (RunType)(T*, A1, A2, A3, A4); typedef in class:base::internal::RunnableAdapter
391 typedef R (RunType)(const T*, A1, A2, A3, A4); typedef in class:base::internal::RunnableAdapter
415 typedef R (RunType)(A1, A2, A3, A4, A5); typedef in class:base::internal::RunnableAdapter
439 typedef R (RunType)(T*, A1, A2, A3, A4, A5); typedef in class:base::internal::RunnableAdapter
464 typedef R (RunType)(const T*, A1, A2, A3, A4, A5); typedef in class:base::internal::RunnableAdapter
489 typedef R (RunType)(A1, A2, A3, A4, A5, A6); typedef in class:base::internal::RunnableAdapter
515 typedef R (RunType)(T*, A1, A2, A3, A4, A5, A6); typedef in class:base::internal::RunnableAdapter
542 typedef R (RunType)(const T*, A1, A2, A3, A4, A5, A6); typedef in class:base::internal::RunnableAdapter
569 typedef R (RunType)(A1, A2, A3, A4, A5, A6, A7); typedef in class:base::internal::RunnableAdapter
596 typedef R (RunType)(T*, A1, A2, A3, A4, A5, A6, A7); typedef in class:base::internal::RunnableAdapter
624 typedef R (RunType)(const T*, A1, A2, A3, A4, A5, A6, A7); typedef in class:base::internal::RunnableAdapter
734 typedef void(RunType)(); typedef in struct:base::internal::ForceVoidReturn
739 typedef void(RunType)(A1); typedef in struct:base::internal::ForceVoidReturn
744 typedef void(RunType)(A1, A2); typedef in struct:base::internal::ForceVoidReturn
749 typedef void(RunType)(A1, A2, A3); typedef in struct:base::internal::ForceVoidReturn
754 typedef void(RunType)(A1, A2, A3, A4); typedef in struct:base::internal::ForceVoidReturn
760 typedef void(RunType)(A1, A2, A3, A4, A5); typedef in struct:base::internal::ForceVoidReturn
766 typedef void(RunType)(A1, A2, A3, A4, A5, A6); typedef in struct:base::internal::ForceVoidReturn
772 typedef void(RunType)(A1, A2, A3, A4, A5, A6, A7); typedef in struct:base::internal::ForceVoidReturn
782 typedef typename RunnableType::RunType RunType; typedef in struct:base::internal::FunctorTraits
789 typename RunnableType::RunType>::RunType RunType; typedef in struct:base::internal::FunctorTraits
795 typedef typename Callback<T>::RunType RunType; typedef in struct:base::internal::FunctorTraits
1108 typedef R(RunType)(BindStateBase*); typedef in struct:base::internal::Invoker
1129 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1152 typedef R(RunType)(BindStateBase*); typedef in struct:base::internal::Invoker
1176 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1203 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1231 typedef R(RunType)(BindStateBase*); typedef in struct:base::internal::Invoker
1261 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1292 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1324 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1357 typedef R(RunType)(BindStateBase*); typedef in struct:base::internal::Invoker
1391 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1426 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1462 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1499 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1537 typedef R(RunType)(BindStateBase*); typedef in struct:base::internal::Invoker
1576 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1614 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1653 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1693 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1734 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1776 typedef R(RunType)(BindStateBase*); typedef in struct:base::internal::Invoker
1819 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1861 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1904 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1948 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
1993 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
2039 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
2086 typedef R(RunType)(BindStateBase*); typedef in struct:base::internal::Invoker
2134 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
2179 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
2225 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
2272 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
2320 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
2369 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
2419 typedef R(RunType)(BindStateBase*, typedef in struct:base::internal::Invoker
2470 typedef R(RunType)(BindStateBase*); typedef in struct:base::internal::Invoker
[all...]
H A Dcallback.h366 template <typename Runnable, typename RunType, typename BoundArgsType>
373 typedef R(RunType)(); typedef in class:base::Callback
413 typedef R(RunType)(A1); typedef in class:base::Callback
454 typedef R(RunType)(A1, A2); typedef in class:base::Callback
498 typedef R(RunType)(A1, A2, A3); typedef in class:base::Callback
545 typedef R(RunType)(A1, A2, A3, A4); typedef in class:base::Callback
596 typedef R(RunType)(A1, A2, A3, A4, A5); typedef in class:base::Callback
650 typedef R(RunType)(A1, A2, A3, A4, A5, A6); typedef in class:base::Callback
707 typedef R(RunType)(A1, A2, A3, A4, A5, A6, A7); typedef in class:base::Callback
H A Dcallback_unittest.cc18 typedef void(RunType)(internal::BindStateBase*); typedef in struct:base::__anon2205::FakeInvoker
26 template <typename Runnable, typename RunType, typename BoundArgsType>
/external/chromium_org/third_party/skia/include/core/
H A DSkRegion.h32 typedef int32_t RunType; typedef in class:SkRegion
326 const RunType* fRuns;
359 const SkRegion::RunType* fRuns;
390 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
423 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
428 bool setRuns(RunType runs[], int count);
433 RunType runs[kRectRegionRuns]);
437 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
/external/skia/include/core/
H A DSkRegion.h32 typedef int32_t RunType; typedef in class:SkRegion
326 const RunType* fRuns;
359 const SkRegion::RunType* fRuns;
390 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
423 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
428 bool setRuns(RunType runs[], int count);
433 RunType runs[kRectRegionRuns]);
437 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
/external/chromium_org/google_apis/drive/
H A Dtask_util.h111 &internal::ComposedCallback<typename CallbackType::RunType>::Run,
/external/chromium_org/chrome/browser/local_discovery/
H A Dpwg_raster_converter.cc255 base::CancelableCallback<ResultCallback::RunType> callback_;
/external/chromium_org/ppapi/shared_impl/
H A Dproxy_lock.h170 template <typename RunType>

Completed in 458 milliseconds