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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 84 float nextX = right;
95 final float lastX = nextX - entryWidth;
97 canvas.drawRect(left, top, nextX, bottom, e.paint);
101 canvas.drawRect(lastX, top, nextX, bottom, e.paint);
102 nextX = lastX;
106 canvas.drawRect(left, top, nextX, bottom, mEmptyPaint);
119 final float nextX = lastX + entryWidth;
120 if (nextX > right) {
125 canvas.drawRect(lastX, top, nextX, bottom, e.paint);
126 lastX = nextX;
    [all...]
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
graph_utils.js 45 function nextX() {
58 for (var x = nextX(); x != null; x = nextX()) { // for all x
  /frameworks/rs/driver/runtime/
rs_sample.c 190 int locX, int locY, int nextX, int nextY,
193 float p1 = getElementAt1(p, stride, nextX, locY);
195 float p3 = getElementAt1(p, stride, nextX, nextY);
203 int locX, int locY, int nextX, int nextY,
206 float p1 = getElementAt1(p, stride, nextX, locY);
208 float p3 = getElementAt1(p, stride, nextX, nextY);
216 int locX, int locY, int nextX, int nextY,
219 float2 p1 = getElementAt2(p, stride, nextX, locY);
221 float2 p3 = getElementAt2(p, stride, nextX, nextY);
229 int locX, int locY, int nextX, int nextY
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 122 float nextX = currentX + prevAdvance + currentAdvance;
123 if (currentX <= targetX && targetX <= nextX)
125 currentX = nextX;
618 float nextX = currentX + m_harfBuzzRuns[i]->width();
625 currentX = nextX;
629 float nextX = currentX + m_harfBuzzRuns[i]->width();
636 currentX = nextX;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontFastPath.cpp 455 float nextX = startPoint.x() + glyphBuffer.advanceAt(0);
474 startPoint.setX(nextX);
476 nextX += glyphBuffer.advanceAt(nextGlyph);
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 452 milliseconds