Home
last modified time | relevance | path

Searched refs:get (Results 6476 - 6500 of 15738) sorted by relevance

1...<<251252253254255256257258259260>>...630

/third_party/skia/samplecode/
H A DSampleArc.cpp156 canvas->drawDrawable(fAnimatingDrawable.get()); in drawRoot()
173 canvas->drawDrawable(fRootDrawable.get());
/third_party/skia/src/gpu/effects/
H A DGrBlendFragmentProcessor.cpp50 : INHERITED(kBlendFragmentProcessor_ClassID, OptFlags(src.get(), dst.get(), mode)) in BlendFragmentProcessor()
/third_party/skia/src/image/
H A DSkSurface_Raster.cpp87 canvas->drawImage(fBitmap.asImage().get(), x, y, sampling, paint); in onDraw()
131 if (SkBitmapImageGetPixelRef(cached.get()) == fBitmap.pixelRef()) { in onCopyOnWrite()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtype_manager.h66 return lhs->IsSame(rhs.get()); in operator ()()
219 Type* type() { return type_.get(); } in type()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.h66 return lhs->IsSame(rhs.get()); in operator ()()
226 Type* type() { return type_.get(); } in type()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_shrinker_test.cpp1061 FuzzerContext::GetMinFreshId(ir_context.get()), false);
1064 MakeUnique<FactManager>(ir_context.get()), validator_options);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dcontrol_dependence.cpp115 EXPECT_EQ(entry, fn->entry().get()) in TEST()
268 EXPECT_EQ(entry, fn->entry().get()) in TEST()
H A Dconvert_relaxed_to_half_test.cpp1489 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
1570 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.h343 ? m_frames[index].get() : nullptr; in frameContext()
365 return reinterpret_cast<const unsigned char*>(m_streamBuffer.get())[0]; in getOneByte()
/third_party/skia/src/shaders/
H A DSkLocalMatrixShader.cpp38 buffer.writeFlattenable(fProxyShader.get()); in flatten()
90 matrices,lm.get(), dst, in onProgram()
/third_party/skia/tests/
H A DSkColorSpaceXformStepsTest.cpp59 true, // we need to encode to 2.2 gamma, so we need to get linear in DEF_TEST()
135 SkColorSpaceXformSteps steps{t.src.get(), t.srcAT, in DEF_TEST()
136 t.dst.get(), t.dstAT}; in DEF_TEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DInstance.cpp290 return mDefaultPlatform.get(); in GetPlatform()
298 return mXlibXcbFunctions.get(); in GetOrCreateXlibXcbFunctions()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DResourceMemoryAllocatorVk.cpp100 mDevice->GetFencedDeleter()->DeleteWhenUnused(ToBackend(allocation.get())->GetMemory());
169 ToBackend(resourceHeap.get())->GetMemory(), 0, in Allocate()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerBuffer.cpp83 OnBufferMapAsyncCallback(WGPUBufferMapAsyncStatus_Error, userdata.get()); in DoBufferMapAsync()
121 resultData->deviceInfo = device->info.get(); in DoDeviceCreateBuffer()
H A DServer.h70 std::get<sizeof...(Args) - 1>(std::declval<std::tuple<Args...>>()))>::type>::type;
93 (data->server->*Func)(std::forward<decltype(args)>(args)..., data.get()); in ForwardToServer()
H A DServerDevice.cpp133 resultData->deviceInfo = device->info.get(); in DoDeviceCreateComputePipelineAsync()
180 resultData->deviceInfo = device->info.get(); in DoDeviceCreateRenderPipelineAsync()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-arabic-table.py103 block = blocks.get(u, last_block)
104 value = values.get(u, "JOINING_TYPE_X")
H A Dhb-ot-color-cpal-table.hh102 new_color_idx = color_index_map->get (_); in serialize()
211 else new_idx = color_record_index_map.get (idx); in serialize()
H A Dhb-ot-post-table.hh138 hb_free (gids_sorted_by_name.get ()); in fini()
165 uint16_t *gids = gids_sorted_by_name.get (); in get_glyph_from_name()
/third_party/python/Lib/test/
H A Dtest_zipimport_support.py153 test_zipped_doctest.SampleClass.get,
157 test_zipped_doctest.SampleNewStyleClass.get,
/third_party/python/Doc/tools/
H A Drstlint.py152 setattr(func, prop, kwds.get(prop, checker_props[prop]))
369 checkerlist = checkers.get(ext, None)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DUser.h321 return Val->get();
328 return Val->get();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DBinary.h224 return Bin.get(); in getBinary()
228 return Bin.get(); in getBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormat.h97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...); in snprint_tuple()
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...); in snprint_tuple()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceWriter.cpp28 OS.write(std::get<Index>(T));
29 return sizeof(std::get<Index>(T)) + IndexedWriter<Index + 1>::write(OS, T);

Completed in 21 milliseconds

1...<<251252253254255256257258259260>>...630