Searched refs:anchorTable (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DMarkArrays.cpp27 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset); local
29 anchorTable->getAnchor(glyphID, fontInstance, anchor);
H A DMarkToMarkPosnSubtables.cpp65 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset); local
73 anchorTable->getAnchor(mark2Glyph, fontInstance, mark2Anchor);
H A DMarkToBasePosnSubtables.cpp66 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset); local
75 anchorTable->getAnchor(baseGlyph, fontInstance, baseAnchor);
H A DMarkToLigaturePosnSubtables.cpp76 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTableOffset); local
79 anchorTable->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor);
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecTrustServer.c122 const char* anchorTable = SecOTAPKIGetAnchorTable(otapkiref); local
123 if (NULL == anchorTable)
139 char* pDataPtr = (char *)(anchorTable + offset_value);

Completed in 99 milliseconds