Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp583 uint32_t strokecolor = fill_color; in DrawPathWithBlend() local
585 strokecolor = (((fill_alpha >> 2) << 24) | (strokecolor & 0x00ffffff)); in DrawPathWithBlend()
595 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc632 const char* strokecolor; in DumpSubcomputation() local
638 strokecolor = node_colors.stroke_color; in DumpSubcomputation()
643 strokecolor = highlight ? "#b71c1c" : "#c2c2c2"; in DumpSubcomputation()
647 fillcolor, strokecolor); in DumpSubcomputation()