Home
last modified time | relevance | path

Searched refs:strokecolor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc625 const char* strokecolor; in DumpSubcomputation() local
631 strokecolor = node_colors.stroke_color; in DumpSubcomputation()
636 strokecolor = highlight ? "#b71c1c" : "#c2c2c2"; in DumpSubcomputation()
640 fillcolor, strokecolor); in DumpSubcomputation()
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp586 uint32_t strokecolor = fill_color; in DrawPathWithBlend() local
588 strokecolor = (((fill_alpha >> 2) << 24) | (strokecolor & 0x00ffffff)); in DrawPathWithBlend()
598 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()