HomeSort by relevance Sort by last modified time
    Searched refs:AttachPoint (Results 1 - 5 of 5) 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;
  /external/harfbuzz_ng/src/hb-old/
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;
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 44 typedef ArrayOf<USHORT> AttachPoint; /* Array of contour point indices--in
62 const AttachPoint &points = this+attachPoint[index];
76 return TRACE_RETURN (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
83 OffsetArrayOf<AttachPoint>
84 attachPoint; /* Array of AttachPoint tables
87 DEFINE_SIZE_ARRAY (4, attachPoint);

Completed in 4113 milliseconds