Home
last modified time | relevance | path

Searched refs:diff_colors (Results 1 – 4 of 4) sorted by relevance

/third_party/harfbuzz/test/shaping/
Dhb_test_tools.py7 diff_colors = ['red', 'green', 'blue'] variable
74 def __init__ (self, formatter, colors=diff_colors, symbols=diff_symbols):
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Dhb_test_tools.py7 diff_colors = ['red', 'green', 'blue'] variable
74 def __init__ (self, formatter, colors=diff_colors, symbols=diff_symbols):
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Dhb_test_tools.py13 diff_colors = ['red', 'green', 'blue'] variable
152 def __init__ (self, formatter, colors=diff_colors, symbols=diff_symbols):
/third_party/ffmpeg/libavcodec/
Drpzaenc.c156 static int diff_colors(uint8_t *colorA, uint8_t *colorB) in diff_colors() function
369 int variance = diff_colors(dithered_color, colors[palette_entry]); in match_color()