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

  /external/pdfium/third_party/agg23/
agg_path_storage.h 21 class path_storage class in namespace:agg
34 vertex_source(const path_storage& p) : m_path(&p), m_vertex_idx(0) {}
46 const path_storage* m_path;
49 ~path_storage();
50 path_storage();
124 inline unsigned path_storage::vertex(FX_FLOAT* x, FX_FLOAT* y)
131 inline unsigned path_storage::prev_vertex(FX_FLOAT* x, FX_FLOAT* y) const
138 inline unsigned path_storage::last_vertex(FX_FLOAT* x, FX_FLOAT* y) const
145 inline unsigned char* path_storage::storage_ptrs(FX_FLOAT** xy_ptr)
154 inline void path_storage::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd
    [all...]
agg_path_storage.cpp 22 // Class path_storage
32 path_storage::~path_storage()
43 path_storage::path_storage() : function in class:agg::path_storage
52 void path_storage::allocate_block(unsigned nb)
80 void path_storage::rewind(unsigned path_id)
84 void path_storage::curve4(FX_FLOAT x_ctrl1, FX_FLOAT y_ctrl1,
92 void path_storage::end_poly()
  /external/llvm/lib/Support/
Path.cpp 593 SmallString<128> path_storage;
594 StringRef p = path.toStringRef(path_storage);
600 SmallString<128> path_storage;
601 StringRef p = path.toStringRef(path_storage);
607 SmallString<128> path_storage;
608 StringRef p = path.toStringRef(path_storage);
614 SmallString<128> path_storage;
615 StringRef p = path.toStringRef(path_storage);
621 SmallString<128> path_storage;
622 StringRef p = path.toStringRef(path_storage);
    [all...]
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 25 agg::path_storage m_PathData;
  /external/llvm/lib/Support/Unix/
Path.inc 224 SmallString<128> path_storage;
225 StringRef p = path.toNullTerminatedStringRef(path_storage);
251 SmallString<128> path_storage;
252 StringRef p = path.toNullTerminatedStringRef(path_storage);
  /external/pdfium/core/src/fxge/agg/src/
fx_agg_driver.cpp 114 agg::path_storage& path_data,
154 typedef agg::conv_dash<agg::path_storage> dash_converter;
178 agg::conv_stroke<agg::path_storage> stroke(path_data);
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 753 SmallString<128> path_storage; local
755 path.toStringRef(path_storage));
  /external/llvm/lib/Support/Windows/
Path.inc 426 SmallString<128> path_storage;
429 StringRef path8 = path.toStringRef(path_storage);

Completed in 458 milliseconds