Home
last modified time | relevance | path

Searched defs:shift_x (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dframe.c838 int shift_x = (i == 1 || i == 2) ? desc->log2_chroma_w : 0; in calc_cropping_offsets() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c1073 uint32_t shift_x = 8 * sample_loc_idx; in radv_compute_sample_locs_pixel() local
/third_party/glfw/deps/
H A Dnuklear.h11581 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...]

Completed in 46 milliseconds