Home
last modified time | relevance | path

Searched defs:advance (Results 76 - 100 of 140) sorted by relevance

123456

/third_party/node/deps/v8/src/json/
H A Djson-parser.h193 void advance() { ++cursor_; } in advance() function
/third_party/skia/src/core/
H A DSkBlockAllocator.h717 void advance(BlockT* block) { in advance() function in final::GrowthPolicy::SkBlockAllocator::BlockIter::Item
/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h39 void advance(uint16_t num) { in advance() function in SkOTTableGlyph::Iterator
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dt1decode.c271 FT_Vector left_bearing, advance; in t1operator_seac() local
[all...]
H A Dcffdecode.c225 FT_Vector left_bearing, advance; in cff_operator_seac() local
/third_party/python/Lib/test/
H A Dtest_generators.py1748 def advance(len=len): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DOnDiskHashTable.h465 void advance() { in advance() function in llvm::OnDiskIterableChainedHashTable::iterator_base
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMustExecute.cpp705 const Instruction *MustBeExecutedIterator::advance() { in advance() function in MustBeExecutedIterator
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp288 const auto advance = (fDesc.fFlags & Shaper::Flags::kTrackFragmentAdvanceAscent) in commitFragementedRun() local
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc897 Label advance; in GetCode() local
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc918 Label advance; in GetCode() local
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc870 Label advance; in GetCode() local
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc881 Label advance; in GetCode() local
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc935 Label advance; in GetCode() local
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc959 Label advance; in GetCode() local
/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc923 int32_t advance = Load16AlignedSigned(pc + 4); in RawMatch() local
938 int32_t advance = Load16AlignedSigned(pc + 4); in RawMatch() local
956 int32_t advance = Load16AlignedSigned(pc + 4); in RawMatch() local
973 int32_t advance = Load16AlignedSigned(pc + 4); in RawMatch() local
988 int32_t advance = Load16AlignedSigned(pc + 4); in RawMatch() local
1008 int32_t advance = Load32Aligned(pc + 4); RawMatch() local
[all...]
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc903 Label advance; in GetCode() local
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc971 Label advance; in GetCode() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1046 uint advance; in parse_instruction() local
1291 uint advance; in parse_declaration() local
1638 uint advance; in parse_immediate() local
1771 uint advance; parse_property() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp516 void advance() { in advance() function
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp583 SkScalar advance = 0.0f; in emit_subset_type3() local
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp467 SkVector advance = { advanceX, 0 }; in generateAdvance() local
493 FLOAT advance = 0; in getBoundingBox() local
570 FLOAT advance in getColorGlyphRun() local
986 FLOAT advance = 0.0f; drawDWMask() local
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c573 FT_Fixed advance = 0, old_advance = 0; in af_cjk_metrics_check_digits() local
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c2316 FT_Pos advance; /* scaled vertical advance height */ compute_glyph_metrics() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc1002 hb_position_t advance = x_advance + y_advance; in _hb_coretext_shape() local
1105 CGFloat advance; in _hb_coretext_shape() local
1121 CGFloat advance; _hb_coretext_shape() local
[all...]

Completed in 43 milliseconds

123456