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

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_path_storage.cpp 22 // Class path_storage
30 path_storage::~path_storage()
41 path_storage::path_storage() : function in class:agg::path_storage
50 void path_storage::allocate_block(unsigned nb)
84 void path_storage::rewind(unsigned path_id)
88 void path_storage::curve4(FX_FLOAT x_ctrl1, FX_FLOAT y_ctrl1,
96 void path_storage::end_poly()
agg_path_storage.h 21 class path_storage : public CFX_Object 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...]
fx_agg_driver.cpp 119 static void RasterizeStroke(agg::rasterizer_scanline_aa& rasterizer, agg::path_storage& path_data,
157 agg::conv_stroke<agg::path_storage> stroke(path_data);
164 typedef agg::conv_dash<agg::path_storage> dash_converter;
    [all...]
  /external/llvm/lib/Support/
Path.cpp 633 SmallString<128> path_storage;
634 StringRef p = path.toStringRef(path_storage);
640 SmallString<128> path_storage;
641 StringRef p = path.toStringRef(path_storage);
647 SmallString<128> path_storage;
648 StringRef p = path.toStringRef(path_storage);
654 SmallString<128> path_storage;
655 StringRef p = path.toStringRef(path_storage);
661 SmallString<128> path_storage;
662 StringRef p = path.toStringRef(path_storage);
    [all...]
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 16 FX_NAMESPACE_DECLARE(agg, path_storage) m_PathData;
  /external/llvm/include/llvm/Support/
FileSystem.h 768 SmallString<128> path_storage; local
770 path.toStringRef(path_storage));

Completed in 181 milliseconds