Home
last modified time | relevance | path

Searched defs:shift_x (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_image_warp_handler.cpp129 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/
Dstb_truetype.h1562 …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/
Dtest-cl-image.cpp450 float shift_x = -0.2f * width; in main() local
/external/autotest/client/deps/glbench/src/
Dutils.cc235 GLfloat shift_x = size_x * width; in CreateLattice() local
/external/libaom/libaom/av1/decoder/
Dobu.c432 const int shift_x = plane > 0 ? ssx : 0; in copy_decoded_tile_to_tile_list_buffer() local