Home
last modified time | relevance | path

Searched refs:PointIndex (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-gdef-private.h45 HB_UShort* PointIndex; /* array of contour points */ member
Dharfbuzz-gdef.c242 ap->PointIndex = NULL; in Load_AttachPoint()
246 if ( ALLOC_ARRAY( ap->PointIndex, count, HB_UShort ) ) in Load_AttachPoint()
249 pi = ap->PointIndex; in Load_AttachPoint()
269 FREE( ap->PointIndex ); in Free_AttachPoint()