Home
last modified time | relevance | path

Searched refs:string_pool (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-name-table.hh109 char *string_pool = (char *) this + stringOffset; in sanitize_records() local
112 if (!nameRecord[i].sanitize (c, string_pool)) return_trace (false); in sanitize_records()
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h692 dedup_vtables_(true), string_pool(nullptr) {
699 if (string_pool) delete string_pool;
716 if (string_pool) string_pool->clear();
1037 if (!string_pool)
1038 string_pool = new StringOffsetMap(StringOffsetCompare(buf_));
1043 auto it = string_pool->find(off);
1045 if (it != string_pool->end()) {
1051 string_pool->insert(off);
1542 StringOffsetMap *string_pool;
Dflexbuffers.h822 string_pool(StringOffsetCompare(buf_)) { in buf_()
846 string_pool.clear(); in Clear()
929 auto it = string_pool.find(so); in String()
930 if (it != string_pool.end()) { in String()
937 string_pool.insert(so); in String()
1489 StringOffsetMap string_pool; variable
/external/freetype/include/freetype/internal/
Dcfftypes.h370 FT_Byte* string_pool; member
/external/freetype/src/cff/
Dcffload.c2296 &font->string_pool, in cff_font_load()
2534 FT_FREE( font->string_pool ); in cff_font_done()
Dcffobjs.c698 FT_Byte* s2 = cff->string_pool + cff->string_pool_size; in cff_face_init()
/external/freetype/
DChangeLog.246275 (CFF_FontRec): Add `num_strings', `strings', and `string_pool'
6287 `string_pool' fields in the `CFF_FontRec' structure.