Searched refs:xEnd (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
D | GIFImageDecoder.cpp | 151 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/ |
D | BackgroundCollisionComponent.java | 251 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/ |
D | FilterEffect.cpp | 297 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/ |
D | startup_test.js | 92 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/ |
D | timeline_track_view.js | 533 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/ |
D | excanvas.min.js | 1 …xEnd: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
|