HomeSort by relevance Sort by last modified time
    Searched defs:rgb565 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrFontScaler.cpp 109 // A8, RGB565, or RGBA8888.
160 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); local
161 expand_bits(rgb565, bits, width, height, dstRB, srcRB);
  /external/skia/src/gpu/
SkGrFontScaler.cpp 127 // A8, RGB565, or RGBA8888.
178 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); local
179 expand_bits(rgb565, bits, width, height, dstRB, srcRB);

Completed in 403 milliseconds