HomeSort by relevance Sort by last modified time
    Searched defs:plot (Results 1 - 5 of 5) sorted by null

  /external/libvpx/vp8/common/
textblit.c 55 static void plot (const int x, const int y, unsigned char *image, const int pitch) function
106 plot(y,x, image, pitch);
120 plot(x,y, image, pitch);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
jfreechart-1.0.9-swt.jar 
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 159 plot(segmentStartX, segmentStartY, sample, bitmapSize);
168 plot(xpos, ypos, sample, bitmapSize); method
177 plot(xpos, ypos, sample, bitmapSize); method
188 plot(xpos, ypos, sample, bitmapSize); method
197 plot(xpos, ypos, sample, bitmapSize); method
209 private static void plot(float x, float y, float[] sample, int sampleSize) { method
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 57 import org.jfree.chart.plot.CategoryPlot;
58 import org.jfree.chart.plot.Plot;
59 import org.jfree.chart.plot.PlotOrientation;
616 Plot plot = mChart.getPlot(); local
617 if (plot instanceof CategoryPlot) {
618 // get the plot
619 CategoryPlot categoryPlot = (CategoryPlot)plot;
    [all...]

Completed in 228 milliseconds