Home
last modified time | relevance | path

Searched refs:aslot (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/freetype/src/base/
Dftobjs.c402 FT_GlyphSlot *aslot ) in FT_New_GlyphSlot() argument
437 if ( aslot ) in FT_New_GlyphSlot()
438 *aslot = slot; in FT_New_GlyphSlot()
440 else if ( aslot ) in FT_New_GlyphSlot()
441 *aslot = NULL; in FT_New_GlyphSlot()
/external/freetype/src/base/
Dftobjs.c422 FT_GlyphSlot *aslot ) in FT_New_GlyphSlot() argument
457 if ( aslot ) in FT_New_GlyphSlot()
458 *aslot = slot; in FT_New_GlyphSlot()
460 else if ( aslot ) in FT_New_GlyphSlot()
461 *aslot = NULL; in FT_New_GlyphSlot()
/external/freetype/include/freetype/internal/
Dftobjs.h600 FT_GlyphSlot *aslot );
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h594 FT_GlyphSlot *aslot );