Home
last modified time | relevance | path

Searched refs:FcLangSetDestroy (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/fontconfig/include/src/
Dfcaliastail.h197 # undef FcLangSetDestroy
198 extern __typeof (FcLangSetDestroy) FcLangSetDestroy __attribute((alias("IA__FcLangSetDestroy"), vis…
Dfcalias.h169 extern __typeof (FcLangSetDestroy) IA__FcLangSetDestroy __attribute((visibility("hidden")));
170 #define FcLangSetDestroy IA__FcLangSetDestroy macro
/external/chromium_org/third_party/skia/src/ports/
DSkFontMgr_fontconfig.cpp116 typedef SkAutoFc<FcLangSet, FcLangSetCreate, FcLangSetDestroy> SkAutoFcLangSet;