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

  /external/chromium_org/third_party/freetype/src/base/
ftglyph.c 151 /**** FT_OutlineGlyph support ****/
161 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph;
191 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph;
202 FT_OutlineGlyph source = (FT_OutlineGlyph)outline_source;
203 FT_OutlineGlyph target = (FT_OutlineGlyph)outline_target;
222 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph
    [all...]
ftstroke.c     [all...]
  /external/freetype/src/base/
ftglyph.c 151 /**** FT_OutlineGlyph support ****/
161 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph;
191 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph;
202 FT_OutlineGlyph source = (FT_OutlineGlyph)outline_source;
203 FT_OutlineGlyph target = (FT_OutlineGlyph)outline_target;
222 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph
    [all...]
ftstroke.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
fxft_ftglyph.c 151 /**** FT_OutlineGlyph support ****/
161 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph;
191 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph;
202 FT_OutlineGlyph source = (FT_OutlineGlyph)outline_source;
203 FT_OutlineGlyph target = (FT_OutlineGlyph)outline_target;
222 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph
    [all...]
ftstroke.c     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftglyph.h 173 /* FT_OutlineGlyph */
179 typedef struct FT_OutlineGlyphRec_* FT_OutlineGlyph;
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
    [all...]
  /external/freetype/include/
ftglyph.h 173 /* FT_OutlineGlyph */
179 typedef struct FT_OutlineGlyphRec_* FT_OutlineGlyph;
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftglyph.h 173 /* FT_OutlineGlyph */
179 typedef struct FT_OutlineGlyphRec_* FT_OutlineGlyph;
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftglyph.h 173 /* FT_OutlineGlyph */
179 typedef struct FT_OutlineGlyphRec_* FT_OutlineGlyph;
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 685 #define FT_OUTLINE_GLYPH( x ) ((FT_OutlineGlyph)( x ))
    [all...]
  /external/freetype/include/internal/
ftobjs.h 677 #define FT_OUTLINE_GLYPH( x ) ((FT_OutlineGlyph)( x ))
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftobjs.h 685 #define FT_OUTLINE_GLYPH( x ) ((FT_OutlineGlyph)( x ))
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftobjs.h 685 #define FT_OUTLINE_GLYPH( x ) ((FT_OutlineGlyph)( x ))
    [all...]

Completed in 1113 milliseconds