Home
last modified time | relevance | path

Searched refs:final_pos (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_text.c271 int x, int y, int count, char *chars, Bool sixteen, int *final_pos) in glamor_poly_text() argument
301 *final_pos = x; in glamor_poly_text()
312 int final_pos; in glamor_poly_text8() local
314 if (glamor_poly_text(drawable, gc, x, y, count, chars, FALSE, &final_pos)) in glamor_poly_text8()
315 return final_pos; in glamor_poly_text8()
323 int final_pos; in glamor_poly_text16() local
325 if (glamor_poly_text(drawable, gc, x, y, count, (char *) chars, TRUE, &final_pos)) in glamor_poly_text16()
326 return final_pos; in glamor_poly_text16()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk_aiq_types.h373 int32_t final_pos; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_af_module.cpp245 printf("get search result, stat: %d, final_pos: %d\n", result.stat, result.final_pos); in sample_get_af_search_result()