Searched defs:factory (Results 451 - 475 of 748) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h233 SK_ALLOCPIXELS_RETURN_TYPE allocPixels(const SkImageInfo& info, SkPixelRefFactory* factory, argument
235 if (!this->tryAllocPixels(info, factory, ctable)) {
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilterFuzz.cpp372 SkRTreeFactory factory; local
376 &factory, 0);
/external/chromium_org/third_party/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp141 GrGLAlphaThresholdEffect::GrGLAlphaThresholdEffect(const GrBackendProcessorFactory& factory, argument
143 : INHERITED(factory) {
H A DSkArithmeticMode.cpp354 GrGLArithmeticEffect::GrGLArithmeticEffect(const GrBackendProcessorFactory& factory, argument
356 : INHERITED(factory),
H A DSkMagnifierImageFilter.cpp116 GrGLMagnifierEffect::GrGLMagnifierEffect(const GrBackendProcessorFactory& factory, argument
118 : INHERITED(factory) {
H A DSkTableColorFilter.cpp336 GLColorTableEffect::GLColorTableEffect(const GrBackendProcessorFactory& factory, const GrProcessor&) argument
337 : INHERITED(factory) {
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkSweepGradient.cpp194 GrGLSweepGradient(const GrBackendProcessorFactory& factory, argument
195 const GrProcessor&) : INHERITED (factory) { }
/external/chromium_org/third_party/skia/tests/
H A DDeferredCanvasTest.cpp682 static void TestDeferredCanvasSurface(skiatest::Reporter* reporter, GrContextFactory* factory) { argument
684 bool useGpu = SkToBool(factory);
704 GrContext* context = factory->get(glCtxType);
763 static void TestDeferredCanvasSetSurface(skiatest::Reporter* reporter, GrContextFactory* factory) { argument
767 bool useGpu = SkToBool(factory);
787 GrContext* context = factory->get(glCtxType);
911 DEF_GPUTEST(DeferredCanvas_GPU, reporter, factory) {
912 if (factory != NULL) {
913 TestDeferredCanvasSurface(reporter, factory);
914 TestDeferredCanvasSetSurface(reporter, factory);
[all...]
H A DImageFilterTest.cpp391 SkRTreeFactory factory; local
393 SkCanvas* recordingCanvas = recorder.beginRecording(64, 64, &factory, 0);
482 SkBBHFactory* factory, SkBitmap* result) {
497 factory, 0);
518 SkRTreeFactory factory; local
520 draw_saveLayer_picture(width, height, tileSize, &factory, &result1);
614 SkRTreeFactory factory; local
623 &factory, 0);
718 SkRTreeFactory factory; local
720 SkCanvas* recordingCanvas = recorder.beginRecording(100, 100, &factory,
481 draw_saveLayer_picture(int width, int height, int tileSize, SkBBHFactory* factory, SkBitmap* result) argument
740 SkRTreeFactory factory; local
799 SkRTreeFactory factory; local
831 SkRTreeFactory factory; local
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dnatsocketfactory.cc307 NATSocketFactory::NATSocketFactory(SocketFactory* factory, argument
309 : factory_(factory), nat_addr_(nat_addr) {
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc630 ui::TouchFactory* factory = ui::TouchFactory::GetInstance(); local
633 if (!factory->ShouldProcessXI2Event(xev))
/external/chromium_org/v8/src/
H A Dcode-stubs.cc10 #include "src/factory.h"
93 ic = isolate()->factory()->CopyCode(ic);
101 Factory* factory = isolate()->factory(); local
129 Handle<Code> new_object = factory->NewCode(
362 Factory* factory = isolate->factory(); local
365 factory->strict_compare_ic_string() :
366 factory->compare_ic_string(),
372 Factory* factory local
[all...]
H A Dexecution.cc64 ? isolate->factory()->js_construct_entry_code()
65 : isolate->factory()->js_entry_code();
197 Factory* factory = isolate->factory(); local
217 return factory->undefined_value();
270 return isolate->factory()->undefined_value();
537 Handle<Object> time_obj = isolate->factory()->NewNumber(time);
561 Factory* factory = isolate->factory(); local
565 return factory
[all...]
H A Djson-parser.h34 factory_(isolate_->factory()),
175 inline Factory* factory() { return factory_; } function in class:v8::internal::BASE_EMBEDDED
212 Factory* factory = this->factory(); local
218 array = factory->NewJSArray(0);
232 array = factory->NewJSArray(0);
236 array = factory->NewJSArray(0);
240 Handle<Object> name = factory->LookupSingleCharacterStringFromCode(c0_);
241 Handle<FixedArray> element = factory->NewFixedArray(1);
243 array = factory
450 Factory* factory = isolate()->factory(); local
594 NewRawString(Factory* factory, int length, PretenureFlag pretenure) argument
601 NewRawString(Factory* factory, int length, PretenureFlag pretenure) argument
[all...]
H A Dpreparser.cc97 int pos, Scanner* scanner, PreParserFactory* factory) {
96 ExpressionFromString( int pos, Scanner* scanner, PreParserFactory* factory) argument
H A Dscopeinfo.cc52 Factory* factory = zone->isolate()->factory(); local
53 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length);
/external/chromium_org/v8/src/x64/
H A Dbuiltins-x64.cc9 #include "src/code-factory.h"
205 Factory* factory = masm->isolate()->factory(); local
252 factory->allocation_memento_map());
383 __ Cmp(rcx, masm->isolate()->factory()->undefined_value());
626 __ Push(masm->isolate()->factory()->ToBoolean(concurrent));
813 __ Push(masm->isolate()->factory()->undefined_value());
/external/chromium_org/v8/src/x87/
H A Dcodegen-x87.cc248 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
268 Immediate(masm->isolate()->factory()->fixed_double_array_map()));
312 __ cmp(ebx, masm->isolate()->factory()->the_hole_value());
362 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
379 Immediate(masm->isolate()->factory()->fixed_array_map()));
427 masm->isolate()->factory()->the_hole_value());
455 Factory* factory,
489 Immediate(factory->empty_string()));
454 Generate(MacroAssembler* masm, Factory* factory, Register string, Register index, Register result, Label* call_runtime) argument
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp503 ES3PlusWrapperContext::ES3PlusWrapperContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine) argument
530 m_context = factory.createContext(nativeConfig, cmdLine);
/external/deqp/modules/glshared/
H A DglsFboUtil.cpp371 FboVerifier::FboVerifier (const FormatDB& formats, CheckerFactory& factory) argument
373 , m_factory (factory)
/external/guava/guava/src/com/google/common/collect/
H A DStandardTable.java66 @GwtTransient final Supplier<? extends Map<C, V>> factory; field in class:StandardTable
69 Supplier<? extends Map<C, V>> factory) {
71 this.factory = factory;
164 map = factory.get();
877 final Map<C, V> seen = factory.get();
68 StandardTable(Map<R, Map<C, V>> backingMap, Supplier<? extends Map<C, V>> factory) argument
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp385 TestFactory* factory = new TestFactory(info); local
386 if (!factory) {
397 URegistryKey key = Collator::registerFactory(factory, status);
455 errln("failed to unregister factory");
/external/opencv/cv/src/
H A Dcvcorner.cpp229 double factorx, factory; local
313 factory = factorx = 1./factorx;
315 factory = -factory;
362 double dy = dydata[j]*factory;
377 double dy = dydata[j]*factory;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc403 // Construct a new version of the dynamic message via the factory.
404 DynamicMessageFactory factory; local
406 message1.reset(factory.GetPrototype(
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc215 CALLER_ATTACH Font::Builder* Font::Builder::GetOTFBuilder(FontFactory* factory, argument
217 FontBuilderPtr builder = new Builder(factory);
223 FontFactory* factory,
226 FontBuilderPtr builder = new Builder(factory);
232 FontFactory* factory) {
233 FontBuilderPtr builder = new Builder(factory);
317 Font::Builder::Builder(FontFactory* factory) argument
318 : factory_(factory),
222 GetOTFBuilder( FontFactory* factory, WritableFontData* wfd, int32_t offset_to_offset_table) argument
231 GetOTFBuilder( FontFactory* factory) argument

Completed in 485 milliseconds

<<11121314151617181920>>