OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddPolygon
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_pth.h
26
virtual void
AddPolygon
(const CFX_PointsF& points) = 0;
/external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.h
28
virtual void
AddPolygon
(const CFX_PointsF& points);
fde_geobject.cpp
223
void CFDE_Path::
AddPolygon
(const CFX_PointsF& points) {
fde_gedevice.cpp
296
path.
AddPolygon
(points);
326
path.
AddPolygon
(points);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h
279
Status
AddPolygon
(const PointF *points, INT count)
284
Status
AddPolygon
(const Point *points, INT count)
Completed in 75 milliseconds