Searched defs:point_type (Results 1 – 15 of 15) sorted by relevance
| /external/pdfium/third_party/agg23/ |
| D | agg_basics.h | 266 struct point_type { struct 269 point_type() {} in point_type() argument 270 point_type(float x_, float y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} in x() argument
|
| /external/libffi/testsuite/libffi.call/ |
| D | pyobjc-tc.c | 35 ffi_type point_type; in main() local
|
| D | pr1172638.c | 41 ffi_type point_type, rect_type; in main() local
|
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| D | pyobjc-tc.c | 35 ffi_type point_type; in main() local
|
| /external/fonttools/Lib/fontTools/varLib/ |
| D | errors.py | 197 def __init__(self, point_type, pt_index, m_index, default_type, glyph_name): argument
|
| D | cff.py | 519 def add_point(self, point_type, pt_coords): argument
|
| /external/rust/crates/criterion-plot/src/ |
| D | errorbar.rs | 20 point_type: Option<PointType>, field
|
| D | curve.rs | 20 point_type: Option<PointType>, field
|
| /external/pdfium/core/fpdfapi/edit/ |
| D | cpdf_pagecontentgenerator.cpp | 475 CFX_Path::Point::Type point_type = points[i].m_Type; in ProcessPathPoints() local
|
| /external/pdfium/fpdfsdk/ |
| D | fpdf_transformpage.cpp | 83 CFX_Path::Point::Type point_type = points[i].m_Type; in OutputPath() local
|
| /external/pdfium/core/fxge/win32/ |
| D | cgdi_device_driver.cpp | 120 CFX_Path::Point::Type point_type = points[i].m_Type; in SetPathToDC() local
|
| D | cgdi_plus_ext.cpp | 655 CFX_Path::Point::Type point_type = points[i].m_Type; in DrawPath() local
|
| /external/pdfium/core/fxge/ |
| D | cfx_renderdevice.cpp | 427 CFX_Path::Point::Type point_type = points[i].m_Type; in GetZeroAreaPath() local 681 CFX_Path::Point::Type point_type = points[i].m_Type; in DrawPathWithBlend() local
|
| /external/pdfium/core/fxge/agg/ |
| D | fx_agg_driver.cpp | 921 CFX_Path::Point::Type point_type = points[i].m_Type; in BuildAggPath() local
|
| /external/pdfium/core/fxge/skia/ |
| D | fx_skia_device.cpp | 270 CFX_Path::Point::Type point_type = points[i].m_Type; in BuildPath() local
|