Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp425 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot() local
467 DrawEdge(" ", ModId, IdFrom, ModId, IdTo, Hotness); in exportToDot()
540 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()
/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc371 DrawEdge(dc, &draw_item_struct->rcItem, EDGE_ETCHED, BF_TOP); in OnDrawItem()