| /third_party/icu/icu4c/source/test/perf/leperf/ |
| H A D | cmaps.cpp | 60 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 D | glx_empty.c | 123 glXCreateGLXPixmapMESA(Display * dpy, XVisualInfo * visual, Pixmap pixmap, Colormap cmap) glXCreateGLXPixmapMESA() argument
|
| /third_party/icu/icu4c/source/samples/layout/ |
| H A D | cmaps.cpp | 65 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 D | GDIFontInstance.cpp | 326 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper() local
|
| /third_party/icu/icu4c/source/test/letest/ |
| H A D | cmaps.cpp | 56 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 D | GnomeFontInstance.cpp | 108 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper() local
|
| H A D | cmaps.cpp | 65 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 D | SkPDFMakeToUnicodeCmap.cpp | 14 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 D | HashTest.cpp | 62 const auto& cmap = map; in DEF_TEST() local
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
| H A D | svpscmap.h | 65 FT_CMapRec cmap; member
|
| /third_party/skia/third_party/externals/freetype/src/cache/ |
| H A D | ftccmap.c | 300 FT_CharMap old, cmap = NULL; in FT_EXPORT_DEF() local [all...] |
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| H A D | fbio.h | 65 struct fbcmap32 cmap; /* color map info */ member
|
| /kernel/linux/linux-6.6/arch/sparc/include/asm/ |
| H A D | fbio.h | 65 struct fbcmap32 cmap; /* color map info */ member
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| H A D | sbuslib.c | 119 struct fb_cmap cmap; in sbusfb_ioctl_helper() local 163 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper() local [all...] |
| H A D | goldfishfb.c | 45 u32 cmap[16]; member
|
| /kernel/linux/linux-5.10/include/linux/amba/ |
| H A D | clcd.h | 139 u32 cmap[16]; member
|
| /kernel/linux/linux-6.6/include/linux/amba/ |
| H A D | clcd.h | 139 u32 cmap[16]; member
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| H A D | fb_chrdev.c | 69 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 D | goldfishfb.c | 45 u32 cmap[16]; member
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | pulse_audio_dec.c | 153 pa_channel_map cmap; in pulse_read_header() local
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-gif.c | 76 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 D | fb.c | 438 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 D | xm_api.h | 336 Colormap cmap; /* the X colormap */ member
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
| H A D | Tag.java | 39 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 D | SfntDump.java | 350 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...] |