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

  /external/freetype/src/cff/
cffgload.h 82 /* hints_funcs :: Auxiliary pointer for hinting. */
108 void* hints_funcs; /* hinter-specific */ member in struct:CFF_Builder_
cffgload.c 277 builder->hints_funcs = NULL;
285 builder->hints_funcs = glyph->root.internal->glyph_hints;
441 if ( builder->hints_funcs && size )
939 hinter = (T2_Hints_Funcs)builder->hints_funcs;
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 77 /* hints_funcs :: Auxiliary pointer for hinting. */
103 void* hints_funcs; /* hinter-specific */ member in struct:CFF_Builder_
cffgload.c 277 builder->hints_funcs = 0;
285 builder->hints_funcs = glyph->root.internal->glyph_hints;
441 if ( builder->hints_funcs && size )
939 hinter = (T2_Hints_Funcs)builder->hints_funcs;
    [all...]
  /external/freetype/include/internal/
psaux.h 585 void* hints_funcs; /* hinter-specific */ member in struct:T1_BuilderRec_
    [all...]
  /external/pdfium/third_party/freetype/include/internal/
psaux.h 585 void* hints_funcs; /* hinter-specific */ member in struct:T1_BuilderRec_
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidgload.c 408 if ( !hinting || !decoder.builder.hints_funcs )
  /external/pdfium/third_party/freetype/src/type1/
t1gload.c 460 if ( !hinting || ! decoder.builder.hints_funcs )
  /external/freetype/src/psaux/
psobjs.c     [all...]
t1decode.c 399 hinter = (T1_Hints_Funcs)builder->hints_funcs;
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
psobjs.c     [all...]
t1decode.c 399 hinter = (T1_Hints_Funcs)builder->hints_funcs;
    [all...]

Completed in 311 milliseconds