Home
last modified time | relevance | path

Searched defs:advance (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/third_party/boost/boost/fusion/adapted/std_array/
Dstd_array_iterator.hpp68 struct advance struct
70 typedef typename Iterator::index index;
71 typedef typename Iterator::array_type array_type;
72 typedef std_array_iterator<array_type, index::value + N::value> type;
75 call(Iterator const& i) in call()
/third_party/boost/boost/fusion/container/deque/
Ddeque_iterator.hpp66 struct advance struct
68 typedef typename Iterator::index index;
69 typedef typename Iterator::sequence sequence;
70 typedef deque_iterator<sequence, index::value + N::value> type;
74 call(Iterator const& i) in call()
/third_party/boost/boost/fusion/adapted/boost_array/
Darray_iterator.hpp69 struct advance struct
71 typedef typename Iterator::index index;
72 typedef typename Iterator::array_type array_type;
73 typedef array_iterator<array_type, index::value + N::value> type;
77 call(Iterator const& i) in call()
/third_party/boost/boost/fusion/adapted/std_tuple/
Dstd_tuple_iterator.hpp71 struct advance struct
73 static int const index = Iterator::index;
74 typedef typename Iterator::tuple_type tuple_type;
75 typedef std_tuple_iterator<tuple_type, index+N::value> type;
79 call(Iterator const& i) in call()
/third_party/boost/boost/fusion/iterator/
Dadvance.hpp72 struct advance struct
88 advance(Iterator const& i) in advance() function
Diterator_adapter.hpp49 struct advance struct
55 type;
59 call(Iterator const& it) in call()
Dbasic_iterator.hpp74 struct advance struct
78 type;
82 call(It const& it) in call()
/third_party/boost/boost/fusion/adapted/mpl/
Dmpl_iterator.hpp80 struct advance struct
84 type;
88 call(Iterator const& /*i*/) in call()
/third_party/boost/boost/fusion/container/map/
Dmap_iterator.hpp111 struct advance struct
113 typedef typename Iterator::index index;
114 typedef typename Iterator::sequence sequence;
115 typedef map_iterator<sequence, index::value + N::value> type;
119 call(Iterator const& i) in call()
/third_party/boost/boost/proto/functional/std/
Diterator.hpp21 struct advance struct
25 typedef void result_type;
28 void operator()(InputIterator &x, Distance n) const in operator ()()
/third_party/boost/boost/mpl/aux_/
Dsingle_element_iter.hpp54 struct advance< aux::sel_iter<T,is_last_>,Distance> struct
59 > type;
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DSmallGlyphMetrics.java57 public int advance() { in advance() method in SmallGlyphMetrics
113 public int advance() { in advance() method in SmallGlyphMetrics.Builder
117 public void setAdvance(byte advance) { in setAdvance()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DSmallGlyphMetrics.java57 public int advance() { in advance() method in SmallGlyphMetrics
113 public int advance() { in advance() method in SmallGlyphMetrics.Builder
117 public void setAdvance(byte advance) { in setAdvance()
/third_party/boost/boost/fusion/iterator/mpl/
Dfusion_iterator.hpp66 struct advance<fusion_iterator<Iterator>, N> struct
68 typedef fusion_iterator<typename fusion::result_of::advance<Iterator, N>::type> type;
/third_party/flutter/skia/src/effects/
DSk1DPathEffect.cpp39 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffect()
161 SkScalar advance = buffer.readScalar(); in CreateProc() local
208 sk_sp<SkPathEffect> SkPath1DPathEffect::Make(const SkPath& path, SkScalar advance, SkScalar phase, in Make()
/third_party/boost/boost/spirit/repository/home/qi/primitive/
Dadvance.hpp82 bool advance(Iterator& first, Iterator const& last in advance() function
99 bool advance(Iterator& first, Iterator const& last in advance() function
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DMeasurement.cpp38 float advance = 0.0f; in getRunAdvance() local
97 float advance) { in getOffsetForAdvance()
/third_party/skia/src/effects/
DSk1DPathEffect.cpp63 SkPath1DPathEffectImpl(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffectImpl()
108 SkScalar advance = buffer.readScalar(); in CreateProc() local
238 sk_sp<SkPathEffect> SkPath1DPathEffect::Make(const SkPath& path, SkScalar advance, SkScalar phase, in Make()
/third_party/boost/libs/iterator/doc/
Dadvance.rst7 advance title
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLineIterator.cpp50 void line_iterator::advance() { in advance() function in line_iterator
/third_party/boost/boost/mpl/vector/aux_/
Diterator.hpp84 struct advance< v_iter<Vector,n_>,Distance> struct
89 > type;
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/
DFileInputStream.cpp32 void FileInputStream::advance(int32_t numBytes) { in advance() function in parselib::FileInputStream
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.cc112 void BigGlyphMetrics::Builder::SetHoriAdvance(uint8_t advance) { in SetHoriAdvance()
136 void BigGlyphMetrics::Builder::SetVertAdvance(uint8_t advance) { in SetVertAdvance()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.cc112 void BigGlyphMetrics::Builder::SetHoriAdvance(uint8_t advance) { in SetHoriAdvance()
136 void BigGlyphMetrics::Builder::SetVertAdvance(uint8_t advance) { in SetVertAdvance()
/third_party/boost/libs/mpl/doc/src/refmanual/
Dadvance.rst3 advance title

12345678910>>...13