Searched defs:shift_x (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_image_warp_handler.cpp | 129 float shift_x = warp_config.trim_ratio * cl_desc_out.width * 8.0f; in prepare_arguments() local 131 float shift_x = warp_config.trim_ratio * cl_desc_out.width; in prepare_arguments() local
|
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 1562 …l(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y… in stbtt_GetGlyphBitmapBoxSubpixel() 1585 …st stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_GetCodepointBitmapBoxSubpixel() 2248 …_point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt__rasterize() 2403 … stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_Rasterize() 2420 …mapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_GetGlyphBitmapSubpixel() 2465 …, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_MakeGlyphBitmapSubpixel() 2489 …mapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_GetCodepointBitmapSubpixel() 2494 …, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y… in stbtt_MakeCodepointBitmapSubpixel()
|
/external/libxcam/tests/ |
D | test-cl-image.cpp | 450 float shift_x = -0.2f * width; in main() local
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 235 GLfloat shift_x = size_x * width; in CreateLattice() local
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 432 const int shift_x = plane > 0 ? ssx : 0; in copy_decoded_tile_to_tile_list_buffer() local
|