Home | History | Annotate | Download | only in images

Lines Matching refs:flags

201 // Memory Management Flags
218 // flags - A combination of flags defined above.
227 void* (*Alloc)(struct FPDFEMB_MEMMGR_EX* pMgr, unsigned int size, int flags);
260 void* (*Realloc)(struct FPDFEMB_MEMMGR_EX* pMgr, void* pointer, unsigned int new_size, int flags);
296 void (*Free)(struct FPDFEMB_MEMMGR_EX* pMgr, void* pointer, int flags);
655 // flags - Reserved, must be zero.
671 int flags, FPDFEMB_PAUSE* pause);
703 // flags - 0 for normal display, or combination of flags defined above
727 int start_x, int start_y, int size_x, int size_y, int rotate, int flags,
866 // Search flags for FPDFEMB_FindFirst function
878 // flags - Search flags, see above defined constants
891 FPDFEMB_BOOL from_last, unsigned int flags);
900 // flags - Search flags, see above defined constants
910 int pos, unsigned int flags);
1234 // flags - Font flags (see above FPDFEMB_FONT_xxx constants)
1246 unsigned int flags, int weight,
1277 // flags - Font flags (see above FPDFEMB_FONT_xxx constants)
1287 unsigned int flags, int weight);
1716 // flags - Font flags (see above FPDFEMB_FONT_xxx constants)
1725 // Font attributes (name, charset, flags and weight) can be all optional, if the
1728 FPDFEMB_RESULT FPDFEMB_OpenSystemFont(const char* font_name, int charset, unsigned int flags, int weight,