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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
FramebufferData.h 63 struct attachPoint {
  /external/chromium_org/third_party/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);
  /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 203 milliseconds