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

  /external/freetype/include/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;
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 ) )
1024 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/pdfium/third_party/freetype/include/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 243 " cannot get glyph name from CFF & CEF fonts\n"
270 CFF_Font cff; local
278 cff = (CFF_FontRec *)face->extra.data;
279 charset = &cff->charset;
285 for ( i = 0; i < cff->num_glyphs; i++ )
290 name = cff_index_get_string( cff, sid - 391 );
328 CFF_Font cff = (CFF_Font)face->extra.data; local
332 if ( cff && cff->font_info == NULL )
334 CFF_FontRecDict dict = &cff->top_font.font_dict
386 CFF_Font cff = (CFF_Font)face->extra.data; local
457 CFF_Font cff = (CFF_Font)face->extra.data; local
512 CFF_Font cff = (CFF_Font)face->extra.data; local
536 CFF_Font cff; local
    [all...]
cffgload.h 131 cff_lookup_glyph_by_stdcharcode( CFF_Font cff,
158 CFF_Font cff; member in struct:CFF_Decoder_
187 FT_Byte** glyph_names; /* for pure CFF fonts only */
212 #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 ) )
1021 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
2612 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
  /hardware/ril/libril/
ril.cpp 1016 RIL_CallForwardInfo cff; local
1021 memset (&cff, 0, sizeof(cff));
1026 cff.status = (int)t;
1029 cff.reason = (int)t;
1032 cff.serviceClass = (int)t;
1035 cff.toa = (int)t;
1037 cff.number = strdupReadString(p);
1040 cff.timeSeconds = (int)t;
1048 if (cff.number != NULL && strlen (cff.number) == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 11177 __m128i v0,v1,v2, cff, bldmask; variable
11211 __m128i v0,v1,v2, cff, bldmask; variable
14947 __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/include/
arm_neon.h 11177 __m128i v0,v1,v2, cff, bldmask; variable
11211 __m128i v0,v1,v2, cff, bldmask; variable
14947 __m128i cff, c80, c1, a_mask, a_neg, a_pos, a_comb; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js 17527 var cff = []; variable
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 574 milliseconds