HomeSort by relevance Sort by last modified time
    Searched full:advance (Results 51 - 75 of 2068) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/freetype/src/base/
ftsynth.c 63 /* we don't touch the advance width */
145 if ( slot->advance.x )
146 slot->advance.x += xstr;
148 if ( slot->advance.y )
149 slot->advance.y += ystr;
ftglyph.c 340 copy->advance = source->advance;
406 /* copy advance while converting it to 16.16 format */
407 glyph->advance.x = slot->advance.x << 10;
408 glyph->advance.y = slot->advance.y << 10;
446 /* transform advance vector */
448 FT_Vector_Transform( &glyph->advance, matrix );
590 /* copy advance */
    [all...]
  /external/llvm/include/llvm/Support/
LineIterator.h 58 /// \brief Advance to the next (non-empty, non-comment) line.
60 advance();
65 advance();
83 /// \brief Advance the iterator to the next line.
84 void advance();
  /external/pdfium/third_party/freetype/src/base/
ftadvanc.c 5 /* Quick computation of advance widths (body). */
47 /* this must be the same scaling as to get linear{Hori,Vert}Advance */
57 /* at the moment, we can perform fast advance retrieval only in */
160 ? face->glyph->advance.y << 10
161 : face->glyph->advance.x << 10;
ftsynth.c 63 /* we don't touch the advance width */
145 if ( slot->advance.x )
146 slot->advance.x += xstr;
148 if ( slot->advance.y )
149 slot->advance.y += ystr;
ftglyph.c 336 copy->advance = source->advance;
402 /* copy advance while converting it to 16.16 format */
403 glyph->advance.x = slot->advance.x << 10;
404 glyph->advance.y = slot->advance.y << 10;
442 /* transform advance vector */
444 FT_Vector_Transform( &glyph->advance, matrix );
586 /* copy advance */
    [all...]
  /cts/tools/dasm/src/java_cup/
lexer.java 144 /** Advance the scanner one character in the input stream. This moves
147 protected static void advance() throws java.io.IOException method in class:lexer
247 advance(); advance(); method
262 advance(); method
263 advance(); method
268 advance(); method
276 advance(); advance(); method
280 advance(); method
288 advance(); method
303 advance(); advance(); method
317 advance(); method
321 advance(); advance(); method
342 advance(); method
349 advance(); method
408 advance(); method
417 advance(); method
427 advance(); method
432 advance(); method
435 advance(); advance(); method
469 advance(); method
    [all...]
  /art/compiler/optimizing/
dead_code_elimination.cc 51 for (HLoopInformationOutwardIterator it(block); !it.Done(); it.Advance()) {
75 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
102 it.Advance();
107 it.Advance();
119 for (HPostOrderIterator b(*graph_); !b.Done(); b.Advance()) {
127 for (i.Advance(); !i.Done(); i.Advance()) {
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 36 for (; it.hasNext(); it.advance()) {
39 it.advance();
51 if (bracketDepth != 0) { it.advance(); }
83 it.advance();
99 it.advance();
106 continue; // Skip the advance over token.
147 it.advance();
  /external/v8/src/
hydrogen-infer-representation.cc 42 for (HUseIterator it(phi->uses()); !it.Done(); it.Advance()) {
66 it.Advance()) {
79 it.Advance()) {
88 it.Advance()) {
108 it.Advance()) {
123 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
147 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
json-parser.h 51 inline void Advance() {
68 Advance();
74 Advance();
79 Advance();
203 // Advance to the first character (possibly EOS)
318 Advance();
325 Advance();
331 Advance();
514 Advance();
518 Advance();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java 35 private static final int ADVANCE = 30;
42 PathDashPathEffect effect = new PathDashPathEffect(shape(), ADVANCE, 0,
56 for (int i = 0; i <= WIDTH + SQUARE; i += ADVANCE) {
  /external/guava/guava-testlib/src/com/google/common/testing/
FakeTicker.java 47 public FakeTicker advance(long time, TimeUnit timeUnit) { method in class:FakeTicker
48 return advance(timeUnit.toNanos(time));
52 public FakeTicker advance(long nanoseconds) { method in class:FakeTicker
  /external/tcpdump/
print-ipcomp.c 57 int advance; local
83 advance = sizeof(struct ipcomp);
86 return advance;
print-pim.c 625 int advance; local
719 int advance; local
722 advance = pimv2_addr_print(ptr, pimv2_unicast, 0);
723 if (advance < 0) {
727 ptr += advance;
786 if ((advance = pimv2_addr_print(bp, pimv2_group, 0)) < 0) {
790 bp += advance; len -= advance;
794 if ((advance = pimv2_addr_print(bp, pimv2_unicast, 0)) < 0) {
798 bp += advance; len -= advance
    [all...]
  /frameworks/minikin/libs/minikin/
MinikinFontFreeType.cpp 51 FT_Fixed advance; local
52 FT_Get_Advance(mTypeface, glyph_id, flags, &advance);
53 return advance * (1.0 / 65536);
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMatchPosition.java 40 private void advance(int toAdvance) { method in class:SmartDialMatchPosition
46 * Used by {@link SmartDialNameMatcher} to advance the positions of a match position found in
55 inList.get(i).advance(toAdvance);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyiterators.swg 46 virtual self_type* advance(ptrdiff_t n)
48 throw std::invalid_argument("advance not supported");
67 return this->advance( n );
73 return this->advance( -nn );
152 return *advance(n);
157 return *advance(-n);
162 return dup()->advance(n);
167 return dup()->advance(-n);
200 virtual self_type* advance(ptrdiff_t n)
224 return this->advance( n )
    [all...]
  /art/runtime/
dex_method_iterator.h 49 // End of this DexFile, advance and retry.
61 // End of this class, advance and retry.
89 // End of this class, advance and retry.
101 // Advance to next method if we currently are looking at a class.
  /external/freetype/src/cff/
cffgload.h 68 /* advance :: The horizontal advance vector. */
99 FT_Vector advance; member in struct:CFF_Builder_
219 /* Compute the maximum advance width of a font through quick parsing */
  /external/guava/guava-testlib/test/com/google/common/testing/
FakeTickerTest.java 48 assertSame(ticker, ticker.advance(10));
50 ticker.advance(1, TimeUnit.MILLISECONDS);
114 ticker.advance(1L);
116 ticker.advance(1L);
  /external/icu/icu4c/source/samples/layout/
GnomeFontInstance.cpp 137 void GnomeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
139 advance.fX = 0;
140 advance.fY = 0;
154 advance.fX = fFace->glyph->metrics.horiAdvance >> 6;
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 63 /* advance :: The horizontal advance vector. */
94 FT_Vector advance; member in struct:CFF_Builder_
214 /* Compute the maximum advance width of a font through quick parsing */
  /external/pdfium/third_party/freetype/src/cid/
cidgload.h 32 /* Compute the maximum advance width of a font through quick parsing */
  /external/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.cc 112 void BigGlyphMetrics::Builder::SetHoriAdvance(byte_t advance) {
113 InternalWriteData()->WriteByte(Offset::kHoriAdvance, advance);
136 void BigGlyphMetrics::Builder::SetVertAdvance(byte_t advance) {
137 InternalWriteData()->WriteByte(Offset::kVertAdvance, advance);

Completed in 1396 milliseconds

1 23 4 5 6 7 8 91011>>