OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextX
(Results
1 - 5
of
5
) 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
...]
/frameworks/compile/libbcc/lib/Renderscript/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/webkit/Source/WebCore/platform/graphics/chromium/
FontLinux.cpp
261
int
nextX
= static_cast<int>(controller.xPositions()[glyphIndex]) + advance / 2;
262
if (std::min(
nextX
, lastX) <= targetX && targetX <= std::max(
nextX
, lastX))
264
lastX =
nextX
;
294
int
nextX
= controller.offsetX();
296
if (std::min(x,
nextX
) <= targetX && targetX <= std::max(x,
nextX
)) {
/external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp
384
float
nextX
= startPoint.x();
396
startPoint.setX(
nextX
);
398
nextX
+= glyphBuffer.advanceAt(nextGlyph);
/prebuilts/devtools/tools/lib/
ddmuilib.jar
Completed in 1191 milliseconds