CastP 141 third_party/harfbuzz-ng/src/hb-open-type-private.hh return *CastP<Type> (_NullPool); CastP 149 third_party/harfbuzz-ng/src/hb-open-type-private.hh return *CastP<Type> (_Null##Type); \ CastP 300 third_party/harfbuzz-ng/src/hb-open-type-private.hh Type *t = CastP<Type> (const_cast<char *> (c->start)); CastP 344 third_party/harfbuzz-ng/src/hb-open-type-private.hh return unlikely (!base) ? &Null(Type) : CastP<Type> (base); CastP 166 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh { return *CastP<OffsetTo<Device> > (value); } CastP 168 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh { return *CastP<OffsetTo<Device> > (value); } CastP 171 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh { return *CastP<SHORT> (value); } CastP 586 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh const PairValueRecord *record = CastP<PairValueRecord> (array); CastP 605 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh const PairValueRecord *record = CastP<PairValueRecord> (array); CastP 640 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh PairValueRecord *record = CastP<PairValueRecord> (array); CastP 68 third_party/harfbuzz-ng/src/main.cc const OpenTypeFontFile &ot = *CastP<OpenTypeFontFile> (font_data); CastP 112 third_party/harfbuzz-ng/src/main.cc const GSUBGPOS &g = *CastP<GSUBGPOS> (font_data + table.offset); CastP 176 third_party/harfbuzz-ng/src/main.cc const GDEF &gdef = *CastP<GDEF> (font_data + table.offset);