Searched defs:BC1Block (Results 1 – 4 of 4) sorted by relevance
24 struct BC1Block { struct25 uint16_t fColor0;26 uint16_t fColor1;27 uint32_t fIndices;
155 struct BC1Block { struct156 uint16_t fColor0;157 uint16_t fColor1;158 uint32_t fIndices;
126 struct BC1Block { struct141 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()