Home
last modified time | relevance | path

Searched refs:sk_memset16 (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp178 sk_memset16((uint16_t*) dest, rgb565, width * height); in fill_buffer_with_color()
190 sk_memset16((uint16_t*) dest, rgba4444, width * height); in fill_buffer_with_color()
215 sk_memset16((uint16_t*) dest, rg88, width * height); in fill_buffer_with_color()
251 sk_memset16((uint16_t *) dest, alphaHalf, width * height); in fill_buffer_with_color()
268 sk_memset16((uint16_t*) dest, r16, width * height); in fill_buffer_with_color()
/third_party/flutter/skia/src/codec/
DSkSampler.cpp38 sk_memset16(dstRow, 0, width); in Fill()
/third_party/skia/src/core/
DSkAlphaRuns.cpp16 sk_memset16((uint16_t*)fRuns, (uint16_t)(-42), width); in reset()
DSkOpts.h90 static inline void sk_memset16(uint16_t buffer[], uint16_t value, int count) { in sk_memset16() function
DSkBitmapProcState_matrixProcs.cpp366 sk_memset16(xptr, width - 1, count); in clampx_nofilter_trans()
DSkBlitter.cpp261 sk_memset16((uint16_t*)runs, 1, width); in blitMask()
/third_party/flutter/skia/src/core/
DSkAlphaRuns.cpp16 sk_memset16((uint16_t*)fRuns, (uint16_t)(-42), width); in reset()
DSkUtils.h20 static inline void sk_memset16(uint16_t buffer[], uint16_t value, int count) { in sk_memset16() function
DSkBitmapProcState_matrixProcs.cpp694 sk_memset16(xptr, width - 1, count); in clampx_nofilter_trans()
DSkBlitter.cpp255 sk_memset16((uint16_t*)runs, 1, width); in blitMask()
/third_party/skia/src/codec/
DSkSampler.cpp38 sk_memset16(dstRow, 0, width); in Fill()
/third_party/skia/tests/
DMemsetTest.cpp55 sk_memset16(base, VALUE16, count); in test_16()
DCachedDecodingPixelRefTest.cpp70 sk_memset16((uint16_t*)bytePtr, in onGetPixels()
/third_party/skia/bench/
DMemsetBench.cpp45 sk_memset16(fBuffer.get(), 0x4973, fN); in onDraw()
/third_party/flutter/skia/tests/
DMemsetTest.cpp55 sk_memset16(base, VALUE16, count); in test_16()
DCachedDecodingPixelRefTest.cpp71 sk_memset16((uint16_t*)bytePtr, in onGetPixels()
/third_party/flutter/skia/bench/
DMemsetBench.cpp39 sk_memset16(fBuffer.get(), 0x4973, fN); in onDraw()