Home
last modified time | relevance | path

Searched refs:agindex (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h3399 FT_UInt *agindex );
3434 FT_UInt *agindex );
/external/freetype/include/freetype/
Dfreetype.h3576 FT_UInt *agindex );
3612 FT_UInt *agindex );
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c3403 FT_UInt *agindex ) in FT_Get_First_Char() argument
3417 if ( agindex ) in FT_Get_First_Char()
3418 *agindex = gindex; in FT_Get_First_Char()
3429 FT_UInt *agindex ) in FT_Get_Next_Char() argument
3450 if ( agindex ) in FT_Get_Next_Char()
3451 *agindex = gindex; in FT_Get_Next_Char()
/external/freetype/src/base/
Dftobjs.c3538 FT_UInt *agindex ) in FT_Get_First_Char() argument
3552 if ( agindex ) in FT_Get_First_Char()
3553 *agindex = gindex; in FT_Get_First_Char()
3564 FT_UInt *agindex ) in FT_Get_Next_Char() argument
3585 if ( agindex ) in FT_Get_Next_Char()
3586 *agindex = gindex; in FT_Get_Next_Char()