Searched refs:shift_x (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 866 …Subpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, i… 876 …nt out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, i… 880 …nt out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, i… 891 …stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, i… 898 …Subpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, i… 900 …nt out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, i… 901 …nt out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, i… 903 …onst stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, i… 919 … float shift_x, float shift_y, // translation applied to input vertices 2629 …onst stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, i… in stbtt_GetGlyphBitmapBoxSubpixel() argument [all …]
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 438 const int shift_x = plane > 0 ? ssx : 0; in copy_decoded_tile_to_tile_list_buffer() local 441 const int w = tile_width_in_pixels >> shift_x; in copy_decoded_tile_to_tile_list_buffer()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 798 uint32_t shift_x = 8 * sample_loc_idx; in radv_compute_sample_locs_pixel() local 799 uint32_t shift_y = shift_x + 4; in radv_compute_sample_locs_pixel() 801 sample_locs_pixel[sample_reg_idx] |= (pos_x & 0xf) << shift_x; in radv_compute_sample_locs_pixel()
|