Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h60 typedef int32_t FX_StrokeAlignment; typedef
189 FX_ERR GetStrokeAlignment(FX_StrokeAlignment& strokeAlignment);
191 FX_ERR SetStrokeAlignment(FX_StrokeAlignment strokeAlignment);
302 FX_StrokeAlignment _strokeAlignment;
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp304 FX_ERR CFX_Graphics::GetStrokeAlignment(FX_StrokeAlignment& strokeAlignment) { in GetStrokeAlignment()
314 FX_ERR CFX_Graphics::SetStrokeAlignment(FX_StrokeAlignment strokeAlignment) { in SetStrokeAlignment()