Searched defs:charset_registry (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/bdf/
H A Dbdfdrivr.h57 char* charset_registry; member in struct:BDF_FaceRec_
H A Dbdfdrivr.c326 FT_FREE( face->charset_registry );
623 bdf_property_t *charset_registry, *charset_encoding; local
627 charset_registry =
631 if ( charset_registry && charset_encoding )
633 if ( charset_registry->format == BDF_ATOM &&
635 charset_registry->value.atom &&
643 FT_STRDUP( face->charset_registry,
644 charset_registry->value.atom ) )
649 s = face->charset_registry;
927 *acharset_registry = face->charset_registry;
[all...]
/external/freetype/src/pcf/
H A Dpcfdrivr.c249 FT_FREE( face->charset_registry );
370 FT_String *charset_registry = face->charset_registry; local
375 if ( charset_registry && charset_encoding )
377 char* s = charset_registry;
657 *acharset_registry = face->charset_registry;
H A Dpcfread.c1635 PCF_Property charset_registry, charset_encoding; local
1638 charset_registry = pcf_find_property( face, "CHARSET_REGISTRY" );
1641 if ( charset_registry && charset_registry->isString &&
1646 FT_STRDUP( face->charset_registry,
1647 charset_registry->value.atom ) )
H A Dpcf.h143 char* charset_registry; member in struct:PCF_FaceRec_

Completed in 113 milliseconds