Home
last modified time | relevance | path

Searched refs:xEnd (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.cpp151 const int xEnd = std::min(static_cast<int>(frameContext->xOffset() + width), size().width()); in haveDecodedRow() local
153 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
169 GIFRow::const_iterator rowEnd = rowBegin + (xEnd - xBegin); in haveDecodedRow()
206 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd); in haveDecodedRow()
/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java251 float xEnd = right; in update() local
254 xEnd = left; in update()
261 mRayEnd.set(xEnd, centerOffsetY); in update()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterEffect.cpp297 int xEnd = rect.maxX(); in copyImageBytes() local
298 if (xEnd > m_absolutePaintRect.width()) in copyImageBytes()
299 xEnd = m_absolutePaintRect.width(); in copyImageBytes()
311 int size = (xEnd - xOrigin) * 4; in copyImageBytes()
/external/chromium_org/tools/perf/page_sets/mse_cases/
Dstartup_test.js92 var xEnd = convertTimestampToX(bar.end);
94 ctx.fillRect(xStart, y, xEnd - xStart, barThickness);
98 ctx.fillText(text, xEnd + 10, y + (0.75 * barThickness));
/external/chromium-trace/trace-viewer/src/tracing/
Dtimeline_track_view.js533 setDragBoxPosition_: function(xStart, yStart, xEnd, yEnd) { argument
536 var loX = Math.min(xStart, xEnd);
537 var hiX = Math.max(xStart, xEnd);
/external/chromium_org/third_party/flot/
Dexcanvas.min.js1xEnd:ah.x,yEnd:ah.y})};q.rect=function(m,j,i,p){this.moveTo(m,j);this.lineTo(m+i,j);this.lineTo(m+… property