Searched defs:ResourceMap (Results 1 – 7 of 7) sorted by relevance
355 struct ResourceMap struct357 unsigned int get_face_count () const in get_face_count()369 const OpenTypeFontFace& get_face (unsigned int idx, in get_face()384 bool sanitize (hb_sanitize_context_t *c, const void *data_base) const in sanitize()394 unsigned int get_type_count () const { return (this+typeList).lenM1 + 1; } in get_type_count()396 const ResourceTypeRecord& get_type_record (unsigned int i) const in get_type_record()400 HBUINT8 reserved0[16]; /* Reserved for copy of resource header */401 HBUINT32 reserved1; /* Reserved for handle to next resource map */402 HBUINT16 resreved2; /* Reserved for file reference number */403 HBUINT16 attrs; /* Resource fork attribute */[all …]
358 struct ResourceMap struct360 unsigned int get_face_count () const in get_face_count()372 const OpenTypeFontFace& get_face (unsigned int idx, in get_face()387 bool sanitize (hb_sanitize_context_t *c, const void *data_base) const in sanitize()398 unsigned int get_type_count () const { return (this+typeList).lenM1 + 1; } in get_type_count()400 const ResourceTypeRecord& get_type_record (unsigned int i) const in get_type_record()404 HBUINT8 reserved0[16]; /* Reserved for copy of resource header */405 HBUINT32 reserved1; /* Reserved for handle to next resource map */406 HBUINT16 resreved2; /* Reserved for file reference number */407 HBUINT16 attrs; /* Resource fork attribute */[all …]
73 ResourceMap() {} in ResourceMap() function
146 typedef SkTMultiMap<Resource, GraphiteResourceKey, MapTraits> ResourceMap; typedef
113 ResourceMap<ResourceType, IDType>::ResourceMap() in ResourceMap() function
480 ResourceMap(D3D10DDI_HDEVICE hDevice, // IN in ResourceMap() function
228 using ResourceMap = std::map<std::string /* type_url */, ResourceTypeState>; variable