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

  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 774 TT_Size_Metrics* tt_metrics = &exec->tt_metrics; local
782 tt_metrics->ppem = 0;
783 tt_metrics->scale = 0;
784 tt_metrics->ratio = 0x10000L;
    [all...]
ttinterp.h 182 TT_Size_Metrics tt_metrics; /* size metrics */ member in struct:TT_ExecContextRec_
  /external/freetype/src/truetype/
ttobjs.c 779 TT_Size_Metrics* tt_metrics = &exec->tt_metrics; local
787 tt_metrics->ppem = 0;
788 tt_metrics->scale = 0;
789 tt_metrics->ratio = 0x10000L;
    [all...]
ttinterp.h 182 TT_Size_Metrics tt_metrics; /* size metrics */ member in struct:TT_ExecContextRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.c 784 TT_Size_Metrics* tt_metrics = &exec->tt_metrics; local
792 tt_metrics->ppem = 0;
793 tt_metrics->scale = 0;
794 tt_metrics->ratio = 0x10000L;
    [all...]
ttinterp.h 182 TT_Size_Metrics tt_metrics; /* size metrics */ member in struct:TT_ExecContextRec_

Completed in 552 milliseconds