Searched refs:num_ins (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/freetype/src/base/ |
D | ftpatent.c | 172 FT_ULong offset, num_ins, size; in _tt_face_check_patents() local 232 if ( FT_READ_USHORT( num_ins ) ) in _tt_face_check_patents() 235 result = _tt_check_patents_in_range( stream, num_ins ); in _tt_face_check_patents()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | native_dri2.c | 200 int num_ins, num_outs, att; in dri2_surface_get_buffers() local 214 num_ins = 0; in dri2_surface_get_buffers() 238 dri2atts[num_ins++] = dri2att; in dri2_surface_get_buffers() 240 dri2atts[num_ins++] = bpp; in dri2_surface_get_buffers() 244 num_ins /= 2; in dri2_surface_get_buffers() 248 dri2atts, with_format, num_ins, &num_outs); in dri2_surface_get_buffers()
|
D | x11_screen.c | 378 boolean with_format, int num_ins, int *num_outs) in x11_drawable_get_buffers() argument 384 attachments, num_ins, num_outs); in x11_drawable_get_buffers() 387 attachments, num_ins, num_outs); in x11_drawable_get_buffers()
|
D | x11_screen.h | 130 boolean with_format, int num_ins, int *num_outs);
|