HomeSort by relevance Sort by last modified time
    Searched refs:RunType (Results 1 - 18 of 18) sorted by null

  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 70 template <typename RunType>
80 typedef void RunType();
82 template <typename RunType>
83 Callback(BindState<RunType> bind_state) {
84 BindState<RunType>::Run();
  /external/chromium_org/third_party/skia/src/core/
SkRegionPriv.h 25 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 runs[])
    [all...]
SkRegion_rects.cpp 19 SkRegion::RunType fX;
20 SkRegion::RunType fTop;
21 SkRegion::RunType fBottom;
61 Accumulator(SkRegion::RunType top, int numRects);
64 SkRegion::RunType append(SkRegion::RunType top, const VEdge* edge);
67 void copyTo(SkRegion::RunType dst[]);
71 SkRegion::RunType* fPtr;
72 SkRegion::RunType fBottom;
77 SkRegion::RunType fTop
    [all...]
SkRegion_path.cpp 25 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
34 void copyToRgn(SkRegion::RunType runs[]) const;
67 SkRegion::RunType fLastY;
68 SkRegion::RunType fXCount;
70 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); }
73 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
76 SkRegion::RunType* fStorage;
80 SkRegion::RunType* fCurrXPtr;
81 SkRegion::RunType fTop; // first Y valu
    [all...]
SkRegion.cpp 33 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,
237 bool SkRegion::setRuns(RunType runs[], int count) {
250 RunType* stop = runs + count;
297 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType));
306 RunType runs[kRectRegionRuns]) {
327 const RunType* runs = fRunHead->findScanline(y);
350 static SkRegion::RunType scanline_bottom(const SkRegion::RunType runs[])
    [all...]
  /external/skia/src/core/
SkRegionPriv.h 25 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 runs[])
    [all...]
SkRegion_rects.cpp 19 SkRegion::RunType fX;
20 SkRegion::RunType fTop;
21 SkRegion::RunType fBottom;
61 Accumulator(SkRegion::RunType top, int numRects);
64 SkRegion::RunType append(SkRegion::RunType top, const VEdge* edge);
67 void copyTo(SkRegion::RunType dst[]);
71 SkRegion::RunType* fPtr;
72 SkRegion::RunType fBottom;
77 SkRegion::RunType fTop
    [all...]
SkRegion_path.cpp 25 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
34 void copyToRgn(SkRegion::RunType runs[]) const;
67 SkRegion::RunType fLastY;
68 SkRegion::RunType fXCount;
70 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); }
73 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
76 SkRegion::RunType* fStorage;
80 SkRegion::RunType* fCurrXPtr;
81 SkRegion::RunType fTop; // first Y valu
    [all...]
SkRegion.cpp 33 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,
237 bool SkRegion::setRuns(RunType runs[], int count) {
250 RunType* stop = runs + count;
297 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType));
306 RunType runs[kRectRegionRuns]) {
327 const RunType* runs = fRunHead->findScanline(y);
350 static SkRegion::RunType scanline_bottom(const SkRegion::RunType runs[])
    [all...]
  /external/chromium_org/base/
bind.h 60 typename internal::FunctorTraits<Functor>::RunType,
66 typedef typename internal::FunctorTraits<Functor>::RunType RunType;
68 // Use RunnableType::RunType instead of RunType above because our
71 typedef internal::FunctionTraits<typename RunnableType::RunType>
74 typedef internal::BindState<RunnableType, RunType, void()> BindState;
85 typename internal::FunctorTraits<Functor>::RunType,
91 typedef typename internal::FunctorTraits<Functor>::RunType RunType;
    [all...]
bind_internal.h 32 // 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)();
126 typedef R (RunType)(T*);
145 typedef R (RunType)(const T*);
164 typedef R (RunType)(A1);
182 typedef R (RunType)(T*, A1);
201 typedef R (RunType)(const T*, A1)
    [all...]
bind_internal_win.h 31 typedef R (RunType)();
49 typedef R (RunType)();
67 typedef R (RunType)(A1);
85 typedef R (RunType)(A1);
103 typedef R (RunType)(A1, A2);
122 typedef R (RunType)(A1, A2);
141 typedef R (RunType)(A1, A2, A3);
161 typedef R (RunType)(A1, A2, A3);
181 typedef R (RunType)(A1, A2, A3, A4);
202 typedef R (RunType)(A1, A2, A3, A4)
    [all...]
callback.h 361 template <typename Runnable, typename RunType, typename BoundArgsType>
368 typedef R(RunType)();
408 typedef R(RunType)(A1);
449 typedef R(RunType)(A1, A2);
493 typedef R(RunType)(A1, A2, A3);
540 typedef R(RunType)(A1, A2, A3, A4);
591 typedef R(RunType)(A1, A2, A3, A4, A5);
645 typedef R(RunType)(A1, A2, A3, A4, A5, A6);
702 typedef R(RunType)(A1, A2, A3, A4, A5, A6, A7);
callback_unittest.cc 18 typedef void(RunType)(internal::BindStateBase*);
26 template <typename Runnable, typename RunType, typename BoundArgsType>
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 32 typedef int32_t RunType;
322 const RunType* fRuns;
355 const SkRegion::RunType* fRuns;
383 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
416 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
421 bool setRuns(RunType runs[], int count);
426 RunType runs[kRectRegionRuns]);
430 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
  /external/skia/include/core/
SkRegion.h 32 typedef int32_t RunType;
322 const RunType* fRuns;
355 const SkRegion::RunType* fRuns;
383 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
416 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
421 bool setRuns(RunType runs[], int count);
426 RunType runs[kRectRegionRuns]);
430 static bool RunsAreARect(const SkRegion::RunType runs[], int count,
  /external/chromium_org/chrome/browser/google_apis/
task_util.h 149 &internal::ComposedCallback<typename CallbackType::RunType>::Run,
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.h 138 template <typename RunType>

Completed in 681 milliseconds