Home
last modified time | relevance | path

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

/external/bison/lib/
Dobstack.h246 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) argument
/external/freetype/src/psaux/
Dt1decode.c190 FT_Int achar ) in t1operator_seac() argument
233 achar_index = achar; in t1operator_seac()
239 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); in t1operator_seac()
/external/skia/src/ports/
DSkFontHost_mac_atsui.cpp203 UniChar achar = uni; in generateCharToGlyph() local
204 err = ::ATSUSetTextPointerLocation(fLayout,&achar,0,1,1); in generateCharToGlyph()
/external/freetype/src/cff/
Dcffgload.c716 FT_Int achar ) in cff_operator_seac() argument
743 achar_index = achar; in cff_operator_seac()
752 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); in cff_operator_seac()