H A D | nuklear.h | 11582 int glyph, float scale_x, float scale_y,float shift_x, float shift_y, in nk_tt_GetGlyphBitmapBoxSubpixel() 11594 if (ix0) *ix0 = nk_ifloorf((float)x0 * scale_x + shift_x); in nk_tt_GetGlyphBitmapBoxSubpixel() 11596 if (ix1) *ix1 = nk_iceilf ((float)x1 * scale_x + shift_x); in nk_tt_GetGlyphBitmapBoxSubpixel() 12046 float shift_x, float shift_y, int off_x, int off_y, int invert, in nk_tt__rasterize() 12083 e[n].x0 = p[a].x * scale_x + shift_x; in nk_tt__rasterize() 12085 e[n].x1 = p[b].x * scale_x + shift_x; in nk_tt__rasterize() 12214 float scale_x, float scale_y, float shift_x, float shift_y, in nk_tt_Rasterize() 12225 scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, alloc); in nk_tt_Rasterize() 12233 float shift_x, float shift_y, int glyph, struct nk_allocator *alloc) in nk_tt_MakeGlyphBitmapSubpixel() 12240 nk_tt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x, in nk_tt_MakeGlyphBitmapSubpixel() 11581 nk_tt_GetGlyphBitmapBoxSubpixel(const struct nk_tt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) nk_tt_GetGlyphBitmapBoxSubpixel() argument 12044 nk_tt__rasterize(struct nk_tt__bitmap *result, struct nk_tt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, struct nk_allocator *alloc) nk_tt__rasterize() argument 12212 nk_tt_Rasterize(struct nk_tt__bitmap *result, float flatness_in_pixels, struct nk_tt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, struct nk_allocator *alloc) nk_tt_Rasterize() argument 12231 nk_tt_MakeGlyphBitmapSubpixel(const struct nk_tt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, struct nk_allocator *alloc) nk_tt_MakeGlyphBitmapSubpixel() argument [all...] |