Lines Matching refs:DXSetError

76     DXSetError(ERROR_MISSING_DATA, "\"rgb_image\" must be specified");  in m_QuantizeImage()
84 DXSetError(ERROR_BAD_PARAMETER, "nColors must be an integer between 8 and 256"); in m_QuantizeImage()
194 DXSetError(ERROR_INTERNAL, in traverse()
467 DXSetError(ERROR_BAD_CLASS, "encountered in object traversal"); in traverse()
482 DXSetError(ERROR_BAD_CLASS, "encountered in series traversal"); in traverse_series_pass1()
497 DXSetError(ERROR_BAD_CLASS, "encountered in series traversal"); in traverse_series_pass2()
518 DXSetError(ERROR_BAD_CLASS, "\"rgb_image\" should be a field"); in doLeaf_series_pass1()
534 DXSetError(ERROR_MISSING_DATA, in doLeaf_series_pass1()
541 DXSetError(ERROR_BAD_CLASS, "\"rgb_image\" dependency attribute"); in doLeaf_series_pass1()
550 DXSetError(ERROR_BAD_CLASS, in doLeaf_series_pass1()
560 DXSetError(ERROR_MISSING_DATA, "\"rgb_image\" has no colors component"); in doLeaf_series_pass1()
566 DXSetError(ERROR_BAD_CLASS, in doLeaf_series_pass1()
577 DXSetError(ERROR_MISSING_DATA, in doLeaf_series_pass1()
584 DXSetError(ERROR_BAD_CLASS, in doLeaf_series_pass1()
594 DXSetError(ERROR_DATA_INVALID, in doLeaf_series_pass1()
605 DXSetError(ERROR_DATA_INVALID, "input \"rgb_image\""); in doLeaf_series_pass1()
623 DXSetError(ERROR_INTERNAL, "error return from user routine"); in doLeaf_series_pass1()
664DXSetError(ERROR_MISSING_DATA, "\"rgb_image\" data component is missing a dependency attribute"); in doLeaf_series_pass2()
670 DXSetError(ERROR_BAD_CLASS, "\"rgb_image\" dependency attribute"); in doLeaf_series_pass2()
679 DXSetError(ERROR_BAD_CLASS, "\"rgb_image\" contains no positions component"); in doLeaf_series_pass2()
718 DXSetError(ERROR_BAD_CLASS, "\"rgb_image\" should be a field"); in doLeaf_series_pass2()
725 DXSetError(ERROR_MISSING_DATA, "\"rgb_image\" has no data component"); in doLeaf_series_pass2()
731 DXSetError(ERROR_BAD_CLASS, "colors component of \"rgb_image\" should be an array"); in doLeaf_series_pass2()
742 DXSetError(ERROR_MISSING_DATA, "colors component of \"rgb_image\" has no dependency"); in doLeaf_series_pass2()
748 DXSetError(ERROR_BAD_CLASS, "dependency attribute of data component of \"rgb_image\""); in doLeaf_series_pass2()
757 DXSetError(ERROR_DATA_INVALID, "colors dependency of \"rgb_image\" must be positions"); in doLeaf_series_pass2()
767 DXSetError(ERROR_DATA_INVALID, "input \"rgb_image\""); in doLeaf_series_pass2()
793 DXSetError(ERROR_DATA_INVALID, in doLeaf_series_pass2()
818 DXSetError(ERROR_INTERNAL, "non-field object found in output vector"); in doLeaf_series_pass2()
847 DXSetError(ERROR_INTERNAL, "error return from user routine"); in doLeaf_series_pass2()
888DXSetError(ERROR_MISSING_DATA, "\"rgb_image\" data component is missing a dependency attribute"); in doLeaf()
894 DXSetError(ERROR_BAD_CLASS, "\"rgb_image\" dependency attribute"); in doLeaf()
903 DXSetError(ERROR_BAD_CLASS, "\"rgb_image\" contains no positions component"); in doLeaf()
942 DXSetError(ERROR_BAD_CLASS, "\"rgb_image\" should be a field"); in doLeaf()
949 DXSetError(ERROR_MISSING_DATA, "\"rgb_image\" has no data component"); in doLeaf()
955 DXSetError(ERROR_BAD_CLASS, "colors component of \"rgb_image\" should be an array"); in doLeaf()
966 DXSetError(ERROR_MISSING_DATA, "colors component of \"rgb_image\" has no dependency"); in doLeaf()
972 DXSetError(ERROR_BAD_CLASS, "dependency attribute of data component of \"rgb_image\""); in doLeaf()
981 DXSetError(ERROR_DATA_INVALID, "colors dependency of \"rgb_image\" must be positions"); in doLeaf()
991 DXSetError(ERROR_DATA_INVALID, "input \"rgb_image\""); in doLeaf()
1017 DXSetError(ERROR_DATA_INVALID, in doLeaf()
1042 DXSetError(ERROR_INTERNAL, "non-field object found in output vector"); in doLeaf()
1071 DXSetError(ERROR_INTERNAL, "error return from user routine"); in doLeaf()
1124 DXSetError(ERROR_INTERNAL, "too many leaves in tree: %d\n", tablesz); in QuantizeColors_worker()
1315 DXSetError(ERROR_INTERNAL, "null node in SearchTree"); in SearchTree()
1392 DXSetError(ERROR_INTERNAL, "reduce at level 0?"); in ReduceTree()