Home
last modified time | relevance | path

Searched defs:Advance (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.cc46 int32_t SmallGlyphMetrics::Advance() { in Advance() function in sfntly::SmallGlyphMetrics
96 int32_t SmallGlyphMetrics::Builder::Advance() { in Advance() function in sfntly::SmallGlyphMetrics::Builder
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.cc46 int32_t SmallGlyphMetrics::Advance() { in Advance() function in sfntly::SmallGlyphMetrics
96 int32_t SmallGlyphMetrics::Builder::Advance() { in Advance() function in sfntly::SmallGlyphMetrics::Builder
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs135 public void Advance(int count) in Advance() method in Google.Protobuf.Buffers.ArrayBufferWriter
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DSmallGlyphMetrics.java28 metricsLength(5), height(0), width(1), BearingX(2), BearingY(3), Advance(4); enumConstant
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DSmallGlyphMetrics.java28 metricsLength(5), height(0), width(1), BearingX(2), BearingY(3), Advance(4); enumConstant
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h230 void Advance() override { in Advance() function
317 void Advance() override { in Advance() function
789 void Advance() override { in Advance() function
/third_party/gn/src/base/
Dvalues.h552 void Advance() { ++it_; } in Advance() function
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h232 void Advance() override { in Advance() function
319 void Advance() override { in Advance() function
853 void Advance() override { in Advance() function
/third_party/gn/src/gn/
Dtokenizer.cc380 void Tokenizer::Advance() { in Advance() function in Tokenizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp233 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID); in computeOperandLatency() local
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc870 void JsonStreamParser::Advance() { in Advance() function in google::protobuf::util::converter::JsonStreamParser
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-string-to-double.cpp211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.cc190 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-string-to-double.cpp211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h1399 inline void Cord::Advance(CharIterator* it, size_t n_bytes) { in Advance() function
/third_party/node/tools/
Dtest.py1074 def Advance(self, count = 1): member in Tokenizer
1136 def Advance(self): member in Scanner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp583 void ScheduleDAGSDNodes::RegDefIter::Advance() { in Advance() function in ScheduleDAGSDNodes::RegDefIter
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h1493 inline void CodedInputStream::Advance(int amount) { buffer_ += amount; } in Advance() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp97393 void Advance(const BufferList& aBuffers, size_t aBytes) in Advance() function in mozilla::BufferList::IterImpl