OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RGBA_to_BGRA_portable
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/opts/
SkSwizzler_opts.h
39
static void
RGBA_to_bgrA_portable
(uint32_t* dst, const uint32_t* src, int count) {
55
static void
RGBA_to_BGRA_portable
(uint32_t* dst, const uint32_t* src, int count) {
225
auto proc = kSwapRB ?
RGBA_to_bgrA_portable
: RGBA_to_rgbA_portable;
267
RGBA_to_BGRA_portable
(dst, src, count);
556
auto proc = kSwapRB ?
RGBA_to_bgrA_portable
: RGBA_to_rgbA_portable;
581
RGBA_to_BGRA_portable
(dst, src, count);
784
RGBA_to_bgrA_portable
(dst, src, count);
788
RGBA_to_BGRA_portable
(dst, src, count);
/external/skqp/src/opts/
SkSwizzler_opts.h
39
static void
RGBA_to_bgrA_portable
(uint32_t* dst, const uint32_t* src, int count) {
55
static void
RGBA_to_BGRA_portable
(uint32_t* dst, const uint32_t* src, int count) {
225
auto proc = kSwapRB ?
RGBA_to_bgrA_portable
: RGBA_to_rgbA_portable;
267
RGBA_to_BGRA_portable
(dst, src, count);
556
auto proc = kSwapRB ?
RGBA_to_bgrA_portable
: RGBA_to_rgbA_portable;
581
RGBA_to_BGRA_portable
(dst, src, count);
784
RGBA_to_bgrA_portable
(dst, src, count);
788
RGBA_to_BGRA_portable
(dst, src, count);
Completed in 60 milliseconds