Home
last modified time | relevance | path

Searched refs:canvasWidth (Results 1 – 4 of 4) sorted by relevance

/external/v8/benchmarks/
Draytrace.js610 canvasWidth: 100, property
621 this.options.canvasWidth /= this.options.pixelWidth;
652 var canvasWidth = this.options.canvasWidth;
655 for(var x=0; x < canvasWidth; x++){
657 var xp = x * 1.0 / canvasWidth * 2 - 1;
891 canvasWidth: imageWidth, property
/external/skia/gm/
Dtexturedomaineffect.cpp39 const SkScalar canvasWidth = kDrawPad + in onISize() local
42 return SkISize::Make(SkScalarCeilToInt(canvasWidth), 800); in onISize()
/external/skia/tools/viewer/
DViewer.cpp968 float canvasWidth = SkTMax(ImGui::GetContentRegionAvailWidth(), 50.0f); in ImGui_Primaries() local
969 ImVec2 size = ImVec2(canvasWidth, canvasWidth * (0.9f / 0.8f)); in ImGui_Primaries()
/external/v8/tools/turbolizer/
Dgraph-view.js953 var canvasWidth = this.parentNode.clientWidth;
956 return [canvasWidth, canvasHeight];