Home
last modified time | relevance | path

Searched defs:advance (Results 1 - 25 of 140) sorted by relevance

123456

/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dio_slice.rs31 pub fn advance(&mut self, n: usize) { in advance() functions
67 pub fn advance(&mut self, n: usize) { in advance() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dio_slice.rs34 pub fn advance(&mut self, n: usize) { in advance() functions
74 pub fn advance(&mut self, n: usize) { in advance() functions
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path_1d_path_effect.cpp21 Make(const TexginePath &path, float advance, float phase, Style style) Make() argument
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/
H A DFileInputStream.cpp32 void FileInputStream::advance(int32_t numBytes) { in advance() function in parselib::FileInputStream
H A DMemInputStream.cpp39 void MemInputStream::advance(int32_t numBytes) { in advance() function in parselib::MemInputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLineIterator.cpp50 void line_iterator::advance() { in advance() function in line_iterator
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_recording_path_effect.h25 CreatePathDashEffect( const TestingPath& path, float advance, float phase, TestingPathDashStyle style) CreatePathDashEffect() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_effect_test.cpp49 scalar advance = 12.0f; in HWTEST_F() local
/third_party/skia/gm/
H A Dglyph_pos.cpp107 SkScalar advance = font.measureText(kText, sizeof(kText) - 1, SkTextEncoding::kUTF8, in drawTestCase() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dpath_effect.cpp78 CreatePathDashEffect( const Path& path, scalar advance, scalar phase, PathDashStyle style) CreatePathDashEffect() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/patheffect_fuzzer/
H A Dpatheffect_fuzzer.cpp45 scalar advance = GetObject<scalar>(); in PathEffectFuzzTest() local
/third_party/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.cpp52 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); in getGlyphAdvance() local
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_info.py104 def advance(self, remainder, start=None): member in SourceInfo
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DScriptCompositeFontInstance.cpp52 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); in getGlyphAdvance() local
/third_party/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp130 int16_t advance = (int16_t)glyphs[i]->advanceX(); in SkPDFMakeCIDGlyphWidthsArray() local
[all...]
/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h29 bool advance() { in advance() function in SkIntersectionHelper
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftincrem.h120 FT_Long advance; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsmall_glyph_metrics.cc100 void SmallGlyphMetrics::Builder::SetAdvance(uint8_t advance) { in SetAdvance() argument
/third_party/python/Lib/test/
H A Dtest_sched.py34 def advance(self, t): member in Timer
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h77 void advance() { in advance() function in llvm::ScoreboardHazardRecognizer::Scoreboard
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarTypeUtil.cpp51 void VarTokenizer::advance (void) in advance() function in glu::VarTokenizer
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp42 void SkiaPathEffect::InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) in InitWithPathDash() argument
/third_party/elfio/elfio/
H A Delfio_note.hpp151 Elf_Word advance = in process_section() local
/third_party/glslang/glslang/MachineIndependent/
H A DScan.h229 void advance() in advance() function in glslang::TInputScanner
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DXMLRecordReader.java202 private void advance() { in advance() method in XMLRecordReader

Completed in 11 milliseconds

123456