Home
last modified time | relevance | path

Searched refs:shift_x (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h866 …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 …]
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h866 …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 …]
/third_party/ffmpeg/libavutil/
Dframe.c838 int shift_x = (i == 1 || i == 2) ? desc->log2_chroma_w : 0; in calc_cropping_offsets() local
857 (frame->crop_left >> shift_x) * comp->step; in calc_cropping_offsets()
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c1073 uint32_t shift_x = 8 * sample_loc_idx; in radv_compute_sample_locs_pixel() local
1074 uint32_t shift_y = shift_x + 4; in radv_compute_sample_locs_pixel()
1076 sample_locs_pixel[sample_reg_idx] |= (pos_x & 0xf) << shift_x; in radv_compute_sample_locs_pixel()