Searched defs:rgb565 (Results 1 – 8 of 8) sorted by relevance
52 uint16_t RGB::rgb565() const in rgb565() function in kms::RGB
142 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
139 uint16_t rgb565; member
567 static const uint16_t rgb565[kNumPixels] = { variable
157 const __m128i rgb565 = _mm_unpacklo_epi8(rg, gb); in PackAndStore565_SSE2() local159 const __m128i rgb565 = _mm_unpacklo_epi8(gb, rg); in PackAndStore565_SSE2() local
217 struct u_vector rgb565; member