Searched refs:STBTT_memset (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 489 #define STBTT_memset memset macro 2850 STBTT_memset(scanline, 0, result->w); in stbtt__rasterize_sorted_edges() 3162 STBTT_memset(scanline , 0, result->w*sizeof(scanline[0])); in stbtt__rasterize_sorted_edges() 3163 STBTT_memset(scanline2, 0, (result->w+1)*sizeof(scanline[0])); in stbtt__rasterize_sorted_edges() 3665 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels in stbtt_BakeFontBitmap_internal() 3824 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels in stbtt_PackBegin() 3857 STBTT_memset(buffer, 0, STBTT_MAX_OVERSAMPLE); // suppress bogus warning from VS2013 -analyze in stbtt__h_prefilter() 3861 STBTT_memset(buffer, 0, kernel_width); in stbtt__h_prefilter() 3919 STBTT_memset(buffer, 0, STBTT_MAX_OVERSAMPLE); // suppress bogus warning from VS2013 -analyze in stbtt__v_prefilter() 3923 STBTT_memset(buffer, 0, kernel_width); in stbtt__v_prefilter()
|