Home
last modified time | relevance | path

Searched defs:nullptr (Results 476 - 500 of 830) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/skia/src/gpu/ops/
H A DFillRectOp.cpp318 flushState->bindBuffers(std::move(fIndexBuffer), nullptr, std::move(fVertexBuffer)); variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_parse_test.cpp596 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
834 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFMetadata.cpp250 escape_xml(const SkString& input, const char* before = nullptr, const char* after = nullptr) escape_xml() argument
/third_party/skia/tests/
H A DSkRemoteGlyphCacheTest.cpp174 RasterBlob(sk_sp<SkTextBlob> blob, int width, int height, const SkPaint& paint, GrRecordingContext* rContext, const SkMatrix* matrix = nullptr, SkScalar x = 0) RasterBlob() argument
767 MakeEmojiBlob(sk_sp<SkTypeface> serverTf, SkScalar textSize, sk_sp<SkTypeface> clientTf = nullptr) MakeEmojiBlob() argument
[all...]
H A DTriangulatingPathRendererTests.cpp734 nullptr, in test_path() local
712 test_path(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const SkPath& path, const SkMatrix& matrix = SkMatrix::I(), GrAAType aaType = GrAAType::kNone, std::unique_ptr<GrFragmentProcessor> fp = nullptr) test_path() argument
H A DTextBlobTest.cpp268 AddRun(const SkFont& font, int count, SkTextBlobRunIterator::GlyphPositioning pos, const SkPoint& offset, SkTextBlobBuilder& builder, const SkRect* bounds = nullptr) AddRun() argument
[all...]
/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp161 HR_GENERAL(FontToIdentity(font.get(), &identity), nullptr, identity); variable
188 nullptr, SkRemotableFontIdentitySet::NewEmpty()); variable
191 nullptr, SkRemotableFontIdentitySet::NewEmpty()); variable
213 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); variable
215 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identit variable
373 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); global() variable
375 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity); global() variable
384 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), nullptr, identity); global() variable
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-graphite2.cc272 nullptr, nullpt in _hb_graphite2_shape() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
H A DPassBuilder.h224 explicit PassBuilder(TargetMachine *TM = nullptr, in PassBuilder() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSourceMgr.h119 void setDiagHandler(DiagHandlerTy DH, void *Ctx = nullptr) { in setDiagHandler() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetMachine.h281 addPassesToEmitFile(PassManagerBase &, raw_pwrite_stream &, raw_pwrite_stream *, CodeGenFileType, bool = true, MachineModuleInfoWrapperPass *MMIWP = nullptr) addPassesToEmitFile() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp85 removeBlockFromLoops(BasicBlock *BB, Loop *FirstLoop, Loop *LastLoop = nullptr) removeBlockFromLoops() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DSourceMgr.h84 void setDiagHandler(DiagHandlerTy DH, void *Ctx = nullptr) { in setDiagHandler() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalebuilder.cpp211 Locale::forLanguageTag(locale_str.data(), errorCode), nullptr, _setUnicodeExtensions() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h104 InstDesc(bool IsRecur, Instruction *I, Instruction *UAI = nullptr) in InstDesc() argument
108 InstDesc(Instruction *I, MinMaxRecurrenceKind K, Instruction *UAI = nullptr) in InstDesc() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.cc141 MakeTimeWithOverflow(const cctz::time_point<cctz::seconds>& sec, const cctz::civil_second& cs, const cctz::time_zone& tz, bool* normalized = nullptr) MakeTimeWithOverflow() argument
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp113 static bool check_err(int err, const int silentList[] = nullptr) { in check_err() argument
[all...]
/third_party/skia/include/private/
H A DGrResourceKey.h283 Builder(GrUniqueKey* key, Domain type, int data32Count, const char* tag = nullptr) in Builder() argument
289 Builder(GrUniqueKey* key, const GrUniqueKey& innerKey, Domain domain, int extraData32Cnt, const char* tag = nullptr) Builder() argument
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp888 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
1133 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp75 NAPI_CALL_NO_THROW(napi_get_cb_info(env, info, nullptr, nullptr, nullptr, &data), nullptr); in PromiseCallback() local
89 NAPI_CALL_NO_THROW(napi_get_cb_info(env, info, &argc, argv, nullptr, &data), nullptr); OnConnectPromiseCallback() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.cpp309 NAPI_CALL_NO_THROW(napi_get_cb_info(env, info, nullptr, nullptr, nullptr, &data), nullptr); PromiseCallback() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.cpp505 startAngle, startAngle + sweepAngle, nullptr)); PaintProgressFilterMask() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp637 colors, pos, RSTileMode::CLAMP, START_ANGLE, drawAngle, nullptr)); in PaintProgress() local
641 RSTileMode::CLAMP, START_ANGLE, drawAngle, nullptr)); in PaintProgress() local
677 RSTileMode::CLAMP, START_ANGLE, drawAngle, nullptr)); in PaintProgress() local
681 RSTileMode::CLAMP, START_ANGLE, drawAngle, nullptr)); in PaintProgress() local
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.cpp882 EXPECT_EQ(DragEventActuator::GetPreviewPixelMap(NO_COMPONENT_ID, nullptr), nullptr); HWTEST_F() local
883 EXPECT_EQ(DragEventActuator::GetPreviewPixelMap(COMPONENT_ID, nullptr), nullptr); HWTEST_F() local
888 EXPECT_EQ(DragEventActuator::GetPreviewPixelMap(NO_COMPONENT_ID, frameNode), nullptr); HWTEST_F() local
889 EXPECT_EQ(DragEventActuator::GetPreviewPixelMap(COMPONENT_ID, frameNode), nullptr); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_testtwo_ng.cpp1488 EXPECT_EQ(PipelineContext::GetCurrentContext(), nullptr); HWTEST_F() local
[all...]

Completed in 31 milliseconds

1...<<11121314151617181920>>...34