Searched refs:aadvance (Results 1 – 14 of 14) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttmtx.c | 222 FT_UShort *aadvance ) in tt_face_get_metrics() argument 265 FT_READ_USHORT( *aadvance ) || in tt_face_get_metrics() 276 FT_READ_USHORT( *aadvance ) ) in tt_face_get_metrics() 293 *aadvance = 0; in tt_face_get_metrics() 300 FT_Int a = (FT_Int)*aadvance; in tt_face_get_metrics() 319 *aadvance = (FT_UShort)a; in tt_face_get_metrics()
|
D | ttmtx.h | 48 FT_UShort* aadvance );
|
D | ttsbit.c | 1554 FT_UShort aadvance; in tt_face_load_sbix_image() local 1557 tt_face_get_metrics( face, FALSE, glyph_index, &abearing, &aadvance ); in tt_face_load_sbix_image() 1561 metrics->horiAdvance = (FT_UShort)( aadvance * in tt_face_load_sbix_image()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttmtx.c | 209 FT_UShort *aadvance ) in tt_face_get_metrics() argument 247 FT_READ_USHORT( *aadvance ) || in tt_face_get_metrics() 258 FT_READ_USHORT( *aadvance ) ) in tt_face_get_metrics() 275 *aadvance = 0; in tt_face_get_metrics()
|
D | ttmtx.h | 48 FT_UShort* aadvance );
|
D | ttsbit.c | 1381 FT_UShort aadvance; in tt_face_load_sbix_image() local 1384 tt_face_get_metrics( face, FALSE, glyph_index, &abearing, &aadvance ); in tt_face_load_sbix_image() 1388 metrics->horiAdvance = (FT_UShort)( aadvance * in tt_face_load_sbix_image()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftpfr.c | 130 FT_Pos *aadvance ) in FT_Get_PFR_Advance() argument 139 if ( !aadvance ) in FT_Get_PFR_Advance() 144 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()
|
/external/freetype/src/base/ |
D | ftpfr.c | 130 FT_Pos *aadvance ) in FT_Get_PFR_Advance() argument 139 if ( !aadvance ) in FT_Get_PFR_Advance() 144 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftpfr.h | 162 FT_Pos *aadvance );
|
/external/freetype/include/freetype/ |
D | ftpfr.h | 162 FT_Pos *aadvance );
|
/external/freetype/include/freetype/internal/services/ |
D | svpfr.h | 48 FT_Pos *aadvance );
|
/external/pdfium/third_party/freetype/include/freetype/internal/services/ |
D | svpfr.h | 48 FT_Pos *aadvance );
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | sfnt.h | 428 FT_UShort* aadvance );
|
/external/freetype/include/freetype/internal/ |
D | sfnt.h | 428 FT_UShort* aadvance );
|