Home
last modified time | relevance | path

Searched refs:advance (Results 1 - 25 of 299) sorted by relevance

12345678910>>...12

/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
92 C.advance(); in skipWhitespace()
103 C.advance(); in skipComment()
129 C.advance(2); in unescapeQuotedString()
134 C.advance(3); in unescapeQuotedString()
139 C.advance(); in unescapeQuotedString()
147 for (C.advance(); C.peek() != '"'; C.advance()) { in lexStringConstant()
155 C.advance(); in lexStringConstant()
162 C.advance(PrefixLengt in lexName()
[all...]
/third_party/skia/src/effects/
H A DSk1DPathEffect.cpp63 SkPath1DPathEffectImpl(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffectImpl() argument
65 SkASSERT(advance > 0 && !path.isEmpty()); in SkPath1DPathEffectImpl()
75 if (phase > advance) { in SkPath1DPathEffectImpl()
76 phase = SkScalarMod(phase, advance); in SkPath1DPathEffectImpl()
79 if (phase > advance) { in SkPath1DPathEffectImpl()
80 phase = SkScalarMod(phase, advance); in SkPath1DPathEffectImpl()
82 phase = advance - phase; in SkPath1DPathEffectImpl()
84 // now catch the edge case where phase == advance (within epsilon) in SkPath1DPathEffectImpl()
85 if (phase >= advance) { in SkPath1DPathEffectImpl()
90 fAdvance = advance; in SkPath1DPathEffectImpl()
108 SkScalar advance = buffer.readScalar(); CreateProc() local
238 Make(const SkPath& path, SkScalar advance, SkScalar phase, Style style) Make() argument
[all...]
/third_party/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp70 /** Retrieve advance data for glyphs. Used by the PDF backend. */
82 // the ASCII representation of an advance plus a space is 10 characters in SkPDFMakeCIDGlyphWidthsArray()
130 int16_t advance = (int16_t)glyphs[i]->advanceX(); in SkPDFMakeCIDGlyphWidthsArray() local
134 if (advance == modeAdvance) { in SkPDFMakeCIDGlyphWidthsArray()
144 if (advance != next_advance) { in SkPDFMakeCIDGlyphWidthsArray()
151 result->appendScalar(scale_from_font_units(advance, emSize)); in SkPDFMakeCIDGlyphWidthsArray()
160 advanceArray->appendScalar(scale_from_font_units(advance, emSize)); in SkPDFMakeCIDGlyphWidthsArray()
163 advance = (int16_t)glyphs[j]->advanceX(); in SkPDFMakeCIDGlyphWidthsArray()
166 if (advance == modeAdvance) { in SkPDFMakeCIDGlyphWidthsArray()
182 if (advance in SkPDFMakeCIDGlyphWidthsArray()
[all...]
/third_party/node/src/
H A Djson_utils.h33 inline void advance() { in advance() function in node::JSONWriter
50 advance(); in json_start()
59 advance(); in json_end()
67 advance(); in json_objectstart()
80 advance(); in json_arraystart()
91 advance(); in json_objectend()
103 advance(); in json_arrayend()
111 advance(); in json_keyvalue()
123 advance(); in json_element()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_advance_test.cpp27 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
36 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
45 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
54 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
63 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
72 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
78 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
85 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
94 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
97 // Invokes AssemblyContext::advance() o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_advance_test.cpp27 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
36 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
45 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
54 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
63 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
72 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
78 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
85 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
94 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
97 // Invokes AssemblyContext::advance() o
[all...]
/third_party/spirv-tools/test/
H A Dtext_advance_test.cpp27 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
36 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
45 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
54 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
63 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST()
72 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
78 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
85 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
94 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST()
97 // Invokes AssemblyContext::advance() o
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrsbit.c412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local
423 advance = 0; in pfr_load_bitmap_metrics()
492 advance = scaled_advance; in pfr_load_bitmap_metrics()
497 advance = PFR_NEXT_INT8( p ) * 256; in pfr_load_bitmap_metrics()
502 advance = PFR_NEXT_SHORT( p ); in pfr_load_bitmap_metrics()
507 advance = PFR_NEXT_LONG( p ); in pfr_load_bitmap_metrics()
518 *aadvance = advance; in pfr_load_bitmap_metrics()
656 FT_Long xpos = 0, ypos = 0, advance = 0; in FT_LOCAL() local
661 /* compute linear advance */ in FT_LOCAL()
662 advance in FT_LOCAL()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarTypeUtil.cpp39 advance(); in VarTokenizer()
51 void VarTokenizer::advance (void) in advance() function in glu::VarTokenizer
102 tokenizer.advance(); in parseTypePath()
111 tokenizer.advance(); in parseTypePath()
126 tokenizer.advance(); in parseTypePath()
130 tokenizer.advance(); in parseTypePath()
153 tokenizer.advance(); in parseTypePath()
155 tokenizer.advance(); in parseTypePath()
/third_party/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.cpp60 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
64 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
66 advance.fX = 0; in getGlyphAdvance()
69 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
72 advance.fY = 0; in getGlyphAdvance()
/third_party/python/Lib/test/
H A Dtest_sched.py33 # advance time limit for user code
34 def advance(self, t): member in Timer
71 timer.advance(1)
76 timer.advance(2)
80 timer.advance(1)
83 timer.advance(1)
86 timer.advance(1000)
142 timer.advance(1)
147 timer.advance(1)
149 timer.advance(
[all...]
/third_party/skia/include/utils/
H A DSkCustomTypeface.h27 void setGlyph(SkGlyphID, float advance, const SkPath&);
28 void setGlyph(SkGlyphID, float advance, const SkPath&, const SkPaint&);
29 void setGlyph(SkGlyphID, float advance, sk_sp<SkImage>, float scale);
30 void setGlyph(SkGlyphID, float advance, sk_sp<SkPicture>);
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dunicodestring.cc23 using std::advance;
64 advance(start_it, start); in replace()
68 advance(start_it, length); in replace()
77 advance(pos_it, pos); in setCharAt()
95 advance(start_it, start);
97 advance(end_it, length);
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1gload.c147 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in T1_Parse_Glyph_And_Get_Char_String()
148 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in T1_Parse_Glyph_And_Get_Char_String()
154 decoder->builder.advance.x = INT_TO_FIXED( metrics.advance ); in T1_Parse_Glyph_And_Get_Char_String()
155 decoder->builder.advance.y = INT_TO_FIXED( metrics.advance_v ); in T1_Parse_Glyph_And_Get_Char_String()
201 /********** the maximum advance width of the font. It *********/
255 /* the advance width */ in FT_LOCAL_DEF()
260 if ( glyph_index == 0 || decoder.builder.advance.x > *max_advance ) in FT_LOCAL_DEF()
261 *max_advance = decoder.builder.advance in FT_LOCAL_DEF()
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs17 pub fn advance(&self, bytes: usize) -> Cursor<'a> { in advance() functions
67 Ok(self.advance(tag.len())) in as_bytes()
91 s = s.advance(4); in skip_whitespace()
108 s = s.advance(1); in skip_whitespace()
115 s = s.advance(ch.len_utf8()); in skip_whitespace()
142 return Ok((input.advance(i + 2), &input.rest[..i + 2])); in block_comment()
204 input = input.advance(1);
226 input = input.advance(1);
275 let rest = input.advance(ERROR.len()); in leaf_token()
298 let rest = input.advance((ra in ident_any()
[all...]
/third_party/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.cpp61 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
65 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
67 advance.fX = 0; in getGlyphAdvance()
71 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
74 advance.fY = 0; in getGlyphAdvance()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftglyph.c344 copy->advance = source->advance; in FT_EXPORT_DEF()
419 /* copy advance while converting 26.6 to 16.16 format */ in FT_EXPORT_DEF()
420 if ( slot->advance.x >= 0x8000L * 64 || in FT_EXPORT_DEF()
421 slot->advance.x <= -0x8000L * 64 ) in FT_EXPORT_DEF()
423 FT_ERROR(( "FT_Get_Glyph: advance width too large\n" )); in FT_EXPORT_DEF()
427 if ( slot->advance.y >= 0x8000L * 64 || in FT_EXPORT_DEF()
428 slot->advance.y <= -0x8000L * 64 ) in FT_EXPORT_DEF()
430 FT_ERROR(( "FT_Get_Glyph: advance height too large\n" )); in FT_EXPORT_DEF()
435 glyph->advance in FT_EXPORT_DEF()
[all...]
H A Dftsynth.c62 /* we don't touch the advance width */ in FT_GlyphSlot_Oblique()
144 if ( slot->advance.x ) in FT_GlyphSlot_Embolden()
145 slot->advance.x += xstr; in FT_GlyphSlot_Embolden()
147 if ( slot->advance.y ) in FT_GlyphSlot_Embolden()
148 slot->advance.y += ystr; in FT_GlyphSlot_Embolden()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-graphite2.cc226 unsigned int advance; member
333 clusters[0].advance = gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape()
336 clusters[0].advance = 0; in _hb_graphite2_shape()
347 clusters[ci-1].advance += clusters[ci].advance; in _hb_graphite2_shape()
361 c->advance = curradv - gr_slot_origin_X(is) * xscale; in _hb_graphite2_shape()
362 curradv -= c->advance; in _hb_graphite2_shape()
366 c->advance = 0; in _hb_graphite2_shape()
367 clusters[ci].advance += gr_slot_origin_X(is) * xscale - curradv; in _hb_graphite2_shape()
368 curradv += clusters[ci].advance; in _hb_graphite2_shape()
[all...]
H A Dhb-ot-hmtx-table.hh57 UFWORD advance; /* Advance width/height. */ member
109 lm.advance = _.first; in serialize()
230 * for this direction: return default advance. Otherwise, it means that the in get_advance()
238 return table->longMetricZ[hb_min (glyph, (uint32_t) num_advances - 1)].advance; in get_advance()
244 unsigned int advance = get_advance (glyph); in get_advance() local
248 return advance; in get_advance()
251 return advance + roundf (var_table->get_advance_var (glyph, font)); // TODO Optimize?! in get_advance()
255 return advance; in get_advance()
297 longMetricZ; /* Paired advance width and leading
306 /* Here the advance i
[all...]
/third_party/lame/test/
H A Dlame_test.cpp52 advance(0); in PcmGenerator()
64 void advance( int x ) { in advance() function in PcmGenerator
209 void advance( int i ) { in advance() function in OutBuffer
249 mp3_stream_buffer.advance( rc ); in generateFile()
250 src.advance(m); in generateFile()
257 mp3_stream_buffer.advance( rc ); in generateFile()
/third_party/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.cpp42 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
48 advance.fX = 0; in getGlyphAdvance()
49 advance.fY = 0; in getGlyphAdvance()
52 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); in getGlyphAdvance() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DScriptCompositeFontInstance.cpp42 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
48 advance.fX = 0; in getGlyphAdvance()
49 advance.fY = 0; in getGlyphAdvance()
52 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); in getGlyphAdvance() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DXMLRecordReader.java34 advance(); in XMLRecordReader()
39 advance(); in XMLRecordReader()
47 advance(); in open()
59 advance(); in close()
189 advance(); in match()
202 private void advance() { in advance() method in XMLRecordReader
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DXMLRecordReader.java38 advance(); in XMLRecordReader()
43 advance(); in XMLRecordReader()
51 advance(); in open()
63 advance(); in close()
193 advance(); in match()
206 private void advance() { in advance() method in XMLRecordReader

Completed in 14 milliseconds

12345678910>>...12