Home
last modified time | relevance | path

Searched refs:color_map (Results 1 – 25 of 61) sorted by relevance

123

/third_party/boost/boost/graph/distributed/
Ddijkstra_shortest_paths.hpp41 WeightMap weight, IndexMap index_map, ColorMap color_map, in run()
46 weight, index_map, color_map, compare, in run()
64 WeightMap weight, IndexMap index_map, ColorMap color_map, in run()
69 index_map, color_map, compare, combine, in run()
87 WeightMap weight, IndexMap index_map, ColorMap color_map, in run()
93 color_map, compare, combine, inf, zero, vis); in run()
111 ColorMap color_map, Compare compare, Combine combine, in run_impl()
116 local_put(color_map, target(e, g), white_color); in run_impl()
120 color_map, compare, combine, inf, zero, vis); in run_impl()
191 DefColorMap color_map(color.begin(), index_map); in dijkstra_shortest_paths() local
Deager_dijkstra_shortest_paths.hpp348 WeightMap weight, IndexMap index_map, ColorMap color_map, in eager_dijkstra_shortest_paths() argument
380 set_property_map_role(vertex_color, color_map); in eager_dijkstra_shortest_paths()
383 breadth_first_search(g, s, Q, bfs_vis, color_map); in eager_dijkstra_shortest_paths()
/third_party/boost/libs/parameter/test/literate/
Ddefault-expression-evaluation0.cpp9 BOOST_PARAMETER_NAME(color_map) in BOOST_PARAMETER_NAME()
19 (color_map, *) in BOOST_PARAMETER_NAME()
31 std::cout << "color_map=" << color_map; in BOOST_PARAMETER_NAME()
Dhandling-out-parameters0.cpp18 BOOST_PARAMETER_NAME(in_out(color_map)) in BOOST_PARAMETER_NAME()
26 (color_map, *, in BOOST_PARAMETER_NAME()
Doptional-parameters0.cpp18 BOOST_PARAMETER_NAME(in_out(color_map)) in BOOST_PARAMETER_NAME()
26 (color_map, *, in BOOST_PARAMETER_NAME()
Dwriting-the-function0.cpp8 BOOST_PARAMETER_NAME(in_out(color_map))
36 (in_out(color_map), *,
Ddefining-the-keywords0.cpp10 BOOST_PARAMETER_NAME(color_map)
Dpredicate-requirements0.cpp8 BOOST_PARAMETER_NAME((_color_map, graphs) in_out(color_map))
157 (color_map
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dgifdec.c43 void GIFGetBackgroundColor(const ColorMapObject* const color_map, in GIFGetBackgroundColor() argument
49 } else if (color_map == NULL || color_map->Colors == NULL in GIFGetBackgroundColor()
50 || bgcolor_index >= color_map->ColorCount) { in GIFGetBackgroundColor()
56 const GifColorType color = color_map->Colors[bgcolor_index]; in GIFGetBackgroundColor()
325 void GIFGetBackgroundColor(const struct ColorMapObject* const color_map, in GIFGetBackgroundColor() argument
328 (void)color_map; in GIFGetBackgroundColor()
Danim_util.c399 const ColorMapObject* const color_map = gif->SColorMap; in GetBackgroundColorGIF() local
403 } else if (color_map == NULL || color_map->Colors == NULL in GetBackgroundColorGIF()
404 || gif->SBackGroundColor >= color_map->ColorCount) { in GetBackgroundColorGIF()
407 const GifColorType color = color_map->Colors[gif->SBackGroundColor]; in GetBackgroundColorGIF()
/third_party/skia/third_party/externals/libwebp/examples/
Dgifdec.c43 void GIFGetBackgroundColor(const ColorMapObject* const color_map, in GIFGetBackgroundColor() argument
49 } else if (color_map == NULL || color_map->Colors == NULL in GIFGetBackgroundColor()
50 || bgcolor_index >= color_map->ColorCount) { in GIFGetBackgroundColor()
56 const GifColorType color = color_map->Colors[bgcolor_index]; in GIFGetBackgroundColor()
325 void GIFGetBackgroundColor(const struct ColorMapObject* const color_map, in GIFGetBackgroundColor() argument
328 (void)color_map; in GIFGetBackgroundColor()
Danim_util.c399 const ColorMapObject* const color_map = gif->SColorMap; in GetBackgroundColorGIF() local
403 } else if (color_map == NULL || color_map->Colors == NULL in GetBackgroundColorGIF()
404 || gif->SBackGroundColor >= color_map->ColorCount) { in GetBackgroundColorGIF()
407 const GifColorType color = color_map->Colors[gif->SBackGroundColor]; in GetBackgroundColorGIF()
/third_party/boost/libs/graph/example/
Dparallel-compile-time.cpp145 color_map_t color_map = get(vertex_color, g); in main() local
160 topo_sort(g, topo_order.rbegin(), color_map); in main()
168 color_map[*i] = white_color; in main()
172 color_map[*vi] = black_color; in main()
176 if (color_map[*i] == white_color) in main()
Dloops_dfs.cpp62 std::vector< default_color_type > color_map(num_vertices(g)); in find_loops() local
66 color_map.begin(), get(vertex_index, g), color_map[0])); in find_loops()
/third_party/boost/libs/graph/test/
Dbipartite_test.cpp21 void check_two_coloring(const Graph& g, const ColorMap color_map) in check_two_coloring() argument
33 boost::get(color_map, source) != boost::get(color_map, target)); in check_two_coloring()
Ddfs_cc.cpp30 depth_first_search(g, color_map(color)); in main()
/third_party/boost/boost/graph/
Ddag_shortest_paths.hpp112 std::vector< default_color_type > color_map(n); in dag_sp_dispatch1() local
121 color_map.begin(), id, color_map[0])), in dag_sp_dispatch1()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_mips_dsp_r2.c24 const uint32_t* const color_map, \
79 : [color_map]"r"(color_map) \
84 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
Dlossless.h81 const uint32_t* const color_map,
85 const uint32_t* const color_map,
Dlossless.c326 static void F_NAME(const TYPE* src, const uint32_t* const color_map, \
332 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
342 const uint32_t* const color_map = transform->data_; \
356 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \
361 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_mips_dsp_r2.c24 const uint32_t* const color_map, \
79 : [color_map]"r"(color_map) \
84 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
Dlossless.c331 static void F_NAME(const TYPE* src, const uint32_t* const color_map, \
337 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
347 const uint32_t* const color_map = transform->data_; \
361 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \
366 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
/third_party/boost/libs/graph_parallel/test/
Dssca.cpp313 ColorMap color_map, const EdgeVector& S, in subgraph_extraction() argument
354 local_put(color_map, v, Color::white()); in subgraph_extraction()
368 local_put(color_map, u, Color::gray()); in subgraph_extraction()
372 (distances, weight_map, color_map, subGraphEdgeLength), in subgraph_extraction()
373 color_map); in subgraph_extraction()
417 ColorMap color_map, const EdgeVector& S, in seq_subgraph_extraction() argument
452 put(color_map, v, Color::white()); in seq_subgraph_extraction()
465 put(color_map, u, Color::gray()); in seq_subgraph_extraction()
469 (distances, weight_map, color_map, subGraphEdgeLength), in seq_subgraph_extraction()
470 color_map); in seq_subgraph_extraction()
/third_party/ffmpeg/libavcodec/
Dlibzvbi-teletextdec.c235 int r = VBI_R(page->color_map[ci]); in bprint_color()
236 int g = VBI_G(page->color_map[ci]); in bprint_color()
237 int b = VBI_B(page->color_map[ci]); in bprint_color()
493 r = VBI_R(page->color_map[ci]); in gen_sub_bitmap()
494 g = VBI_G(page->color_map[ci]); in gen_sub_bitmap()
495 b = VBI_B(page->color_map[ci]); in gen_sub_bitmap()
496 a = VBI_A(page->color_map[ci]); in gen_sub_bitmap()
/third_party/boost/libs/parameter/test/
Dtutorial.cpp14 BOOST_PARAMETER_NAME(color_map)

123