Home
last modified time | relevance | path

Searched refs:dckind (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/benchmarks/
H A Dgraphics.cpp240 void BenchmarkDCAndGC(const char* dckind, wxDC& dc, wxGCDC& gcdc) in BenchmarkDCAndGC() argument
243 BenchmarkAll(wxString::Format("%6s DC", dckind), dc); in BenchmarkDCAndGC()
245 BenchmarkAll(wxString::Format("%6s GC", dckind), gcdc); in BenchmarkDCAndGC()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/benchmarks/
H A Dgraphics.cpp240 void BenchmarkDCAndGC(const char* dckind, wxDC& dc, wxGCDC& gcdc) in BenchmarkDCAndGC() argument
243 BenchmarkAll(wxString::Format("%6s DC", dckind), dc); in BenchmarkDCAndGC()
245 BenchmarkAll(wxString::Format("%6s GC", dckind), gcdc); in BenchmarkDCAndGC()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/benchmarks/
H A Dgraphics.cpp384 void BenchmarkDCAndGC(const char* dckind, wxDC& dc, wxGCDC& gcdc) in BenchmarkDCAndGC() argument
388 BenchmarkAll(wxString::Format("%6s DC", dckind), dc); in BenchmarkDCAndGC()
393 BenchmarkAll(wxString::Format("%6s GC (%s)", dckind, rendName.c_str()), gcdc); in BenchmarkDCAndGC()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dconic-section-toy.cpp569 std::string dckind = dc.categorise(); in draw_dual() local
576 *notify << "\n dual: " << dckind << ": " << dc; in draw_dual()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dconic-section-toy.cpp569 std::string dckind = dc.categorise(); in draw_dual() local
576 *notify << "\n dual: " << dckind << ": " << dc; in draw_dual()