HomeSort by relevance Sort by last modified time
    Searched refs:strokecolor (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 625 const char* strokecolor; local
631 strokecolor = node_colors.stroke_color;
636 strokecolor = highlight ? "#b71c1c" : "#c2c2c2";
640 fillcolor, strokecolor);
    [all...]
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 586 uint32_t strokecolor = fill_color; local
588 strokecolor = (((fill_alpha >> 2) << 24) | (strokecolor & 0x00ffffff));
598 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor,
    [all...]

Completed in 185 milliseconds