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

  /external/skia/src/opts/
SkSwizzler_opts.h 242 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const void* src, int count) {
246 /*not static*/ inline void RGBA_to_BGRA(uint32_t* dst, const void* vsrc, int count) {
578 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const void* src, int count) {
582 /*not static*/ inline void RGBA_to_BGRA(uint32_t* dst, const void* vsrc, int count) {
806 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const void* src, int count) {
810 /*not static*/ inline void RGBA_to_BGRA(uint32_t* dst, const void* src, int count) {
  /external/skqp/src/opts/
SkSwizzler_opts.h 242 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const void* src, int count) {
246 /*not static*/ inline void RGBA_to_BGRA(uint32_t* dst, const void* vsrc, int count) {
578 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const void* src, int count) {
582 /*not static*/ inline void RGBA_to_BGRA(uint32_t* dst, const void* vsrc, int count) {
806 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const void* src, int count) {
810 /*not static*/ inline void RGBA_to_BGRA(uint32_t* dst, const void* src, int count) {

Completed in 232 milliseconds