Searched refs:path_storage (Results 1 – 8 of 8) sorted by relevance
32 path_storage::~path_storage() in ~path_storage()43 path_storage::path_storage() : in path_storage() function in agg::path_storage52 void path_storage::allocate_block(unsigned nb) in allocate_block()80 void path_storage::rewind(unsigned path_id) in rewind()84 void path_storage::curve4(FX_FLOAT x_ctrl1, FX_FLOAT y_ctrl1, in curve4()92 void path_storage::end_poly() in end_poly()
21 class path_storage 34 vertex_source(const path_storage& p) : m_path(&p), m_vertex_idx(0) {} in vertex_source()46 const path_storage* m_path;49 ~path_storage();50 path_storage();124 inline unsigned path_storage::vertex(FX_FLOAT* x, FX_FLOAT* y) in vertex()131 inline unsigned path_storage::prev_vertex(FX_FLOAT* x, FX_FLOAT* y) const in prev_vertex()138 inline unsigned path_storage::last_vertex(FX_FLOAT* x, FX_FLOAT* y) const in last_vertex()145 inline unsigned char* path_storage::storage_ptrs(FX_FLOAT** xy_ptr) in storage_ptrs()154 inline void path_storage::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd) in add_vertex()[all …]
593 SmallString<128> path_storage; in has_root_name() local594 StringRef p = path.toStringRef(path_storage); in has_root_name()600 SmallString<128> path_storage; in has_root_directory() local601 StringRef p = path.toStringRef(path_storage); in has_root_directory()607 SmallString<128> path_storage; in has_root_path() local608 StringRef p = path.toStringRef(path_storage); in has_root_path()614 SmallString<128> path_storage; in has_relative_path() local615 StringRef p = path.toStringRef(path_storage); in has_relative_path()621 SmallString<128> path_storage; in has_filename() local622 StringRef p = path.toStringRef(path_storage); in has_filename()[all …]
25 agg::path_storage m_PathData;
224 SmallString<128> path_storage;225 StringRef p = path.toNullTerminatedStringRef(path_storage);251 SmallString<128> path_storage;252 StringRef p = path.toNullTerminatedStringRef(path_storage);
753 SmallString<128> path_storage; in directory_iterator() local755 path.toStringRef(path_storage)); in directory_iterator()
114 agg::path_storage& path_data, in RasterizeStroke()154 typedef agg::conv_dash<agg::path_storage> dash_converter; in RasterizeStroke()178 agg::conv_stroke<agg::path_storage> stroke(path_data); in RasterizeStroke()
426 SmallString<128> path_storage;429 StringRef path8 = path.toStringRef(path_storage);