HomeSort by relevance Sort by last modified time
    Searched refs:advance (Results 1 - 25 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/awt/java/awt/font/
GraphicAttribute.java 100 * Gets the GraphicAttribute's advance. It's the distance from the point at
104 * @return the GraphicAttribute's advance.
131 float advance = getAdvance(); local
135 return new Rectangle2D.Float(0, -ascent, advance, ascent + descent);
173 float advance = getAdvance(); local
174 return new GlyphJustificationInfo(advance, false,
175 GlyphJustificationInfo.PRIORITY_INTERCHAR, advance / 3, advance / 3, false,
  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 38 * @param advance spacing between each stamp of shape
42 public PathDashPathEffect(Path shape, float advance, float phase,
44 native_instance = nativeCreate(shape.ni(), advance, phase,
48 private static native int nativeCreate(int native_path, float advance,
  /external/webkit/JavaScriptCore/runtime/
WeakRandom.h 68 return advance() / (UINT_MAX + 1.0);
72 unsigned advance() function in class:JSC::WeakRandom
CollectorHeapIterator.h 41 void advance(size_t max);
83 // Iterators advance up to the next-to-last -- and not the last -- cell in a
85 inline void CollectorHeapIterator::advance(size_t max) function in class:JSC::CollectorHeapIterator
102 advance(HeapConstants::cellsPerBlock - 1);
107 advance(HeapConstants::cellsPerBlock - 1);
120 advance(HeapConstants::cellsPerBlock - 1);
134 advance(HeapConstants::cellsPerBlock - 1);
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_DIRECT_EMPTY.S 5 FETCH_ADVANCE_INST(3) @ advance to next instr, load rINST
OP_NOP.S 2 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST
OP_CONST_16.S 5 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_MOVE_16.S 6 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
OP_MOVE_FROM16.S 6 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_MOVE_RESULT.S 5 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
  /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...]
  /external/tcpdump/
print-ip6.c 53 register int advance; local
111 advance = sizeof(struct ip6_hdr);
113 while (cp < snapend && advance > 0) {
114 cp += advance;
115 len -= advance;
126 advance = hbhopt_print(cp);
130 advance = dstopt_print(cp);
134 advance = frag6_print(cp, (const u_char *)ip6);
135 if (snapend <= cp + advance)
144 * XXX - we don't use "advance"; the curren
    [all...]
print-lwres.c 221 int advance; local
226 advance = lwres_printname(l, p + 2);
227 if (advance < 0)
229 return 2 + advance;
304 int advance; local
391 advance = lwres_printname(l, s);
392 if (advance < 0)
394 s += advance;
408 advance = lwres_printaddr(&gnba->addr);
409 if (advance < 0
    [all...]
print-ipcomp.c 57 int advance; local
83 advance = sizeof(struct ipcomp);
86 return advance;
print-pim.c 625 int advance; local
721 int advance; local
724 advance = pimv2_addr_print(ptr, pimv2_unicast, 0);
725 if (advance < 0) {
729 ptr += advance;
788 if ((advance = pimv2_addr_print(bp, pimv2_group, 0)) < 0) {
792 bp += advance; len -= advance;
796 if ((advance = pimv2_addr_print(bp, pimv2_unicast, 0)) < 0) {
800 bp += advance; len -= advance
    [all...]
print-bgp.c 876 int advance; local
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontWin.cpp 48 it.advance(from);
50 it.advance(to);
55 it.advance(run.length());
71 controller.advance(from);
73 controller.advance(to, &glyphBuffer);
82 controller.advance(run.length());
95 controller.advance(run.length());
  /external/icu4c/test/letest/
SimpleFontInstance.cpp 54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
58 advance.fX = xUnitsToPoints(2048);
60 advance.fX = 0;
63 advance.fX = xUnitsToPoints(2048);
66 advance.fY = 0;
  /dalvik/vm/mterp/x86-atom/
OP_CONST_16.S 32 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_CONST_HIGH16.S 32 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
  /external/guava/src/com/google/common/io/
MultiInputStream.java 44 advance(); method
60 private void advance() throws IOException { method in class:MultiInputStream
84 advance(); method
96 advance(); method
MultiReader.java 38 advance(); method
44 private void advance() throws IOException { method in class:MultiReader
57 advance(); method
71 advance(); method
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
BasicMetrics.java 36 * calculated text metrics like advance, ascent or descent. this class is very similar to
45 float advance; field in class:BasicMetrics
111 advance = tmc.advance;
128 return advance;
  /external/webkit/WebCore/platform/graphics/wx/
FontWx.cpp 72 it.advance(from);
74 it.advance(to);
79 it.advance(run.length());
99 controller.advance(from);
101 controller.advance(to, &glyphBuffer);
110 controller.advance(run.length());
128 controller.advance(run.length());
  /external/skia/src/effects/
Sk1DPathEffect.cpp 40 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance,
43 if (advance <= 0 || path.isEmpty())
45 SkDEBUGF(("SkPath1DPathEffect can't use advance <= 0\n"));
55 if (phase > advance)
56 phase = SkScalarMod(phase, advance);
60 if (phase > advance)
61 phase = SkScalarMod(phase, advance);
62 phase = advance - phase;
64 // now catch the edge case where phase == advance (within epsilon)
65 if (phase >= advance)
    [all...]

Completed in 779 milliseconds

1 2 3 4 5 6 7 8 91011>>