Home
last modified time | relevance | path

Searched refs:path_storage (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_path_storage.cpp32 path_storage::~path_storage() in ~path_storage()
43 path_storage::path_storage() : in path_storage() function in agg::path_storage
52 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()
Dagg_path_storage.h21 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 …]
D0001-gcc-warning.patch17 const path_storage* m_path;
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp436 SmallString<128> path_storage; in native() local
437 StringRef p = path.toStringRef(path_storage); in native()
524 SmallString<128> path_storage; in has_root_name() local
525 StringRef p = path.toStringRef(path_storage); in has_root_name()
531 SmallString<128> path_storage; in has_root_directory() local
532 StringRef p = path.toStringRef(path_storage); in has_root_directory()
538 SmallString<128> path_storage; in has_root_path() local
539 StringRef p = path.toStringRef(path_storage); in has_root_path()
545 SmallString<128> path_storage; in has_relative_path() local
546 StringRef p = path.toStringRef(path_storage); in has_relative_path()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp621 SmallString<128> path_storage; in has_root_name() local
622 StringRef p = path.toStringRef(path_storage); in has_root_name()
628 SmallString<128> path_storage; in has_root_directory() local
629 StringRef p = path.toStringRef(path_storage); in has_root_directory()
635 SmallString<128> path_storage; in has_root_path() local
636 StringRef p = path.toStringRef(path_storage); in has_root_path()
642 SmallString<128> path_storage; in has_relative_path() local
643 StringRef p = path.toStringRef(path_storage); in has_relative_path()
649 SmallString<128> path_storage; in has_filename() local
650 StringRef p = path.toStringRef(path_storage); in has_filename()
[all …]
/external/llvm/lib/Support/
DPath.cpp621 SmallString<128> path_storage; in has_root_name() local
622 StringRef p = path.toStringRef(path_storage); in has_root_name()
628 SmallString<128> path_storage; in has_root_directory() local
629 StringRef p = path.toStringRef(path_storage); in has_root_directory()
635 SmallString<128> path_storage; in has_root_path() local
636 StringRef p = path.toStringRef(path_storage); in has_root_path()
642 SmallString<128> path_storage; in has_relative_path() local
643 StringRef p = path.toStringRef(path_storage); in has_relative_path()
649 SmallString<128> path_storage; in has_filename() local
650 StringRef p = path.toStringRef(path_storage); in has_filename()
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc176 SmallString<128> path_storage;
177 StringRef p = path.toNullTerminatedStringRef(path_storage);
216 SmallString<128> path_storage;
217 StringRef p = path.toNullTerminatedStringRef(path_storage);
252 SmallString<128> path_storage;
253 StringRef p = path.toNullTerminatedStringRef(path_storage);
262 SmallString<128> path_storage;
263 StringRef p = path.toNullTerminatedStringRef(path_storage);
302 SmallString<128> path_storage;
303 StringRef p = path.toNullTerminatedStringRef(path_storage);
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc206 SmallString<128> path_storage;
209 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
268 SmallString<128> path_storage;
275 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
321 SmallString<128> path_storage;
324 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
341 SmallString<128> path_storage;
344 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
428 SmallString<128> path_storage;
431 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h498 SmallString<128> path_storage; in directory_iterator() local
499 ec = directory_iterator_construct(*this, path.toStringRef(path_storage)); in directory_iterator()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h30 agg::path_storage m_PathData;
Dfx_agg_driver.cpp358 agg::path_storage& path_data, in RasterizeStroke()
398 typedef agg::conv_dash<agg::path_storage> dash_converter; in RasterizeStroke()
422 agg::conv_stroke<agg::path_storage> stroke(path_data); in RasterizeStroke()
/external/llvm/lib/Support/Unix/
DPath.inc265 SmallString<128> path_storage;
266 StringRef p = path.toNullTerminatedStringRef(path_storage);
292 SmallString<128> path_storage;
293 StringRef p = path.toNullTerminatedStringRef(path_storage);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc262 SmallString<128> path_storage;
263 StringRef p = path.toNullTerminatedStringRef(path_storage);
302 SmallString<128> path_storage;
303 StringRef p = path.toNullTerminatedStringRef(path_storage);
/external/llvm/include/llvm/Support/
DFileSystem.h785 SmallString<128> path_storage; in directory_iterator() local
787 path.toStringRef(path_storage)); in directory_iterator()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h796 SmallString<128> path_storage; in directory_iterator() local
798 path.toStringRef(path_storage)); in directory_iterator()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc469 SmallString<128> path_storage;
472 StringRef path8 = path.toStringRef(path_storage);
/external/llvm/lib/Support/Windows/
DPath.inc471 SmallString<128> path_storage;
474 StringRef path8 = path.toStringRef(path_storage);