OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xlast
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/trace-viewer/src/tracing/tracks/
counter_track.js
116
// Set iLast and
xLast
such that the first sample we draw is the
119
var
xLast
= iLast >= 0 ?
125
// drawing a sample at
xLast
, skip subsequent samples that are less than
126
// skipDistanceWorld from
xLast
.
132
ctx.lineTo(
xLast
, yLastView);
133
ctx.lineTo(
xLast
+ 8 * pixWidth, yLastView);
134
ctx.lineTo(
xLast
+ 8 * pixWidth, height);
150
if (xNext -
xLast
<= skipDistanceWorld && xNext < viewRWorld) {
161
if (x -
xLast
< skipDistanceWorld) {
162
// We know that xNext >
xLast
+ skipDistanceWorld, so we ca
[
all
...]
/external/deqp/modules/glshared/
glsFragmentOpUtil.cpp
233
int
xLast
= flipX ? quad.posA.x() : quad.posB.x();
236
float width = (float)(
xLast
- xFirst + 1);
246
for (int x = xFirst; x <=
xLast
; x++)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale_argb.cc
179
int64
xlast
= x + (int64)(dst_width - 1) * dx;
local
180
int64 xl = (dx >= 0) ? x :
xlast
;
181
int64 xr = (dx >= 0) ?
xlast
: x;
/external/chromium_org/third_party/libyuv/source/
scale_argb.cc
179
int64
xlast
= x + (int64)(dst_width - 1) * dx;
local
180
int64 xl = (dx >= 0) ? x :
xlast
;
181
int64 xr = (dx >= 0) ?
xlast
: x;
Completed in 205 milliseconds