HomeSort by relevance Sort by last modified time
    Searched defs:diamond (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.symbol.js 10 symbol: "square" // or "diamond", "triangle", "cross"
27 diamond: function (ctx, x, y, radius, shadow) {
26 }, method
jquery.flot.symbol.min.js 7 (function($){function processRawData(plot,series,datapoints){var handlers={square:function(ctx,x,y,radius,shadow){var size=radius*Math.sqrt(Math.PI)/2;ctx.rect(x-size,y-size,size+size,size+size)},diamond:function(ctx,x,y,radius,shadow){var size=radius*Math.sqrt(Math.PI/2);ctx.moveTo(x-size,y);ctx.line (…) method
  /external/clang/test/CodeGenCXX/
microsoft-abi-virtual-inheritance.cpp 259 namespace diamond { namespace
286 // CHECK-LABEL: define x86_thiscallcc void @"\01??1D@diamond@@UAE@XZ"(%"struct.diamond::D"*)
287 // CHECK: %[[ARG_i8:.*]] = bitcast %"struct.diamond::D"* %{{.*}} to i8*
289 // CHECK: %[[THIS:.*]] = bitcast i8* %[[THIS_i8]] to %"struct.diamond::D"*
290 // CHECK: store %"struct.diamond::D"* %[[THIS]], %"struct.diamond::D"** %[[THIS_VAL:.*]], align 4
291 // CHECK: %[[THIS:.*]] = load %"struct.diamond::D"*, %"struct.diamond::D"** %[[THIS_VAL]]
292 // CHECK: %[[D_i8:.*]] = bitcast %"struct.diamond::D"* %[[THIS]] to i8
    [all...]
  /external/chromium-trace/catapult/third_party/graphy/graphy/
common.py 32 shape: One of the shape codes (Marker.arrow, Marker.diamond, etc.)
41 diamond = 'd' variable in class:Marker

Completed in 5840 milliseconds