HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_Graphics (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.cpp 7 #include "xfa/fxgraphics/cxfa_graphics.h"
101 CXFA_Graphics::CXFA_Graphics(CFX_RenderDevice* renderDevice)
108 CXFA_Graphics::~CXFA_Graphics() {}
110 void CXFA_Graphics::SaveGraphState() {
118 void CXFA_Graphics::RestoreGraphState() {
131 void CXFA_Graphics::SetLineCap(CFX_GraphStateData::LineCap lineCap) {
137 void CXFA_Graphics::SetLineDash(float dashPhase,
157 void CXFA_Graphics::SetSolidLineDash()
    [all...]
cxfa_graphics.h 35 class CXFA_Graphics {
37 explicit CXFA_Graphics(CFX_RenderDevice* renderDevice);
38 ~CXFA_Graphics();

Completed in 533 milliseconds