Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fillRect (0.13 sec)

  1. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/flot.selection.min.js

    tyle=c.scale("a",.4).toString();var x=Math.min(selection.first.x,selection.second.x)+.5,y=Math.min(selection.first.y,selection.second.y)+.5,w=Math.abs(selection.second.x-selection.first.x)-1,h=Math.abs(selection.second.y-selection.first.y)-1;ctx.fillRect(x,y,w,h);ctx.strokeRect(x,y,w,h);ctx.restore()}});plot.hooks.shutdown.push(function(plot,eventHolder){eventHolder.unbind("mousemove",onMouseMove);eventHolder.unbind("mousedown",onMouseDown);if(mouseUpHandler)$(document).unbind("mouseup",mouseUpH...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    if(!slice.cpuDuration){rect.fillRect(xView,wView,colorId,alpha);continue;}
    let activeWidth=wView*(slice.cpuDuration/slice.duration);let waitingWidth=wView-activeWidth;if(activeWidth<SLICE_ACTIVE_WIDTH_DRAW_THRESHOLD){activeWidth=0;waitingWidth=wView;}
    if(waitingWidth<SLICE_WAITING_WIDTH_DRAW_THRESHOLD){activeWidth=wView;waitingWidth=0;}
    if(activeWidth>0){rect.fillRect(xView,activeWidth,colorId,alpha);}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  3. src/encoding/json/testdata/code.json.gz

    "touches":2,"min_t":1229474548,"max_t":1236205616,"mean_t":1232840082},{"name":"image-object-in-canvas-expected.checksum","kids":[],"cl_weight":0.0010536271031095271,"touches":3,"min_t":1228525763,"max_t":1236205616,"mean_t":1231403388},{"name":"fillrect-gradient-zero-stops-expected.checksum","kids":[],"cl_weight":0.0010536271031095271,"touches":3,"min_t":1228525763,"max_t":1236205616,"mean_t":1231403388},{"name":"shadow-offset-5-expected.png","kids":[],"cl_weight":0.0010036404777328675,"touches...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top