Home | History | Annotate | Download | only in raster

Lines Matching defs:SUCCESS

283 #ifndef SUCCESS
284 #define SUCCESS 0
640 /* SUCCESS on success. FAILURE in case of overflow or of incoherent */
697 return SUCCESS;
714 /* SUCCESS on success. FAILURE in case of overflow or incoherency. */
769 return SUCCESS;
786 /* SUCCESS on success. FAILURE in case of overflow. */
825 return SUCCESS;
838 /* SUCCESS on success. FAILURE in case of overflow. */
885 return SUCCESS;
993 /* SUCCESS on success, FAILURE on render pool overflow. */
1014 return SUCCESS;
1045 return SUCCESS;
1105 return SUCCESS;
1132 /* SUCCESS on success, FAILURE on render pool overflow. */
1179 /* SUCCESS on success, FAILURE on render pool overflow. */
1289 return SUCCESS;
1312 /* SUCCESS on success, FAILURE on render pool overflow. */
1358 /* SUCCESS on success, FAILURE on render pool overflow or incorrect */
1432 return SUCCESS;
1456 /* SUCCESS on success, FAILURE on render pool overflow or incorrect */
1545 return SUCCESS;
1576 /* SUCCESS on success, FAILURE on render pool overflow or incorrect */
1680 return SUCCESS;
1717 /* SUCCESS on success, FAILURE on error. */
1917 return SUCCESS;
1940 /* SUCCESS on success, FAILURE if any error was encountered during */
2008 return (Bool)( ras.top < ras.maxBuff ? SUCCESS : FAILURE );
2851 return SUCCESS;
2952 return SUCCESS;
2965 /* FreeType error code. 0 means success. */