HomeSort by relevance Sort by last modified time
    Searched refs:advance (Results 26 - 50 of 490) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_MOVE_16.S 33 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
OP_MOVE_FROM16.S 32 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_MOVE_RESULT.S 35 FFETCH_ADV 1, %ecx # %ecx<- next instruction hi; fetch, advance
OP_MOVE_RESULT_WIDE.S 37 FFETCH_ADV 1, %edx # %edx<- next instruction hi; fetch, advance
OP_MOVE_WIDE_16.S 33 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
OP_MOVE_WIDE_FROM16.S 31 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
  /dalvik/dx/src/com/android/dx/io/instructions/
BaseCodeCursor.java 56 * Advance the cursor by the indicated amount.
58 protected final void advance(int amount) { method in class:BaseCodeCursor
ShortArrayCodeInput.java 49 advance(1);
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_EXIT.S 20 FETCH_ADVANCE_INST(1) @ before throw: advance rPC, load rINST
25 FETCH_ADVANCE_INST(1) @ advance before throw
  /external/freetype/src/base/
ftsynth.c 57 /* we don't touch the advance width */
140 if ( slot->advance.x )
141 slot->advance.x += xstr;
143 if ( slot->advance.y )
144 slot->advance.y += ystr;
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp 36 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
42 advance.fX = 0;
43 advance.fY = 0;
46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); local
  /external/webkit/Source/WebKit/mac/WebView/
WebTextIterator.h 46 @method advance
51 - (void)advance;
79 call currentRange every time you advance the iterator, performance will be extremely slow
WebTextIterator.mm 78 - (void)advance
80 _private->_textIterator->advance();
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 57 it.advance(from);
59 it.advance(to);
64 it.advance(run.length());
81 controller.advance(from);
83 controller.advance(to, &glyphBuffer);
91 controller.advance(run.length());
128 controller.advance(run.length());
UniscribeController.cpp 37 // FIXME: Rearchitect this to be more like WidthIterator in Font.cpp. Have an advance() method
38 // that does stuff in that method instead of doing everything in the constructor. Have advance()
83 advance(m_run.length());
93 void UniscribeController::advance(unsigned offset, GlyphBuffer* glyphBuffer) function in class:WebCore::UniscribeController
293 float advance = advances[k] / cLogicalScale; local
298 float roundedAdvance = roundf(advance);
300 advance = roundedAdvance;
305 advance += fontData->syntheticBoldOffset();
308 // If we're a glyph with an advance, go ahead and add in letter-spacing.
310 if (advance && m_font.letterSpacing()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 87 it.advance(from);
89 it.advance(to);
95 it.advance(run.length());
127 controller.advance(from);
129 controller.advance(to, &glyphBuffer);
139 controller.advance(run.length());
173 controller.advance(run.length());
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 198 * #advance}. If null, peek() will assign a value.
291 advance(); method
341 private JsonToken advance() throws IOException { method in class:JsonReader
364 advance(); method
383 advance(); method
401 advance(); method
418 advance(); method
435 advance(); method
466 advance(); method
497 advance(); method
    [all...]
  /external/stlport/test/unit/
advance_test.cpp 36 advance(location, 5);
  /external/webkit/Source/WebCore/html/parser/
HTMLEntitySearch.h 39 void advance(UChar);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PathDashPathEffect_Delegate.java 65 /*package*/ static int nativeCreate(int native_path, float advance, float phase,
  /ndk/tests/device/test-gnustl-full/unit/
advance_test.cpp 36 advance(location, 5);
  /ndk/tests/device/test-stlport/unit/
advance_test.cpp 36 advance(location, 5);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SyncProgressMonitor.java 44 public void advance(int work) { method in class:SyncProgressMonitor
  /dalvik/vm/mterp/arm-vfp/
fbinop2addr.S 15 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
fbinopWide2addr.S 16 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST

Completed in 1238 milliseconds

12 3 4 5 6 7 8 91011>>