Searched defs:figure (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/device/xps/
H A DSkXPSDevice.cpp496 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, argument
505 HRM(figureCollection->Append(figure), "Could not add figure.");
654 //create central figure
868 //TODO: figure out how to fake better if not affine
1083 // Create the figure.
1085 "Could not create quad geometry figure.");
1094 // Define the x and y coordinates of each corner of the figure.
1106 // Add the segment data to the figure.
1112 // Set the closed and filled properties of the figure
1248 close_figure(const SkTDArray<XPS_SEGMENT_TYPE>& segmentTypes, const SkTDArray<BOOL>& segmentStrokes, const SkTDArray<FLOAT>& segmentData, BOOL stroke, BOOL fill, IXpsOMGeometryFigure* figure, IXpsOMGeometryFigureCollection* figures) argument
[all...]

Completed in 606 milliseconds