Home
last modified time | relevance | path

Searched defs:color_t (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/graph/
Dedge_coloring.hpp36 typedef typename boost::property_traits< ColorMap >::value_type color_t; in is_free() typedef
168 typedef typename boost::property_traits< ColorMap >::value_type color_t; in color_edge() typedef
187 typedef typename boost::property_traits< ColorMap >::value_type color_t; in edge_coloring() typedef
Dloop_erased_random_walk.hpp56 typedef typename boost::property_traits< ColorMap >::value_type color_t; in loop_erased_random_walk() typedef
/third_party/skia/third_party/externals/harfbuzz/util/
Dansi-print.hh67 struct color_t struct
69 static color_t from_ansi (unsigned int x) in from_ansi() argument
79 color_diff_t diff (const color_t &o) in diff() argument
101 data ((color_t *) data_), in image_t() argument
/third_party/harfbuzz/util/
Dansi-print.cc70 struct color_t struct
72 static color_t from_ansi (unsigned int x) in from_ansi() argument
82 color_diff_t diff (const color_t &o) in diff() argument
104 data ((color_t *) data_), in image_t() argument
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dansi-print.cc70 struct color_t struct
72 static color_t from_ansi (unsigned int x) in from_ansi() argument
82 color_diff_t diff (const color_t &o) in diff() argument
104 data ((color_t *) data_), in image_t() argument
/third_party/boost/libs/mpi/test/
Dring_test.cpp87 enum color_t {red, green, blue}; enum
/third_party/boost/libs/graph/example/
Dgirth.cpp65 typedef boost::w_property< long > color_t; typedef
/third_party/boost/boost/gil/
Ddevice_n.hpp43 using color_t = devicen_color_t<T::value>; typedef
/third_party/pixman/test/
Dutils.h242 } color_t; typedef
/third_party/boost/libs/graph_parallel/test/
Ddistributed_property_map_test.cpp35 enum color_t { red, blue }; enum