Home
last modified time | relevance | path

Searched defs:advance (Results 26 - 50 of 131) sorted by relevance

123456

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBigGlyphMetrics.java146 public void setHoriAdvance(byte advance) { in setHoriAdvance() argument
170 public void setVertAdvance(byte advance) { in setVertAdvance() argument
H A 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() argument
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftglyph.h117 FT_Vector advance; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc112 void BigGlyphMetrics::Builder::SetHoriAdvance(uint8_t advance) { in SetHoriAdvance() argument
136 void BigGlyphMetrics::Builder::SetVertAdvance(uint8_t advance) { in SetVertAdvance() argument
/third_party/skia/tools/fonts/
H A DTestTypeface.cpp166 const SkVector advance = variable
/third_party/skia/third_party/externals/icu/source/common/
H A Dutil.cpp135 skipWhitespace(const UnicodeString& str, int32_t& pos, UBool advance) skipWhitespace() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h102 void advance() { in advance() function in llvm::MIBundleOperandIteratorBase
/third_party/vk-gl-cts/framework/xexml/
H A DxeXMLParser.cpp108 void Tokenizer::advance (void) in advance() function in xe::xml::Tokenizer
381 void Parser::advance (void) in advance() function in xe::xml::Parser
/third_party/lame/test/
H A Dlame_test.cpp64 void advance( int x ) { in advance() function in PcmGenerator
209 void advance( int i ) { in advance() function in OutBuffer
/third_party/skia/src/core/
H A DSkVertices.cpp127 auto advance = [&ptr](size_t size) { in init() local
/third_party/skia/samplecode/
H A DSampleAtlas.cpp88 void advance(const SkRect& bounds) { in advance() function
/third_party/skia/src/gpu/tessellate/
H A DPathWedgeTessellator.cpp101 void advance() { in advance() function in skgpu::__anon18864::MidpointContourParser
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp62 spv_result_t advance(spv_text text, spv_position position) { in advance() function
188 spv_result_t AssemblyContext::advance() { in advance() function in spvtools::AssemblyContext
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp62 spv_result_t advance(spv_text text, spv_position position) { in advance() function
188 spv_result_t AssemblyContext::advance() { in advance() function in spvtools::AssemblyContext
[all...]
/third_party/skia/src/shaders/gradients/
H A DSk4fLinearGradient.cpp306 void advance(SkScalar advX) { in advance() function in __anon18951::SkLinearGradient::LinearGradient4fContext::LinearIntervalProcessor
/third_party/skia/src/sfnt/
H A DSkOTTable_EBDT.h44 SK_OT_BYTE advance; member
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafshaper.c558 af_shaper_get_elem( AF_StyleMetrics metrics, void* buf_, unsigned int idx, FT_Long* advance, FT_Long* y_offset ) af_shaper_get_elem() argument
660 af_shaper_get_elem( AF_StyleMetrics metrics, void* buf_, unsigned int idx, FT_Long* advance, FT_Long* y_offset ) af_shaper_get_elem() argument
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffgload.c275 FT_UShort advance; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c372 FT_Pos advance; in FT_LOCAL_DEF() local
[all...]
H A Dpfrsbit.c412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local
656 FT_Long xpos = 0, ypos = 0, advance = 0; in FT_LOCAL() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-hmtx-table.hh57 UFWORD advance; /* Advance width/height. */ member
244 unsigned int advance = get_advance (glyph); in get_advance() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFoldingSet.cpp438 void FoldingSetIteratorImpl::advance() { in advance() function in FoldingSetIteratorImpl
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php71 private function advance($amount) function
/third_party/python/Lib/lib2to3/
H A Drefactor.py114 def advance(): function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.h507 inline CordRepRing::index_type CordRepRing::advance(index_type index) const { in advance() function in absl::cord_internal::CordRepRing

Completed in 16 milliseconds

123456