Home
last modified time | relevance | path

Searched defs:cmap (Results 26 - 50 of 134) sorted by relevance

123456

/third_party/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp60 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper() argument
157 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() argument
217 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
/third_party/mesa3d/src/glx/apple/
H A Dglx_empty.c123 glXCreateGLXPixmapMESA(Display * dpy, XVisualInfo * visual, Pixmap pixmap, Colormap cmap) glXCreateGLXPixmapMESA() argument
/third_party/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp65 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper() argument
116 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() argument
176 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
H A DGDIFontInstance.cpp326 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper() local
/third_party/icu/icu4c/source/test/letest/
H A Dcmaps.cpp56 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper() argument
156 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() argument
216 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGnomeFontInstance.cpp108 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper() local
H A Dcmaps.cpp65 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper() argument
116 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) in CMAPFormat4Mapper() argument
176 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
/third_party/skia/src/pdf/
H A DSkPDFMakeToUnicodeCmap.cpp14 static void append_tounicode_header(SkDynamicMemoryWStream* cmap, in append_tounicode_header() argument
52 static void append_cmap_footer(SkDynamicMemoryWStream* cmap) { in append_cmap_footer() argument
74 static void write_glyph(SkDynamicMemoryWStream* cmap, in write_glyph() argument
84 append_bfchar_section(const std::vector<BFChar>& bfchar, bool multiByte, SkDynamicMemoryWStream* cmap) append_bfchar_section() argument
104 append_bfrange_section(const std::vector<BFRange>& bfrange, bool multiByte, SkDynamicMemoryWStream* cmap) append_bfrange_section() argument
152 SkPDFAppendCmapSections(const SkUnichar* glyphToUnicode, const SkPDFGlyphUse* subset, SkDynamicMemoryWStream* cmap, bool multiByteGlyphs, SkGlyphID firstGlyphID, SkGlyphID lastGlyphID) SkPDFAppendCmapSections() argument
[all...]
/third_party/skia/tests/
H A DHashTest.cpp62 const auto& cmap = map; in DEF_TEST() local
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvpscmap.h65 FT_CMapRec cmap; member
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftccmap.c300 FT_CharMap old, cmap = NULL; in FT_EXPORT_DEF() local
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dfbio.h65 struct fbcmap32 cmap; /* color map info */ member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dfbio.h65 struct fbcmap32 cmap; /* color map info */ member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsbuslib.c119 struct fb_cmap cmap; in sbusfb_ioctl_helper() local
163 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper() local
[all...]
H A Dgoldfishfb.c45 u32 cmap[16]; member
/kernel/linux/linux-5.10/include/linux/amba/
H A Dclcd.h139 u32 cmap[16]; member
/kernel/linux/linux-6.6/include/linux/amba/
H A Dclcd.h139 u32 cmap[16]; member
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfb_chrdev.c69 struct fb_cmap_user cmap; in do_fb_ioctl() local
204 struct fb_cmap_user cmap; in fb_getput_cmap() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dgoldfishfb.c45 u32 cmap[16]; member
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_dec.c153 pa_channel_map cmap; in pulse_read_header() local
/third_party/cups-filters/cupsfilters/
H A Dimage-gif.c76 gif_cmap_t cmap; /* Colormap */ in _cupsImageReadGIF() local
394 gif_read_cmap(FILE *fp, int ncolors, gif_cmap_t cmap, int *gray) gif_read_cmap() argument
442 gif_read_image(FILE *fp, cups_image_t *img, gif_cmap_t cmap, int interlace) gif_read_image() argument
[all...]
/third_party/NuttX/drivers/video/
H A Dfb.c438 struct fb_cmap_s cmap = { 0 }; in fb_ioctl() local
456 struct fb_cmap_s cmap; in fb_ioctl() local
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.h336 Colormap cmap; /* the X colormap */ member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DTag.java39 public static final int cmap = Tag.intValue(new byte[]{'c', 'm', 'a', 'p'}); field in Tag
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
H A DSfntDump.java350 public void useCMap(String cmap) { in useCMap() argument
502 dumpChar(int charId, CMap cmap, LocaTable locaTable, GlyphTable glyphTable) dumpChar() argument
541 dumpCMapMapping(CMap cmap) dumpCMapMapping() argument
[all...]

Completed in 15 milliseconds

123456