Searched defs:BC1Block (Results 1 – 4 of 4) sorted by relevance
20 struct BC1Block { struct21 uint16_t fColor0;22 uint16_t fColor1;23 uint32_t fIndices;
153 struct BC1Block { struct154 uint16_t fColor0;155 uint16_t fColor1;156 uint32_t fIndices;
123 struct BC1Block { struct138 static void create_BC1_block(SkColor col0, SkColor col1, BC1Block* block) { in create_BC1_block() argument
893 struct BC1Block in packBC1() struct895 uint16_t color0; in packBC1()896 uint16_t color1; in packBC1()897 uint32_t bits; in packBC1()