Searched refs:Attach (Results 1 - 25 of 236) sorted by relevance

12345678910

/external/pdfium/core/include/fxge/
H A Dfx_ge_apple.h15 FX_BOOL Attach(CGContextRef context, FX_INT32 nDeviceClass = FXDC_DISPLAY);
16 FX_BOOL Attach(CFX_DIBitmap* pBitmap);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dsubsetter.cc42 font_.Attach(LoadFont(font_path));
50 font_info.Attach(info_builder->GetFontInfo());
63 font_subset.Attach(font_assembler->Assemble());
H A Ddebug_main.cc46 font.Attach(subtly::LoadFont(input_font_path));
51 new_font.Attach(subsetter->Subset());
H A Dmerger_main.cc52 font.Attach(LoadFont(argv[i]));
59 new_font.Attach(merger->Merge());
H A Dutils.cc31 font_factory.Attach(FontFactory::GetInstance());
39 font_factory.Attach(FontFactory::GetInstance());
65 font_factory.Attach(FontFactory::GetInstance());
/external/sfntly/cpp/src/sample/subtly/
H A Dsubsetter.cc42 font_.Attach(LoadFont(font_path));
50 font_info.Attach(info_builder->GetFontInfo());
63 font_subset.Attach(font_assembler->Assemble());
H A Ddebug_main.cc46 font.Attach(subtly::LoadFont(input_font_path));
51 new_font.Attach(subsetter->Subset());
H A Dmerger_main.cc52 font.Attach(LoadFont(argv[i]));
59 new_font.Attach(merger->Merge());
H A Dutils.cc31 font_factory.Attach(FontFactory::GetInstance());
39 font_factory.Attach(FontFactory::GetInstance());
65 font_factory.Attach(FontFactory::GetInstance());
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc25 void ForwardingAgentHost::Attach() { function in class:content::ForwardingAgentHost
26 delegate_->Attach(this);
/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.cc22 Attach(socket);
29 void AsyncSocketAdapter::Attach(AsyncSocket* socket) { function in class:rtc::AsyncSocketAdapter
/external/chromium_org/content/public/browser/
H A Ddevtools_external_agent_proxy_delegate.h22 virtual void Attach(DevToolsExternalAgentProxy* proxy) = 0;
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc38 font_factory.Attach(FontFactory::GetInstance());
62 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
70 font_factory.Attach(FontFactory::GetInstance());
78 font_builder.Attach(font_factory->NewFontBuilder());
85 cmap.Attach(cmap_iter.Next());
92 new_font.Attach(font_builder->Build());
97 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
H A Dfont_parsing_test.cc39 factory.Attach(FontFactory::GetInstance());
64 wfd.Attach(gdef_builder->Data());
90 wfd1.Attach(builder1->Data());
92 wfd2.Attach(builder2->Data());
103 factory.Attach(FontFactory::GetInstance());
108 font.Attach(font_builder->Build());
121 factory.Attach(FontFactory::GetInstance());
126 font.Attach(font_builder->Build());
H A Dserialization_test.cc30 factory1.Attach(FontFactory::GetInstance());
35 factory2.Attach(FontFactory::GetInstance());
41 intermediate.Attach(font_builder->Build());
45 factory3.Attach(FontFactory::GetInstance());
48 is.Attach(os.Get(), os.Size());
96 factory1.Attach(FontFactory::GetInstance());
101 factory2.Attach(FontFactory::GetInstance());
107 intermediate.Attach(font_builder->Build());
111 factory3.Attach(FontFactory::GetInstance());
114 is.Attach(o
[all...]
/external/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc38 font_factory.Attach(FontFactory::GetInstance());
62 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
70 font_factory.Attach(FontFactory::GetInstance());
78 font_builder.Attach(font_factory->NewFontBuilder());
85 cmap.Attach(cmap_iter.Next());
92 new_font.Attach(font_builder->Build());
97 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
H A Dfont_parsing_test.cc39 factory.Attach(FontFactory::GetInstance());
64 wfd.Attach(gdef_builder->Data());
90 wfd1.Attach(builder1->Data());
92 wfd2.Attach(builder2->Data());
103 factory.Attach(FontFactory::GetInstance());
108 font.Attach(font_builder->Build());
121 factory.Attach(FontFactory::GetInstance());
126 font.Attach(font_builder->Build());
H A Dserialization_test.cc30 factory1.Attach(FontFactory::GetInstance());
35 factory2.Attach(FontFactory::GetInstance());
41 intermediate.Attach(font_builder->Build());
45 factory3.Attach(FontFactory::GetInstance());
48 is.Attach(os.Get(), os.Size());
96 factory1.Attach(FontFactory::GetInstance());
101 factory2.Attach(FontFactory::GetInstance());
107 intermediate.Attach(font_builder->Build());
111 factory3.Attach(FontFactory::GetInstance());
114 is.Attach(o
[all...]
/external/lzma/CPP/Windows/
H A DHandle.h26 void Attach(HANDLE handle) { _handle = handle; } function in class:NWindows::CHandle
/external/chromium_org/third_party/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc60 factory.Attach(FontFactory::GetInstance());
81 font_builder.Attach(subsetter->Subset());
84 new_font.Attach(font_builder->Build());
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc49 font.Attach(LoadSingleOTF(pbis));
57 wfd.Attach(WritableFontData::CreateWritableFontData(b));
63 font.Attach(LoadSingleOTF(wfd));
77 builder.Attach(LoadSingleOTFForBuilding(pbis));
86 wfd.Attach(WritableFontData::CreateWritableFontData(b));
92 builder.Attach(LoadSingleOTFForBuilding(wfd, 0));
113 builder.Attach(LoadSingleOTFForBuilding(is));
119 builder.Attach(LoadSingleOTFForBuilding(wfd, 0));
130 font.Attach((*builder)->Build());
143 font.Attach((*builde
[all...]
/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc60 factory.Attach(FontFactory::GetInstance());
81 font_builder.Attach(subsetter->Subset());
84 new_font.Attach(font_builder->Build());
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc49 font.Attach(LoadSingleOTF(pbis));
57 wfd.Attach(WritableFontData::CreateWritableFontData(b));
63 font.Attach(LoadSingleOTF(wfd));
77 builder.Attach(LoadSingleOTFForBuilding(pbis));
86 wfd.Attach(WritableFontData::CreateWritableFontData(b));
92 builder.Attach(LoadSingleOTFForBuilding(wfd, 0));
113 builder.Attach(LoadSingleOTFForBuilding(is));
119 builder.Attach(LoadSingleOTFForBuilding(wfd, 0));
130 font.Attach((*builder)->Build());
143 font.Attach((*builde
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
78 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
81 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
78 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
81 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));

Completed in 605 milliseconds

12345678910