HomeSort by relevance Sort by last modified time
    Searched refs:AttachPoint (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz/src/
harfbuzz-gdef.h 51 HB_AttachPoint* AttachPoint; /* array of AttachPoint tables */
harfbuzz-gdef.c 224 /* AttachPoint */
308 al->AttachPoint = NULL;
310 if ( ALLOC_ARRAY( al->AttachPoint, count, HB_AttachPoint ) )
313 ap = al->AttachPoint;
357 if ( al->AttachPoint )
360 ap = al->AttachPoint;

Completed in 30 milliseconds