Home
last modified time | relevance | path

Searched refs:SkSwapRB (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/include/core/
H A DSkSwizzle.h17 SK_API void SkSwapRB(uint32_t* dest, const uint32_t* src, int count);
/third_party/skia/src/core/
H A DSkSwizzle.cpp12 void SkSwapRB(uint32_t* dest, const uint32_t* src, int count) { in SkSwapRB() function
/third_party/skia/tests/
H A DSwizzlerTest.cpp152 SkSwapRB(&dst, &src, 1); in DEF_TEST()
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp175 SkSwapRB(color.begin(), color.begin(), color.count()); in onPaint()

Completed in 2 milliseconds