HomeSort by relevance Sort by last modified time
    Searched full:cmap (Results 26 - 50 of 247) sorted by null

12 3 4 5 6 7 8 910

  /external/freetype/src/sfnt/
ttcmap.h 5 /* 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 */
ttcmapc.h 5 /* TT CMAP classes definitions (specification only). */
  /external/pdfium/third_party/freetype/include/internal/services/
svttcmap.h 5 /* The FreeType TrueType/sfnt cmap extra information service. */
43 /* A structure used to store TrueType/sfnt specific cmap information */
53 /* The cmap format. OpenType 1.5 defines the formats 0 (byte */
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.h 5 /* 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 */
ttcmapc.h 5 /* TT CMAP classes definitions (specification only). */
  /external/sfntly/cpp/src/sfntly/table/
subtable.h 26 // of these are the CMap subtables within CMap table (cmap) or a glyph within
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 38 print("Error: cmap subtable is reported as having zero length: platformID %s, platEncID %s, format %s offset %s. Skipping table." % (platformID, platEncID,format, offset))
51 table.cmap = tables[seenOffsets[offset]].cmap
66 offset = seen[id(table.cmap)]
72 offset = seen[id(table.cmap)] = done[chunk] = totalOffset + len(tableData)
118 # called with an attribute that the cmap subtable doesn't have.
123 assert len(data) == length, "corrupt cmap table format %d (data length: %d, header length: %d)" % (format, len(data), length)
137 codes = sorted(self.cmap.items())
185 assert 262 == self.length, "Format 0 cmap subtable not 262 bytes"
188 self.cmap = cmap = {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 119 const ColorMapObject* cmap = gif->Image.ColorMap; local
120 if (NULL == cmap) {
121 cmap = gif->SColorMap;
124 if (NULL == cmap) {
129 if (cmap && ((unsigned)cmap->ColorCount > 256 ||
130 cmap->ColorCount != (1 << cmap->BitsPerPixel))) {
131 cmap = NULL;
133 return cmap;
339 const ColorMapObject* cmap = find_colormap(gif); local
    [all...]
SkMovie_gif.cpp 119 static void copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap,
124 const GifColorType& col = cmap->Colors[*src];
132 const ColorMapObject* cmap, int transparent, int copyWidth,
140 copyLine(dst, src, cmap, transparent, copyWidth);
148 static void blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap,
167 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
170 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
173 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
175 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
179 static void blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap,
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 23 Dumping 'cmap' table...
110 the font will return a virtual GID. This is valid for GSUB and cmap
111 tables. For SING glyphlets, the cmap table is used to specify Unicode
330 # glyph names from (ie. 'post', 'cmap' or 'CFF ').
441 # Try to create glyph names from the unicode cmap (if available)
454 # - we need to use the unicode values found in the cmap table to
457 # - but the cmap parser also needs glyph names to work with...
460 # - load a temporary cmap table based on those names
462 # - unload the temporary cmap table
464 if self.isLoaded("cmap")
    [all...]
macUtils.py 171 cmap = self.ttFont['cmap'].getcmap(1, 0)
172 if cmap:
174 for code, name in cmap.cmap.items():
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 53 Pixmap pixmap, Colormap cmap );
70 Pixmap pixmap, Colormap cmap );
  /external/skia/src/pdf/
SkPDFFont.cpp 364 static void append_tounicode_header(SkDynamicMemoryWStream* cmap,
373 cmap->writeText(kHeader);
385 cmap->writeText(kSysInfo);
394 cmap->writeText(kTypeInfoHeader);
399 cmap->writeText(range.c_str());
402 cmap->writeText(kTypeInfoFooter);
405 static void append_cmap_footer(SkDynamicMemoryWStream* cmap) {
408 "CMapName currentdict /CMap defineresource pop\n"
411 cmap->writeText(kFooter);
426 SkDynamicMemoryWStream* cmap) {
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 76 // Creating the new CMapTable and the new format 4 CMap
79 (font_builder_->NewTableBuilder(Tag::cmap));
97 // To test the algorithm, we've replaced the original CMap with the CMap
99 // Tuffy.ttf: CMap went from 3146 to 3972 bytes (1.7% to 2.17% of file)
100 // AnonymousPro.ttf: CMap went from 1524 to 1900 bytes (0.96% to 1.2%)
135 // Writing the segments and glyph id array to the CMap
  /external/sfntly/cpp/src/test/
cmap_test.cc 97 Ptr<CMapTable::CMap> cmap1_;
98 Ptr<CMapTable::CMap> cmap2_;
124 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
127 ASSERT_NE((cmap1_), reinterpret_cast<CMapTable::CMap*>(NULL));
130 ASSERT_NE((cmap2_), reinterpret_cast<CMapTable::CMap*>(NULL));
  /external/icu/icu4c/source/samples/layout/
GnomeFontInstance.cpp 102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); local
104 if (cmap == NULL) {
108 fMapper = CMAPMapper::createUnicodeMapper(cmap);
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 106 DenseMap<Constant *, GlobalVariable *> CMap;
148 GlobalVariable *&Slot = CMap[Init];
160 // invalidating the Constant* pointers in CMap.
179 GlobalVariable *Slot = CMap[Init];
196 CMap.clear();
199 // now. This avoid invalidating the pointers in CMap, which are unneeded
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 434 * \param cmap the window's colormap, if known.
439 XMesaVisual vis, Colormap cmap)
460 b->cmap = cmap;
487 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis)
492 b->cmap == cmap &&
552 * \param cmap the colormap associated with the window/pixmap
558 Colormap cmap)
956 Colormap cmap; local
    [all...]
xm_api.h 167 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/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 24 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone); local
26 swa.colormap = cmap;
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 157 static void copyLine(Color8888* dst, const unsigned char* src, const ColorMapObject* cmap,
161 *dst = gifColorToColor8888(cmap->Colors[*src]);
314 const ColorMapObject* cmap = gif->SColorMap; local
316 cmap = frame.ImageDesc.ColorMap;
319 if (cmap == NULL || cmap->ColorCount != (1 << cmap->BitsPerPixel)) {
329 copyLine(dst, src, cmap, gcb.TransparentColor, copyWidth);
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 277 * \param cmap the window's colormap, if known.
282 XMesaVisual vis, XMesaColormap cmap)
295 b->cmap = cmap;
361 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis)
365 if (b->display==dpy && b->cmap==cmap && b!=notThis) {
423 setup_truecolor(XMesaVisual v, XMesaBuffer buffer, XMesaColormap cmap)
427 (void) cmap;
554 * \param cmap the colormap associated with the window/pixma
998 XMesaColormap cmap; local
    [all...]
  /external/fonttools/Doc/
changes.txt 22 - cmap format 1 support
48 - Made the cmap format 4 compiler smarter: the binary data it creates is
83 - Fixed bug where glyphnames were not calculated from 'cmap' if it was
84 (one of the) first tables to be decompiled. More specifically: it cmap
141 - added cmap format 4 support. Extra: dumps Unicode char names as XML comments!
142 - added cmap format 6 support
  /external/freetype/src/cff/
cffdrivr.c 472 * TT CMAP INFO
474 * If the charmap is a synthetic Unicode encoding cmap or
475 * a Type 1 standard (or expert) encoding cmap, hide TT CMAP INFO
485 FT_CMap cmap = FT_CMAP( charmap ); local
488 FT_Face face = FT_CMAP_FACE( cmap );
495 if ( cmap->clazz != &CFF_CMAP_ENCODING_CLASS_REC_GET &&
496 cmap->clazz != &CFF_CMAP_UNICODE_CLASS_REC_GET )
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 50 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone); local
52 swa.colormap = cmap;

Completed in 609 milliseconds

12 3 4 5 6 7 8 910