Home
last modified time | relevance | path

Searched refs:FX_ERR_Method_Not_Supported (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp448 _FX_RETURN_VALUE_IF_FAIL(result, FX_ERR_Method_Not_Supported); in SetClipRect()
459 _FX_RETURN_VALUE_IF_FAIL(result, FX_ERR_Method_Not_Supported); in ClearClip()
564 _FX_RETURN_VALUE_IF_FAIL(result, FX_ERR_Method_Not_Supported); in Transfer()
596 _FX_RETURN_VALUE_IF_FAIL(result, FX_ERR_Method_Not_Supported); in Transfer()
599 _FX_RETURN_VALUE_IF_FAIL(result, FX_ERR_Method_Not_Supported); in Transfer()
891 return FX_ERR_Method_Not_Supported; in StrokePathWithPattern()
894 return FX_ERR_Method_Not_Supported; in StrokePathWithShading()
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h18 #define FX_ERR_Method_Not_Supported -400 macro