HomeSort by relevance Sort by last modified time
    Searched defs:cff (Results 1 - 17 of 17) sorted by null

  /external/freetype/include/freetype/internal/
ftpic.h 41 void* cff; member in struct:FT_PIC_Container_
  /external/freetype/src/cff/
cffcmap.c 5 /* CFF character mapping table (cmap) support (body). */
30 /***** CFF STANDARD (AND EXPERT) ENCODING CMAPS *****/
40 CFF_Font cff = (CFF_Font)face->extra.data; local
41 CFF_Encoding encoding = &cff->encoding;
128 /***** CFF SYNTHETIC UNICODE ENCODING CMAP *****/
137 CFF_Font cff = (CFF_Font)face->extra.data; local
138 CFF_Charset charset = &cff->charset;
142 return cff_index_get_sid_string( cff, sid );
152 CFF_Font cff = (CFF_Font)face->extra.data; local
153 CFF_Charset charset = &cff->charset
190 CFF_Font cff = (CFF_Font)face->extra.data; local
203 CFF_Font cff = (CFF_Font)face->extra.data; local
    [all...]
cffgload.h 136 cff_lookup_glyph_by_stdcharcode( CFF_Font cff,
163 CFF_Font cff; member in struct:CFF_Decoder_
192 FT_Byte** glyph_names; /* for pure CFF fonts only */
217 #if 0 /* unused until we support pure CFF fonts */
cffdrivr.c 207 /* the values in the `CFF' table */
223 /* otherwise we extract the info from the CFF glyphstrings */
345 " cannot get glyph name from CFF & CEF fonts\n"
372 CFF_Font cff; local
380 cff = (CFF_FontRec *)face->extra.data;
381 charset = &cff->charset;
385 if ( cff->version_major == 2 )
412 for ( i = 0; i < cff->num_glyphs; i++ )
417 name = cff_index_get_string( cff, sid - 391 );
456 CFF_Font cff = (CFF_Font)face->extra.data local
517 CFF_Font cff = (CFF_Font)face->extra.data; local
609 CFF_Font cff = (CFF_Font)face->extra.data; local
664 CFF_Font cff = (CFF_Font)face->extra.data; local
688 CFF_Font cff; local
    [all...]
cffobjs.c 106 /* CFF and Type 1 private dictionaries have slightly different */
513 FT_TRACE2(( "CFF driver\n" ));
524 if ( face->format_tag != TTAG_OTTO ) /* `OTTO'; OpenType/CFF font */
526 FT_TRACE2(( " not an OpenType/CFF font\n" ));
537 /* now, the font can be either an OpenType/CFF font, or an SVG CEF */
558 /* now load the CFF part of the file; */
575 /* rewind to start of file; we are going to load a pure-CFF font */
581 /* now load and parse the CFF table in the file */
583 CFF_Font cff = NULL; local
590 if ( FT_NEW( cff ) )
1146 CFF_Font cff = (CFF_Font)face->extra.data; local
    [all...]
cffgload.c 390 CFF_Font cff = (CFF_Font)face->extra.data; local
400 decoder->cff = cff;
401 decoder->num_globals = cff->global_subrs_index.count;
402 decoder->globals = cff->global_subrs;
404 cff->top_font.font_dict.charstring_type,
419 CFF_Font cff = (CFF_Font)builder->face->extra.data; local
420 CFF_SubFont sub = &cff->top_font;
425 if ( cff->num_subfonts )
427 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index )
683 CFF_Font cff = (CFF_Font)(face->extra.data); local
719 CFF_Font cff = (CFF_Font)(face->extra.data); local
767 CFF_Font cff = (CFF_Font)(face->extra.data); local
2743 CFF_Font cff = (CFF_Font)face->extra.data; local
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftpic.h 41 void* cff; member in struct:FT_PIC_Container_
  /external/pdfium/third_party/freetype/src/cff/
cffcmap.c 5 /* CFF character mapping table (cmap) support (body). */
30 /***** CFF STANDARD (AND EXPERT) ENCODING CMAPS *****/
40 CFF_Font cff = (CFF_Font)face->extra.data; local
41 CFF_Encoding encoding = &cff->encoding;
122 /***** CFF SYNTHETIC UNICODE ENCODING CMAP *****/
131 CFF_Font cff = (CFF_Font)face->extra.data; local
132 CFF_Charset charset = &cff->charset;
136 return cff_index_get_sid_string( cff, sid );
146 CFF_Font cff = (CFF_Font)face->extra.data; local
147 CFF_Charset charset = &cff->charset
184 CFF_Font cff = (CFF_Font)face->extra.data; local
197 CFF_Font cff = (CFF_Font)face->extra.data; local
    [all...]
cffdrivr.c 202 /* the values in the `CFF' table */
211 /* otherwise we extract the info from the CFF glyphstrings */
297 " cannot get glyph name from CFF & CEF fonts\n"
324 CFF_Font cff; local
332 cff = (CFF_FontRec *)face->extra.data;
333 charset = &cff->charset;
339 for ( i = 0; i < cff->num_glyphs; i++ )
344 name = cff_index_get_string( cff, sid - 391 );
382 CFF_Font cff = (CFF_Font)face->extra.data; local
386 if ( cff && cff->font_info == NULL
440 CFF_Font cff = (CFF_Font)face->extra.data; local
529 CFF_Font cff = (CFF_Font)face->extra.data; local
584 CFF_Font cff = (CFF_Font)face->extra.data; local
608 CFF_Font cff; local
    [all...]
cffgload.h 136 cff_lookup_glyph_by_stdcharcode( CFF_Font cff,
163 CFF_Font cff; member in struct:CFF_Decoder_
192 FT_Byte** glyph_names; /* for pure CFF fonts only */
217 #if 0 /* unused until we support pure CFF fonts */
cffobjs.c 106 /* CFF and Type 1 private dictionaries have slightly different */
512 FT_TRACE2(( "CFF driver\n" ));
522 if ( face->format_tag != TTAG_OTTO ) /* `OTTO'; OpenType/CFF font */
524 FT_TRACE2(( " not an OpenType/CFF font\n" ));
535 /* now, the font can be either an OpenType/CFF font, or an SVG CEF */
556 /* now load the CFF part of the file */
563 /* rewind to start of file; we are going to load a pure-CFF font */
569 /* now load and parse the CFF table in the file */
571 CFF_Font cff = NULL; local
578 if ( FT_NEW( cff ) )
1030 CFF_Font cff = (CFF_Font)face->extra.data; local
    [all...]
cffgload.c 390 CFF_Font cff = (CFF_Font)face->extra.data; local
400 decoder->cff = cff;
401 decoder->num_globals = cff->global_subrs_index.count;
402 decoder->globals = cff->global_subrs;
404 cff->top_font.font_dict.charstring_type,
419 CFF_Font cff = (CFF_Font)builder->face->extra.data; local
420 CFF_SubFont sub = &cff->top_font;
425 if ( cff->num_subfonts )
427 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index )
683 CFF_Font cff = (CFF_Font)(face->extra.data); local
719 CFF_Font cff = (CFF_Font)(face->extra.data); local
767 CFF_Font cff = (CFF_Font)(face->extra.data); local
2617 CFF_Font cff = (CFF_Font)face->extra.data; local
    [all...]
  /external/skia/src/sfnt/
SkOTTable_maxp.h 27 struct CFF : SkOTTableMaximumProfile_CFF { } cff; member in union:SkOTTableMaximumProfile::Version
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 11175 __m128i v0,v1,v2, cff, bldmask; variable
11209 __m128i v0,v1,v2, cff, bldmask; variable
14945 __m128i cff, c80, c1, a_mask, a_neg, a_pos, a_comb; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 11175 __m128i v0,v1,v2, cff, bldmask; variable
11209 __m128i v0,v1,v2, cff, bldmask; variable
14945 __m128i cff, c80, c1, a_mask, a_neg, a_pos, a_comb; local
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 11175 __m128i v0,v1,v2, cff, bldmask; variable
11209 __m128i v0,v1,v2, cff, bldmask; variable
14945 __m128i cff, c80, c1, a_mask, a_neg, a_pos, a_comb; local
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 382 milliseconds