Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dftobjs.h659 #define FT_REQUEST_WIDTH( req ) \ argument
660 ( (req)->horiResolution \
661 ? ( (req)->width * (FT_Pos)(req)->horiResolution + 36 ) / 72 \
662 : (req)->width )
664 #define FT_REQUEST_HEIGHT( req ) \ argument
665 ( (req)->vertResolution \
666 ? ( (req)->height * (FT_Pos)(req)->vertResolution + 36 ) / 72 \
667 : (req)->height )
679 FT_Size_Request req );
685 FT_Size_Request req,
Dftdriver.h57 FT_Size_Request req );
Dsfnt.h366 FT_Size_Request req,
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dfreetype.h2855 FT_Size_Request req );