/external/pdfium/third_party/agg23/ |
agg_curves.cpp | 73 m_points.add(point_type(x1234, y1234, path_flags_jr)); 80 m_points.add(point_type(x23, y23, path_flags_jr)); 87 m_points.add(point_type(x23, y23, path_flags_jr)); 94 m_points.add(point_type(x23, y23, path_flags_jr)); 107 m_points.add(point_type(x1, y1)); 109 m_points.add(point_type(x4, y4));
|
agg_basics.h | 263 struct point_type { struct in namespace:agg 266 point_type() {} function in struct:agg::point_type 267 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} function in struct:agg::point_type 269 struct point_type_flag : public point_type { 275 point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {}
|
agg_curves.h | 103 const point_type& p = m_points[m_count++]; 113 const point_type& p = m_points[m_count++]; 136 pod_deque<point_type> m_points;
|
agg_vcgen_stroke.h | 38 typedef pod_deque<point_type, 6> coord_storage;
|
agg_vcgen_stroke.cpp | 197 const point_type& c = m_out_vertices[m_out_vertex++];
|
/external/opencv3/modules/imgproc/test/ |
test_convhull.cpp | 276 int i, k, n, total, point_type; local 292 point_type = CV_SEQ_ELTYPE(ptseq); 300 point_type = CV_MAT_TYPE(ptm->type); 304 n = CV_MAT_CN(point_type); 305 point_type = CV_MAT_DEPTH(point_type); 307 assert( (point_type == CV_32S || point_type == CV_32F) && n <= 4 ); 324 if( point_type == CV_32S ) 338 int point_type; local 487 int point_type = points1 ? CV_SEQ_ELTYPE(points1) : CV_MAT_TYPE(points2->type); local 1160 int i, total, point_type; local 1450 int i, k, n, total, point_type; local 1642 int i, total, point_type; local [all...] |
/external/pdfium/fpdfsdk/src/ |
fpdf_transformpage.cpp | 242 int point_type = pPoints[i].m_Flag & FXPT_TYPE; local 243 if (point_type == FXPT_MOVETO) 245 else if (point_type == FXPT_BEZIERTO) { 254 } else if (point_type == FXPT_LINETO) {
|
/external/pdfium/core/src/fxge/skia/ |
fx_skia_device.cpp | 142 int point_type = pPoints[i].m_Flag & FXPT_TYPE; local 143 if (point_type == FXPT_MOVETO) { 145 } else if (point_type == FXPT_LINETO) { 161 } else if (point_type == FXPT_BEZIERTO) {
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge_path.cpp | 470 int point_type = m_pPoints[i].m_Flag & FXPT_TYPE; 471 if (point_type == FXPT_MOVETO) { 473 } else if (point_type == FXPT_LINETO) { 525 } else if (point_type == FXPT_BEZIERTO) {
|
/external/pdfium/core/src/fxge/win32/ |
fx_win32_gdipext.cpp | 1153 int point_type = pPoints[i].m_Flag & FXPT_TYPE; local [all...] |
fx_win32_device.cpp | 770 int point_type = pPoints[i].m_Flag & FXPT_TYPE; local 771 if (point_type == PT_MOVETO) { 773 } else if (point_type == PT_LINETO) { 779 } else if (point_type == PT_BEZIERTO) { [all...] |
/external/pdfium/core/src/fxge/agg/src/ |
fx_agg_driver.cpp | 43 int point_type = pPoints[i].m_Flag & FXPT_TYPE; local 44 if (point_type == FXPT_MOVETO) { 46 } else if (point_type == FXPT_LINETO) { 54 } else if (point_type == FXPT_BEZIERTO) { [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
ChangeLog.21 | [all...] |