Searched defs:point_type (Results 1 – 14 of 14) sorted by relevance
| /external/pdfium/third_party/agg23/ |
| D | agg_basics.h | 263 struct point_type { struct 266 point_type() {} in point_type() argument 267 point_type(float x_, float y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} in x() argument
|
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| D | pyobjc-tc.c | 35 ffi_type point_type; in main() local
|
| /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/fonttools/Lib/fontTools/varLib/ |
| D | errors.py | 168 def __init__(self, point_type, pt_index, m_index, default_type, glyph_name): argument
|
| D | cff.py | 517 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/fxge/ |
| D | cfx_pathdata.cpp | 381 FXPT_TYPE point_type = m_Points[i].m_Type; in GetZeroAreaPath() local
|
| /external/pdfium/fpdfsdk/ |
| D | fpdf_transformpage.cpp | 82 FXPT_TYPE point_type = pPoints[i].m_Type; in OutputPath() local
|
| /external/pdfium/core/fxge/win32/ |
| D | fx_win32_gdipext.cpp | 854 FXPT_TYPE point_type = pPoints[i].m_Type; in DrawPath() local
|
| D | fx_win32_device.cpp | 162 FXPT_TYPE point_type = pPoints[i].m_Type; in SetPathToDC() local
|
| /external/pdfium/core/fxge/agg/ |
| D | fx_agg_driver.cpp | 1098 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath() local
|
| /external/pdfium/core/fxge/skia/ |
| D | fx_skia_device.cpp | 319 FXPT_TYPE point_type = pPoints[i].m_Type; in BuildPath() local
|