Searched refs:expand_value (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/tests/ |
D | PackedConfigsTextureTest.cpp | 35 static uint8_t expand_value(uint8_t original, int sigBits) { in expand_value() function 51 uint8_t ctrlComp = expand_value(control & 0xF, 4); in check_4444() 56 ctrlComp = expand_value((control >> 4) & 0xF, 4); in check_4444() 61 ctrlComp = expand_value((control >> 8) & 0xF, 4); in check_4444() 66 ctrlComp = expand_value((control >> 12) & 0xF, 4); in check_4444() 81 uint8_t ctrlComp = expand_value(control & 0x1F, 5); in check_565() 86 ctrlComp = expand_value((control >> 5) & 0x3F, 6); in check_565() 91 ctrlComp = expand_value((control >> 11) & 0x1F, 5); in check_565()
|
/third_party/glib/gio/ |
D | gwin32registrykey.c | 1479 expand_value (gunichar2 *value, in expand_value() function 1564 if (!expand_value ((gunichar2 *) iter->value_data, in g_win32_registry_value_iter_get_data_w() 2385 if (!expand_value ((gunichar2 *) req_value_data, in g_win32_registry_key_get_value_w()
|
/third_party/selinux/secilc/docs/ |
D | cil_type_statements.md | 253 (expandtypeattribute typeattribute_id expand_value) 273 <td align="left"><p><code>expand_value</code></p></td>
|