Searched defs:shift_x (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 2629 …l(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y… in stbtt_GetGlyphBitmapBoxSubpixel() 2652 …st stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_GetCodepointBitmapBoxSubpixel() 3330 …_point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt__rasterize() 3535 … stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_Rasterize() 3553 …mapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_GetGlyphBitmapSubpixel() 3598 …, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_MakeGlyphBitmapSubpixel() 3622 …mapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_GetCodepointBitmapSubpixel() 3627 …, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 3632 …, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_MakeCodepointBitmapSubpixel() 4021 …, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_MakeGlyphBitmapSubpixelPrefilter()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | ComputeAllAnchors.cpp | 61 const T shift_x = T(x) * T(stride); in compute_all_anchors() local
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | fg_apply_tmpl.c | 46 const int shift_x = 0; in generate_scaling() local
|
/aosp_15_r20/external/rust/crabbyavif/src/capi/ |
D | image.rs | 469 let shift_x = (*image).yuvFormat.chroma_shift_x(); in crabby_avifImagePlaneWidth() localVariable
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | obu.c | 444 const int shift_x = plane > 0 ? ssx : 0; in copy_decoded_tile_to_tile_list_buffer() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encodeframe_utils.c | 1402 const int shift_x[2] = { 0, cpi->source->subsampling_x }; in av1_source_content_sb() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_cmd_buffer.c | 1132 uint32_t shift_x = 8 * sample_loc_idx; in radv_compute_sample_locs_pixel() local
|