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

  /external/pdfium/core/src/fxge/agg/agg23/
agg_path_storage.h 35 void rewind(unsigned path_id)
37 m_vertex_idx = path_id;
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);
agg_render_scanlines.h 39 const PathId& path_id,
44 ras.add_path(vs, path_id[i]);
agg_conv_adaptor_vcgen.h 65 void rewind(unsigned path_id)
67 m_source->rewind(path_id);
agg_rasterizer_scanline_aa.h 372 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);
agg_curves.h 171 void rewind(unsigned path_id)
173 m_curve_div.rewind(path_id);
fx_agg_path_storage.cpp 84 void path_storage::rewind(unsigned path_id)
86 m_iterator = path_id;
agg_vcgen_dash.h 53 void rewind(unsigned path_id);
agg_vcgen_stroke.h 99 void rewind(unsigned path_id);
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 269 int path_id; member in struct:diagnostics::__anon8190::TestPathInfo
302 if (!PathService::Get(path_info_.path_id, &dir_or_file)) {
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 112 int path_id = (version >= base::win::VERSION_VISTA) ? local
114 if (!PathService::Get(path_id, &file_path)) {

Completed in 1338 milliseconds