Home
last modified time | relevance | path

Searched defs:advance (Results 51 - 75 of 131) sorted by relevance

123456

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc168 size_t advance = start_[0] <= '0' ? 1 : 0; in without_neg_or_zero() local
/third_party/skia/modules/skshaper/src/
H A DSkShaper_primitive.cpp83 linebreak(const char text[], const char stop[], const RSFont& font, SkScalar width, SkScalar* advance, size_t* trailing) linebreak() argument
/third_party/skia/gm/
H A Dtexteffects.cpp62 SkScalar advance = 0; in MakeFancyBlob() local
/third_party/skia/modules/skresources/src/
H A DSkResources.cpp52 void advance() { in advance() function in skresources::__anon18606::final
/third_party/skia/modules/svg/src/
H A DSkSVGTextPriv.h153 SkVector advance; member
/third_party/skia/modules/skottie/src/layers/
H A DTextLayer.cpp373 const auto advance = ParseDefault((*jchar)["w"], 0.0f); in resolveEmbeddedTypefaces() local
/third_party/spirv-tools/source/
H A Dtext_handler.cpp63 spv_result_t advance(spv_text text, spv_position position) { in advance() function
190 spv_result_t AssemblyContext::advance() { in advance() function in spvtools::AssemblyContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp51 void advance(unsigned I = 1) { Ptr += I; } in advance() function in __anon24038::Cursor
[all...]
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp111 void SkCustomTypefaceBuilder::setGlyph(SkGlyphID index, float advance, const SkPath& path) { in setGlyph() argument
207 auto advance = fMatrix.mapXY(tf->fAdvances[glyph->getGlyphID()], 0); variable
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-graphite2.cc226 unsigned int advance; member
[all...]
H A Dhb-ot-math.h218 hb_position_t advance; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBitVector.h35 void advance() { in advance() function in llvm::const_set_bits_iterator_impl
H A DFoldingSet.h669 void advance() { in advance() function in llvm::FoldingSetBucketIteratorImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h399 Expected<BitstreamEntry> advance(unsigned Flags = 0) { in advance() function in llvm::BitstreamCursor
/third_party/skia/modules/skplaintexteditor/src/
H A Dshape.cpp171 selection_box(const SkFontMetrics& metrics, float advance, SkPoint pos) selection_box() argument
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs17 pub fn advance(&self, bytes: usize) -> Cursor<'a> { in advance() functions
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvc1dsp.c887 sprite_h_c(uint8_t *dst, const uint8_t *src, int offset, int advance, int count) sprite_h_c() argument
/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...]
/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

Completed in 26 milliseconds

123456