Searched defs:BC1Block (Results 1 – 5 of 5) sorted by relevance
26 struct BC1Block { struct27 uint16_t fColor0;28 uint16_t fColor1;29 uint32_t fIndices;
132 struct BC1Block { struct133 uint16_t fColor0;134 uint16_t fColor1;135 uint32_t fIndices;
164 struct BC1Block { struct165 uint16_t fColor0;166 uint16_t fColor1;167 uint32_t fIndices;
50 struct BC1Block { struct65 static void create_BC1_block(SkColor col0, SkColor col1, BC1Block* block) { in create_BC1_block() argument
950 struct BC1Block in packBC1() struct952 uint16_t color0; in packBC1()953 uint16_t color1; in packBC1()954 uint32_t bits; in packBC1()