HomeSort by relevance Sort by last modified time
    Searched refs:get_cmap_info (Results 1 - 10 of 10) sorted by null

  /external/freetype/include/freetype/internal/services/
svttcmap.h 73 TT_CMap_Info_GetFunc get_cmap_info; local
93 clazz->get_cmap_info = get_cmap_info_; \
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svttcmap.h 73 TT_CMap_Info_GetFunc get_cmap_info; local
93 clazz->get_cmap_info = get_cmap_info_; \
  /external/freetype/src/sfnt/
ttcmap.h 54 TT_CMap_Info_GetFunc get_cmap_info; member in struct:TT_CMap_ClassRec_
126 clazz->get_cmap_info = get_cmap_info_; \
ttcmap.c 199 (TT_CMap_Info_GetFunc)tt_cmap0_get_info /* get_cmap_info */
592 (TT_CMap_Info_GetFunc)tt_cmap2_get_info /* get_cmap_info */
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.h 54 TT_CMap_Info_GetFunc get_cmap_info; member in struct:TT_CMap_ClassRec_
126 clazz->get_cmap_info = get_cmap_info_; \
ttcmap.c     [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffdrivr.c 504 if ( service && service->get_cmap_info )
505 error = service->get_cmap_info( charmap, cmap_info );
  /external/freetype/src/cff/
cffdrivr.c 581 if ( service && service->get_cmap_info )
582 error = service->get_cmap_info( charmap, cmap_info );
594 (TT_CMap_Info_GetFunc)cff_get_cmap_info /* get_cmap_info */
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c     [all...]

Completed in 347 milliseconds