Home
last modified time | relevance | path

Searched refs:path_id (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
Dagg_path_storage.h35 void rewind(unsigned path_id) in rewind() argument
37 m_vertex_idx = path_id; in rewind()
60 unsigned path_id = 0,
65 vs.rewind(path_id);
75 unsigned path_id = 0,
81 vs.rewind(path_id);
109 void rewind(unsigned path_id);
Dagg_render_scanlines.h39 const PathId& path_id, in render_all_paths() argument
44 ras.add_path(vs, path_id[i]); in render_all_paths()
Dfx_agg_path_storage.cpp84 void path_storage::rewind(unsigned path_id) in rewind() argument
86 m_iterator = path_id; in rewind()
Dagg_conv_adaptor_vcgen.h65 void rewind(unsigned path_id) in rewind() argument
67 m_source->rewind(path_id); in rewind()
Dagg_rasterizer_scanline_aa.h372 void add_path(VertexSource& vs, unsigned path_id = 0)
377 vs.rewind(path_id);
383 … void add_path_transformed(VertexSource& vs, const CFX_AffineMatrix* pMatrix, unsigned path_id = 0)
388 vs.rewind(path_id);
Dagg_curves.h171 void rewind(unsigned path_id) in rewind() argument
173 m_curve_div.rewind(path_id); in rewind()
Dagg_vcgen_dash.h53 void rewind(unsigned path_id);
Dagg_vcgen_stroke.h99 void rewind(unsigned path_id);
/external/chromium_org/chrome/browser/diagnostics/
Drecon_diagnostics.cc269 int path_id; member
302 if (!PathService::Get(path_info_.path_id, &dir_or_file)) { in ExecuteImpl()
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
Dport_monitor.cc112 int path_id = (version >= base::win::VERSION_VISTA) ? in GetAppDataDir() local
114 if (!PathService::Get(path_id, &file_path)) { in GetAppDataDir()