HomeSort by relevance Sort by last modified time
    Searched refs:nextX (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/
FontFastPath.cpp 296 float nextX = startPoint.x();
308 startPoint.setX(nextX);
310 nextX += glyphBuffer.advanceAt(nextGlyph);
  /packages/apps/Gallery3D/src/com/cooliris/media/
AdaptiveBackgroundTexture.java 181 int nextX = FloatUtils.clamp(x + RADIUS + 1, 0, maxX);
183 int nextArgb = in[inPos + nextX];
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java     [all...]

Completed in 972 milliseconds