Searched defs:Component (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h27 class Component { class in class:sfntly::CompositeBitmapGlyph
29 Component(const Component& rhs);
36 bool operator==(const Component& rhs);
37 Component& operator=(const Component& rhs);
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
64 Component GetComponent(int32_t component_num) const;
H A Dcomposite_bitmap_glyph.cc36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent(
40 return CompositeBitmapGlyph::Component(
62 * CompositeBitmapGlyph::Component class
64 CompositeBitmapGlyph::Component::Component(const Component& rhs) function in class:sfntly::CompositeBitmapGlyph::Component
70 bool CompositeBitmapGlyph::Component::operator==(
71 const CompositeBitmapGlyph::Component& rhs) {
75 CompositeBitmapGlyph::Component& CompositeBitmapGlyph::Component
83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code, function in class:sfntly::CompositeBitmapGlyph::Component
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h27 class Component { class in class:sfntly::CompositeBitmapGlyph
29 Component(const Component& rhs);
36 bool operator==(const Component& rhs);
37 Component& operator=(const Component& rhs);
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
64 Component GetComponent(int32_t component_num) const;
H A Dcomposite_bitmap_glyph.cc36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent(
40 return CompositeBitmapGlyph::Component(
62 * CompositeBitmapGlyph::Component class
64 CompositeBitmapGlyph::Component::Component(const Component& rhs) function in class:sfntly::CompositeBitmapGlyph::Component
70 bool CompositeBitmapGlyph::Component::operator==(
71 const CompositeBitmapGlyph::Component& rhs) {
75 CompositeBitmapGlyph::Component& CompositeBitmapGlyph::Component
83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code, function in class:sfntly::CompositeBitmapGlyph::Component
[all...]
/external/llvm/include/llvm/Support/
H A DPath.h28 /// @name Lexical Component Iterator
52 StringRef Component; ///< The current component. Not necessarily in Path. member in class:llvm::sys::path::const_iterator
66 reference operator*() const { return Component; }
67 pointer operator->() const { return &Component; }
/external/chromium/googleurl/src/
H A Durl_parse.h45 // Component ------------------------------------------------------------------
48 struct Component { struct in namespace:url_parse
49 Component() : begin(0), len(-1) {} function in struct:url_parse::Component
52 Component(int b, int l) : begin(b), len(l) {} function in struct:url_parse::Component
75 bool operator==(const Component& other) const {
85 inline Component MakeRange(int begin, int end) {
86 return Component(begin, end - begin);
98 // url_parse::Component scheme;
167 Component scheme;
170 Component usernam
[all...]
/external/chromium_org/chrome/common/
H A Dcontent_settings_pattern_parser.cc19 class Component { class in namespace:__anon6938
21 Component() : start(0), len(0) {} function in class:__anon6938::Component
22 Component(size_t s, size_t l) : start(s), len(l) {} function in class:__anon6938::Component
60 Component scheme_component;
61 Component host_component;
62 Component port_component;
63 Component path_component;
75 scheme_component = Component(start, current_pos);
100 host_component = Component(start, current_pos - start);
103 host_component = Component(star
[all...]
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.h20 // Component ------------------------------------------------------------------
23 struct Component { struct in namespace:url_parse
24 Component() : begin(0), len(-1) {} function in struct:url_parse::Component
27 Component(int b, int l) : begin(b), len(l) {} function in struct:url_parse::Component
50 bool operator==(const Component& other) const {
60 inline Component MakeRange(int begin, int end) {
61 return Component(begin, end - begin);
73 // url_parse::Component scheme;
145 Component scheme;
148 Component usernam
[all...]
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h110 struct Component { struct in struct:SkOTTableGlyphData::Composite
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
204 /** Comes after the last Component if the last component has WE_HAVE_INSTR. */
/external/clang/lib/CodeGen/
H A DCGVTables.cpp537 VTableComponent Component = Components[I]; local
541 switch (Component.getKind()) {
544 Component.getVCallOffset().getQuantity());
549 Component.getVBaseOffset().getQuantity());
554 Component.getOffsetToTop().getQuantity());
566 switch (Component.getKind()) {
570 GD = Component.getFunctionDecl();
573 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Complete);
576 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Deleting);
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp478 const std::string &Component) {
480 if (!Component.empty()) {
481 std::string ComponentName = StringRef(Component).upper();
521 if (!Component.empty() && Component != R.getValueAsString("Component"))
477 EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, const std::string &Component) argument
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h110 struct Component { struct in struct:SkOTTableGlyphData::Composite
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
204 /** Comes after the last Component if the last component has WE_HAVE_INSTR. */
/external/harfbuzz/src/
H A Dharfbuzz-gsub-private.h129 HB_UShort* Component; /* array of component glyph IDs */ member in struct:HB_Ligature_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gsub-private.h129 HB_UShort* Component; /* array of component glyph IDs */ member in struct:HB_Ligature_
/external/clang/lib/AST/
H A DVTableBuilder.cpp1176 const VTableComponent &Component = Components[I->first]; local
1180 switch (Component.getKind()) {
1184 MD = Component.getFunctionDecl();
1187 MD = Component.getDestructorDecl();
1965 const VTableComponent &Component = Components[I]; local
1968 switch (Component.getKind()) {
1972 << Component.getVCallOffset().getQuantity()
1978 << Component.getVBaseOffset().getQuantity()
1984 << Component.getOffsetToTop().getQuantity()
1989 Out << Component
2933 const VTableComponent &Component = Components[I]; local
[all...]
/external/clang/lib/Sema/
H A DTreeTransform.h6505 typedef Sema::OffsetOfComponent Component; typedef
6507 SmallVector<Component, 4> Components;
6510 Component Comp;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 732 milliseconds