HomeSort by: relevance | last modified time | path
    Searched refs:FT_HAS_COLOR (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXft/dist/src/
xftfreetype.c 853 color = (FT_HAS_COLOR(face) && !FT_HAS_SVG(face)) ? FcTrue : FcFalse;
855 color = FT_HAS_COLOR(face) ? FcTrue : FcFalse;
  /xsrc/external/mit/freetype/dist/include/freetype/
freetype.h 134 * FT_HAS_COLOR
1439 * FT_HAS_COLOR
1449 #define FT_HAS_COLOR( face ) \
  /xsrc/external/mit/fontconfig/dist/src/
fcfreetype.c 1272 has_color = !!FT_HAS_COLOR (face);

Completed in 10 milliseconds