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

  /external/skia/src/opts/
SkSwizzler_opts.h 437 /*not static*/ inline void grayA_to_RGBA(uint32_t dst[], const void* src, int count) {
441 /*not static*/ inline void grayA_to_rgbA(uint32_t dst[], const void* src, int count) {
672 /*not static*/ inline void grayA_to_RGBA(uint32_t dst[], const void* vsrc, int count) {
694 /*not static*/ inline void grayA_to_rgbA(uint32_t dst[], const void* vsrc, int count) {
826 /*not static*/ inline void grayA_to_RGBA(uint32_t dst[], const void* src, int count) {
830 /*not static*/ inline void grayA_to_rgbA(uint32_t dst[], const void* src, int count) {
  /external/skqp/src/opts/
SkSwizzler_opts.h 437 /*not static*/ inline void grayA_to_RGBA(uint32_t dst[], const void* src, int count) {
441 /*not static*/ inline void grayA_to_rgbA(uint32_t dst[], const void* src, int count) {
672 /*not static*/ inline void grayA_to_RGBA(uint32_t dst[], const void* vsrc, int count) {
694 /*not static*/ inline void grayA_to_rgbA(uint32_t dst[], const void* vsrc, int count) {
826 /*not static*/ inline void grayA_to_RGBA(uint32_t dst[], const void* src, int count) {
830 /*not static*/ inline void grayA_to_rgbA(uint32_t dst[], const void* src, int count) {

Completed in 190 milliseconds