Searched refs:SkSwapRB (Results 1 – 8 of 8) sorted by relevance
/external/skia/include/core/ |
D | SkSwizzle.h | 17 SK_API void SkSwapRB(uint32_t* dest, const uint32_t* src, int count);
|
/external/skqp/include/core/ |
D | SkSwizzle.h | 17 SK_API void SkSwapRB(uint32_t* dest, const uint32_t* src, int count);
|
/external/skia/src/core/ |
D | SkSwizzle.cpp | 12 void SkSwapRB(uint32_t* dest, const uint32_t* src, int count) { in SkSwapRB() function
|
/external/skqp/src/core/ |
D | SkSwizzle.cpp | 12 void SkSwapRB(uint32_t* dest, const uint32_t* src, int count) { in SkSwapRB() function
|
/external/skia/tests/ |
D | SwizzlerTest.cpp | 152 SkSwapRB(&dst, &src, 1); in DEF_TEST()
|
/external/skqp/tests/ |
D | SwizzlerTest.cpp | 152 SkSwapRB(&dst, &src, 1); in DEF_TEST()
|
/external/skqp/tools/viewer/ |
D | ImGuiLayer.cpp | 132 SkSwapRB(color.begin(), color.begin(), color.count()); in onPaint()
|
/external/skia/tools/viewer/ |
D | ImGuiLayer.cpp | 141 SkSwapRB(color.begin(), color.begin(), color.count()); in onPaint()
|