HomeSort by relevance Sort by last modified time
    Searched refs:point_type (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_curves.cpp 71 m_points.add(point_type(x1234, y1234, path_flags_jr));
78 m_points.add(point_type(x23, y23, path_flags_jr));
85 m_points.add(point_type(x23, y23, path_flags_jr));
92 m_points.add(point_type(x23, y23, path_flags_jr));
105 m_points.add(point_type(x1, y1));
107 m_points.add(point_type(x4, y4));
agg_basics.h 260 struct point_type : public CFX_Object { struct in namespace:agg
263 point_type() {} function in struct:agg::point_type
264 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} function in struct:agg::point_type
266 struct point_type_flag : public point_type {
272 point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {}
agg_vcgen_stroke.h 38 typedef pod_deque<point_type, 6> coord_storage;
agg_curves.h 105 const point_type& p = m_points[m_count++];
115 const point_type& p = m_points[m_count++];
139 pod_deque<point_type> m_points;
fx_agg_vcgen_stroke.cpp 195 const point_type& c = m_out_vertices[m_out_vertex++];
fx_agg_driver.cpp 45 int point_type = pPoints[i].m_Flag & FXPT_TYPE; local
46 if (point_type == FXPT_MOVETO) {
48 } else if (point_type == FXPT_LINETO) {
54 } else if (point_type == FXPT_BEZIERTO) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 237 int point_type = pPoints[i].m_Flag & FXPT_TYPE; local
238 if (point_type == FXPT_MOVETO)
240 else if (point_type == FXPT_BEZIERTO) {
248 } else if (point_type == FXPT_LINETO) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 471 int point_type = m_pPoints[i].m_Flag & FXPT_TYPE;
472 if (point_type == FXPT_MOVETO) {
474 } else if (point_type == FXPT_LINETO) {
511 } else if (point_type == FXPT_BEZIERTO) {
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 678 int point_type = pPoints[i].m_Flag & FXPT_TYPE; local
679 if(point_type == PT_MOVETO) {
681 } else if(point_type == PT_LINETO) {
686 } else if(point_type == PT_BEZIERTO) {
    [all...]
fx_win32_gdipext.cpp 906 int point_type = pPoints[i].m_Flag & FXPT_TYPE; local
    [all...]

Completed in 3946 milliseconds