OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:grayA_to_rgbA
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/opts/
SkSwizzler_opts.h
425
/*not static*/ inline void
grayA_to_RGBA
(uint32_t dst[], const uint8_t* src, int count) {
429
/*not static*/ inline void
grayA_to_rgbA
(uint32_t dst[], const uint8_t* src, int count) {
653
/*not static*/ inline void
grayA_to_RGBA
(uint32_t dst[], const uint8_t* src, int count) {
674
/*not static*/ inline void
grayA_to_rgbA
(uint32_t dst[], const uint8_t* src, int count) {
803
/*not static*/ inline void
grayA_to_RGBA
(uint32_t dst[], const uint8_t* src, int count) {
807
/*not static*/ inline void
grayA_to_rgbA
(uint32_t dst[], const uint8_t* src, int count) {
/external/skqp/src/opts/
SkSwizzler_opts.h
425
/*not static*/ inline void
grayA_to_RGBA
(uint32_t dst[], const uint8_t* src, int count) {
429
/*not static*/ inline void
grayA_to_rgbA
(uint32_t dst[], const uint8_t* src, int count) {
653
/*not static*/ inline void
grayA_to_RGBA
(uint32_t dst[], const uint8_t* src, int count) {
674
/*not static*/ inline void
grayA_to_rgbA
(uint32_t dst[], const uint8_t* src, int count) {
803
/*not static*/ inline void
grayA_to_RGBA
(uint32_t dst[], const uint8_t* src, int count) {
807
/*not static*/ inline void
grayA_to_rgbA
(uint32_t dst[], const uint8_t* src, int count) {
Completed in 86 milliseconds