/external/replicaisland/tools/ |
D | ExtractPoints.js | 80 edge.endX = lastPoint.anchor[0]; 84 var normalY = edge.endX - edge.startX; 102 totalX += edge.endX; 105 var width = edge.endX - edge.startX; 108 edge.centerX = edge.endX - (width / 2); 148 edge.endX -= tile.xOffset; 177 Math.floor(edge.startY) + ":" + Math.floor(edge.endX) + "," +
|
/external/perfetto/ui/src/frontend/ |
D | panel_container.ts | 91 getPanelsInRegion(startX: number, endX: number, startY: number, endY: number): 93 const minX = Math.min(startX, endX); 94 const maxX = Math.max(startX, endX); 419 const endX = globals.frontendLocalState.timeScale.timeToPx(area.endSec); constant 432 endX - startX,
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | TiledVertexGrid.java | 194 final int endX = startX + horizontalSlop + horzTileCount; in draw() local 208 final int count = (endX - startX) * indexesPerTile; in draw()
|
D | CollisionSystem.java | 160 float endX = right; in testBox() local 169 endX = left; in testBox() 179 final int endTileX = Utils.clamp((int)(endX / mTileWidth), 0, mWorld.getWidth() - 1); in testBox() 561 final float endX = Utils.byteArrayToFloat(mWorkspaceBytes); in loadCollisionTiles() local 573 newSegment.mEndPoint.set(endX, endY); in loadCollisionTiles()
|
/external/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 485 const int endX = std::min<int>(x + numPixels, width); in decodeRLE() local 501 while (x < endX) { in decodeRLE() 517 for (int which = 0; x < endX; x++) { in decodeRLE()
|
/external/skqp/src/codec/ |
D | SkBmpRLECodec.cpp | 482 const int endX = SkTMin<int>(x + numPixels, width); in decodeRLE() local 498 while (x < endX) { in decodeRLE() 514 for (int which = 0; x < endX; x++) { in decodeRLE()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | GlitchAndCallbackHeatMapView.java | 403 float endX = rect.left; 405 for (; startX < rect.right; startX += STROKE_OFFSET, endX += STROKE_OFFSET) { 406 canvas.drawLine(startX, startY, endX, endY, strikePaint);
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCommonEdgeTests.cpp | 78 const int endX = static_cast<int>(0.85f * (float)image.getWidth()); in verifyResult() local 83 for (int x = startX; x < endX; ++x) in verifyResult()
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 104 …const int endX = (acceptOutOfBoundsAsAnyValue) ? (width - maxPositionDeviation.x()) : (width… in findNumPositionDeviationFailingPixels() local 109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug in findNumPositionDeviationFailingPixels() 117 for (int x = beginX; x < endX; x++) in findNumPositionDeviationFailingPixels()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 398 void endX( double endX_ ) in endX() function 402 double endX( void ) const in endX() function 1156 void endX( double endX_ ) in endX() function 1160 double endX( void ) const in endX() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1842 const int endX = (int)(0.85f * (float)rendered.getWidth()); in iterate() local 1847 for (int x = startX; x < endX; x++) in iterate()
|