Home
last modified time | relevance | path

Searched refs:SkSwapRB (Results 1 – 8 of 8) sorted by relevance

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