Home
last modified time | relevance | path

Searched refs:sk_memset32 (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/src/core/
DSkBitmapProcState.cpp255 sk_memset32(colors, row[0], n); in Clamp_S32_D32_nofilter_trans_shaderproc()
276 sk_memset32(colors, row[maxX], count); in Clamp_S32_D32_nofilter_trans_shaderproc()
435 sk_memset32(colors, color, count); in S32_D32_constX_shaderproc()
441 sk_memset32(colors, 0, count); in DoNothing_shaderproc()
DSkUtils.h23 static inline void sk_memset32(uint32_t buffer[], uint32_t value, int count) { in sk_memset32() function
DSkBlitRow_D32.cpp116 case 255: sk_memset32(dst, color, count); return; in Color32()
DSkBitmapProcState_sample.h91 sk_memset32(colors, dstValue, count); in MAKENAME()
DSkBlitter_ARGB32.cpp96 sk_memset32(device, color, count); in blitAntiH()
285 sk_memset32(device, black, count); in blitAntiH()
DSkPixmap.cpp181 sk_memset32(p, v, width); in erase()
DSkRasterPipelineBlitter.cpp296 case 2: sk_memset32((uint32_t*)fDstPtr + x, fMemsetColor, w); return; in blitH()
DSkDevice.cpp276 sk_memset32(vCol, colors[i], 6); in drawAtlas()
DSkBlitter.cpp628 sk_memset32(span, fPMColor, count); in shadeSpan()
DSkDraw.cpp82 sk_memset32((uint32_t*)pixels, data, SkToInt(bytes >> 2)); in D32_Src_BitmapXferProc()
/external/skia/src/codec/
DSkSampler.cpp34 sk_memset32((uint32_t*) dstRow, color, width); in Fill()
DSkPngCodec.cpp308 sk_memset32(colorTable + numColors, lastColor, maxColors - numColors); in createColorTable()
/external/skia/src/shaders/
DSkColorShader.cpp68 sk_memset32(span, fPMColor, count); in shadeSpan()
187 sk_memset32(span, fPMColor, count); in shadeSpan()
/external/skia/tests/
DMemsetTest.cpp72 sk_memset32(base, VALUE32, count); in test_32()
DCachedDecodingPixelRefTest.cpp62 sk_memset32((uint32_t*)bytePtr, in onGetPixels()
DApplyGammaTest.cpp131 sk_memset32(read.get(), 0, kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DCopySurfaceTest.cpp134 sk_memset32(read.get(), 0, kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DSurfaceTest.cpp590 sk_memset32(pixels.get(), color, kWidth * kHeight); in create_gpu_surface_backend_texture()
617 sk_memset32(pixels.get(), color, kWidth * kHeight); in create_gpu_surface_backend_texture_as_render_target()
648 sk_memset32(pixels.get(), ~expectedValue, w * h); in test_surface_clear()
724 sk_memset32(pixels.get(), ~origColor, kW * kH); in test_surface_draw_partially()
DBitmapCopyTest.cpp152 sk_memset32(colors, 0, 16); in clear_4x4_pixels()
DImageTest.cpp592 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
597 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
603 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
609 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
/external/skia/bench/
DMemsetBench.cpp33 sk_memset32(fBuffer.get(), 0xFACEB004, fN); in onDraw()
/external/skia/src/opts/
DSk4px_none.h16 sk_memset32((uint32_t*)&px4, px, 4); in DupPMColor()
/external/skia/gm/
Dgammaencodedpremul.cpp73 sk_memset32(row, fColors[i], kAlphaMax); in onDraw()
/external/skia/src/shaders/gradients/
DSkGradientShaderPriv.h35 sk_memset32(dst, v0, count); in sk_memset32_dither()
DSkLinearGradient.cpp562 sk_memset32(dst, trunc_from_255<apply_alpha>(c4, 0), count); in fill()

12