Home | History | Annotate | Download | only in raster

Lines Matching defs:SUCCESS

285 #ifndef SUCCESS
286 #define SUCCESS 0
648 /* SUCCESS on success. FAILURE in case of overflow or of incoherent */
705 return SUCCESS;
722 /* SUCCESS on success. FAILURE in case of overflow or incoherency. */
777 return SUCCESS;
794 /* SUCCESS on success. FAILURE in case of overflow. */
833 return SUCCESS;
846 /* SUCCESS on success. FAILURE in case of overflow. */
893 return SUCCESS;
1001 /* SUCCESS on success, FAILURE on render pool overflow. */
1022 return SUCCESS;
1053 return SUCCESS;
1113 return SUCCESS;
1140 /* SUCCESS on success, FAILURE on render pool overflow. */
1187 /* SUCCESS on success, FAILURE on render pool overflow. */
1297 return SUCCESS;
1320 /* SUCCESS on success, FAILURE on render pool overflow. */
1366 /* SUCCESS on success, FAILURE on render pool overflow or incorrect */
1440 return SUCCESS;
1464 /* SUCCESS on success, FAILURE on render pool overflow or incorrect */
1554 return SUCCESS;
1585 /* SUCCESS on success, FAILURE on render pool overflow or incorrect */
1690 return SUCCESS;
1727 /* SUCCESS on success, FAILURE on error. */
1927 return SUCCESS;
1950 /* SUCCESS on success, FAILURE if any error was encountered during */
2018 return (Bool)( ras.top < ras.maxBuff ? SUCCESS : FAILURE );
2861 return SUCCESS;
2962 return SUCCESS;
2975 /* FreeType error code. 0 means success. */