Searched defs:cmap (Results 1 - 25 of 60) sorted by relevance

123

/external/freetype/src/cff/
H A Dcffcmap.h5 /* CFF character mapping table (cmap) support (specification). */
40 FT_CMapRec cmap; member in struct:CFF_CMapStdRec_
/external/pdfium/third_party/freetype/src/cff/
H A Dcffcmap.h5 /* CFF character mapping table (cmap) support (specification). */
40 FT_CMapRec cmap; member in struct:CFF_CMapStdRec_
/external/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc43 (CMapTable::Builder*)font_builder->GetTableBuilder(Tag::cmap);
59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
61 CMapTable::CMapPtr cmap; local
62 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
63 ASSERT_EQ(CMapTable::WINDOWS_BMP, cmap->cmap_id());
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
80 (CMapTable::Builder*)font_builder->NewTableBuilder(Tag::cmap);
84 CMapTable::CMapPtr cmap; local
85 cmap.Attach(cmap_iter.Next());
86 if (!cmap)
96 CMapTable::CMapPtr cmap; local
[all...]
/external/freetype/src/psaux/
H A Dt1cmap.h42 FT_CMapRec cmap; member in struct:T1_CMapStdRec_
72 FT_CMapRec cmap; member in struct:T1_CMapCustomRec_
H A Dt1cmap.c35 t1_cmap_std_init( T1_CMapStd cmap, argument
38 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap );
42 cmap->num_glyphs = (FT_UInt)face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
44 cmap->sid_to_string = psnames->adobe_std_strings;
45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding
48 FT_ASSERT( cmap->code_to_sid != NULL );
53 t1_cmap_std_done( T1_CMapStd cmap )
55 cmap->num_glyphs = 0;
56 cmap
[all...]
/external/icu/icu4c/source/samples/layout/
H A Dcmaps.h27 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
30 CMAPMapper(const CMAPTable *cmap);
41 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
62 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
77 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) argument
78 : fcmap(cmap)
H A DGnomeFontInstance.cpp102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); local
104 if (cmap == NULL) {
108 fMapper = CMAPMapper::createUnicodeMapper(cmap);
H A Dcmaps.cpp59 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) argument
62 le_uint16 nSubtables = SWAPW(cmap->numberSubtables);
67 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
85 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset10);
87 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
94 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
110 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) argument
111 : CMAPMapper(cmap)
170 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
H A DGDIFontInstance.cpp320 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); local
322 if (cmap == NULL) {
326 fMapper = CMAPMapper::createUnicodeMapper(cmap);
/external/icu/icu4c/source/test/letest/
H A Dcmaps.h23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
37 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
58 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) argument
74 : fcmap(cmap)
H A Dcmaps.cpp54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) argument
57 le_uint16 nSubtables = SWAPW(cmap->numberSubtables);
66 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
92 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
137 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
143 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
154 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) argument
155 : CMAPMapper(cmap)
214 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
/external/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.h23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
37 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
58 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) argument
74 : fcmap(cmap)
H A Dcmaps.cpp54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) argument
57 le_uint16 nSubtables = SWAPW(cmap->numberSubtables);
66 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
92 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
134 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
140 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
151 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) argument
152 : CMAPMapper(cmap)
211 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1cmap.h42 FT_CMapRec cmap; member in struct:T1_CMapStdRec_
72 FT_CMapRec cmap; member in struct:T1_CMapCustomRec_
H A Dt1cmap.c35 t1_cmap_std_init( T1_CMapStd cmap, argument
38 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap );
42 cmap->num_glyphs = (FT_UInt)face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
44 cmap->sid_to_string = psnames->adobe_std_strings;
45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding
48 FT_ASSERT( cmap->code_to_sid != NULL );
53 t1_cmap_std_done( T1_CMapStd cmap )
55 cmap->num_glyphs = 0;
56 cmap
[all...]
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc71 cmap_table_ = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
85 TiXmlNodeVector* cmaps = GetNodesWithName(cmap_table->at(0), "cmap");
95 Ptr<CMapTable::CMap> cmap; local
96 cmap.Attach(cmap_table_->GetCMap(platform_id, encoding_id));
97 if (!cmap) {
102 ASSERT_EQ(cmap->platform_id(), platform_id);
103 ASSERT_EQ(cmap->encoding_id(), encoding_id);
114 ASSERT_EQ(cmap->GlyphId(character), glyph_id);
/external/freetype/src/sfnt/
H A Dttcmap.h5 /* TrueType character mapping table (cmap) support (specification). */
36 FT_CMapRec cmap; member in struct:TT_CMapRec_
37 FT_Byte* data; /* pointer to in-memory cmap table */
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp50 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone); local
52 swa.colormap = cmap;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp24 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone); local
26 swa.colormap = cmap;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.h5 /* TrueType character mapping table (cmap) support (specification). */
36 FT_CMapRec cmap; member in struct:TT_CMapRec_
37 FT_Byte* data; /* pointer to in-memory cmap table */
/external/freetype/include/freetype/internal/services/
H A Dsvpscmap.h66 FT_CMapRec cmap; member in struct:PS_UnicodesRec_
/external/freetype/src/cache/
H A Dftccmap.c67 /* the cmap cache node */
106 /* initialize a new cmap node */
136 /* compute the weight of a given cmap node */
148 /* compare a cmap node to a given query */
247 /* Treat a negative cmap index as a special value, meaning that you */
305 FT_CharMap old, cmap = NULL; local
309 cmap = face->charmaps[cmap_index];
311 if ( old != cmap && !no_cmap_change )
312 FT_Set_Charmap( face, cmap );
316 if ( old != cmap
[all...]
/external/pdfium/third_party/freetype/include/freetype/internal/services/
H A Dsvpscmap.h66 FT_CMapRec cmap; member in struct:PS_UnicodesRec_
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h167 Colormap cmap );
251 extern XMesaBuffer XMesaCreatePBuffer(XMesaVisual v, Colormap cmap,
270 Colormap cmap,
332 Colormap cmap; /* the X colormap */ member in struct:xmesa_buffer
363 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
/external/mesa3d/src/glx/apple/
H A Dglx_empty.c157 Pixmap pixmap, Colormap cmap)
162 (void) cmap;
156 glXCreateGLXPixmapMESA(Display * dpy, XVisualInfo * visual, Pixmap pixmap, Colormap cmap) argument

Completed in 294 milliseconds

123