OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp
288
float
nextX
= currentX + prevAdvance + currentAdvance;
289
if (currentX <= targetX && targetX <=
nextX
)
291
currentX =
nextX
;
826
float
nextX
= currentX + m_harfBuzzRuns[i]->width();
833
currentX =
nextX
;
837
float
nextX
= currentX + m_harfBuzzRuns[i]->width();
844
currentX =
nextX
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFastPath.cpp
457
float
nextX
= startPoint.x() + glyphBuffer.advanceAt(0);
476
startPoint.setX(
nextX
);
478
nextX
+= glyphBuffer.advanceAt(nextGlyph);
/prebuilts/devtools/tools/lib/
ddmuilib.jar
Completed in 437 milliseconds