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

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp539 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, argument
548 HRM(figureCollection->Append(figure), "Could not add figure.");
697 //create central figure
911 //TODO: figure out how to fake better if not affine
1126 // Create the figure.
1128 "Could not create quad geometry figure.");
1137 // Define the x and y coordinates of each corner of the figure.
1149 // Add the segment data to the figure.
1155 // Set the closed and filled properties of the figure
1295 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...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp540 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, argument
549 HRM(figureCollection->Append(figure), "Could not add figure.");
698 //create central figure
912 //TODO: figure out how to fake better if not affine
1127 // Create the figure.
1129 "Could not create quad geometry figure.");
1138 // Define the x and y coordinates of each corner of the figure.
1150 // Add the segment data to the figure.
1156 // Set the closed and filled properties of the figure
1296 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 783 milliseconds