HomeSort by relevance Sort by last modified time
    Searched refs:grayA_to_RGBA (Results 1 - 12 of 12) sorted by null

  /external/skia/src/opts/
SkOpts_ssse3.cpp 25 grayA_to_RGBA = ssse3::grayA_to_RGBA;
26 grayA_to_rgbA = ssse3::grayA_to_rgbA;
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/
SkOpts_ssse3.cpp 25 grayA_to_RGBA = ssse3::grayA_to_RGBA;
26 grayA_to_rgbA = ssse3::grayA_to_rgbA;
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/skia/bench/
SwizzleBench.cpp 36 DEF_BENCH(return new SwizzleBench("SkOpts::grayA_to_RGBA", SkOpts::grayA_to_RGBA));
37 DEF_BENCH(return new SwizzleBench("SkOpts::grayA_to_rgbA", SkOpts::grayA_to_rgbA));
  /external/skia/src/core/
SkOpts.h 43 grayA_to_RGBA, // i.e. expand to color channels
44 grayA_to_rgbA, // i.e. expand to color channels and premultiply
SkOpts.cpp 71 DEFINE_DEFAULT(grayA_to_RGBA);
72 DEFINE_DEFAULT(grayA_to_rgbA);
  /external/skqp/bench/
SwizzleBench.cpp 36 DEF_BENCH(return new SwizzleBench("SkOpts::grayA_to_RGBA", SkOpts::grayA_to_RGBA));
37 DEF_BENCH(return new SwizzleBench("SkOpts::grayA_to_rgbA", SkOpts::grayA_to_rgbA));
  /external/skqp/src/core/
SkOpts.h 43 grayA_to_RGBA, // i.e. expand to color channels
44 grayA_to_rgbA, // i.e. expand to color channels and premultiply
SkOpts.cpp 71 DEFINE_DEFAULT(grayA_to_RGBA);
72 DEFINE_DEFAULT(grayA_to_rgbA);
  /external/skia/src/codec/
SkSwizzler.cpp 331 SkOpts::grayA_to_RGBA((uint32_t*) dst, src + offset, width);
357 SkOpts::grayA_to_rgbA((uint32_t*) dst, src + offset, width);
    [all...]
  /external/skqp/src/codec/
SkSwizzler.cpp 331 SkOpts::grayA_to_RGBA((uint32_t*) dst, src + offset, width);
357 SkOpts::grayA_to_rgbA((uint32_t*) dst, src + offset, width);
    [all...]

Completed in 421 milliseconds