skia2/include/private
Ben Wagner 43b0f03b83 SkTHashTable to not require default constructable T
SkTHashTable::Slot required a default constructor on T, even though the
default constructed T was never used. Model SkTHashTable::Slot on
std::optional to not require the default constructor.

Change-Id: Ie8912f132ba0f375c80a73fe7ae9022762b4794a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/467083
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2021-11-04 21:44:46 +00:00
..
GrContext_Base.h
GrD3DTypesMinimal.h Reland "Add new GrSurfaceInfo class and related backend structs." 2021-09-20 20:44:53 +00:00
GrDawnTypesPriv.h Reland "Add new GrSurfaceInfo class and related backend structs." 2021-09-20 20:44:53 +00:00
GrGLTypesPriv.h Reland "Add new GrSurfaceInfo class and related backend structs." 2021-09-20 20:44:53 +00:00
GrImageContext.h Change PromiseImage API to take GrContextThreadSafeProxy 2021-02-19 21:52:59 +00:00
GrMockTypesPriv.h Reland "Add new GrSurfaceInfo class and related backend structs." 2021-09-20 20:44:53 +00:00
GrMtlTypesPriv.h Reland "Add new GrSurfaceInfo class and related backend structs." 2021-09-20 20:44:53 +00:00
GrResourceKey.h Reland "Add format-specifier warnings to SkDebugf." 2021-06-25 17:57:43 +00:00
GrSingleOwner.h Remove ableist language 2021-06-16 21:37:21 +00:00
GrTypesPriv.h Rename Uint to UInt. 2021-11-02 15:05:52 +00:00
GrVkTypesPriv.h Reland "Add new GrSurfaceInfo class and related backend structs." 2021-09-20 20:44:53 +00:00
OWNERS Reland "Add OWNERS to include (and include/private) to enforce API review" 2021-09-27 18:20:19 +00:00
SkBitmaskEnum.h
SkChecksum.h
SkColorData.h Fix implicit signedness change warnings in private includes 2021-05-13 17:10:44 +00:00
SkDeque.h
SkEncodedInfo.h
SkFixed.h
SkFloatBits.h
SkFloatingPoint.h Remove unreferenced TODO function. 2021-06-16 18:45:18 +00:00
SkHalf.h
SkIDChangeListener.h Remove bug-prone SkIDChangeListener singleThreaded arg 2021-02-26 17:05:53 +00:00
SkImageInfoPriv.h Reland "Add sRGB 8888 colortype" 2021-08-24 12:56:32 +00:00
SkMacros.h Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files 2021-11-01 17:26:59 +00:00
SkMalloc.h
SkMutex.h mark SkAutoMutexExclusive unmovable 2021-02-28 16:12:25 +00:00
SkNoncopyable.h
SkNx_neon.h remove SkNx::rsqrt() 2021-04-14 20:54:08 +00:00
SkNx_sse.h Fix implicit signedness change warnings in private includes 2021-05-13 17:10:44 +00:00
SkNx.h remove SkNx::rsqrt() 2021-04-14 20:54:08 +00:00
SkOnce.h
SkOpts_spi.h
SkPathRef.h
SkSafe32.h
SkSafe_math.h
SkSemaphore.h
SkShadowFlags.h
SkSLDefines.h Enforce basic limits on function stack size in SkSL. 2021-11-04 18:17:44 +00:00
SkSLIRNode.h Remove ASTNode and SkSLParser 2021-09-28 13:36:49 +00:00
SkSLLayout.h Remove (unused) geometry shader support 2021-08-27 19:41:10 +00:00
SkSLModifiers.h Moved CheckModifiers out of IRGenerator 2021-10-14 14:30:01 +00:00
SkSLProgramElement.h Remove enum support from SkSL 2021-07-09 14:03:15 +00:00
SkSLProgramKind.h Remove (unused) geometry shader support 2021-08-27 19:41:10 +00:00
SkSLSampleUsage.h Use varyings to implement MatrixEffects applied to DeviceCoord FPs. 2021-08-02 19:39:13 +00:00
SkSLStatement.h Reland "Renamed SkSL "offset" to "line"" 2021-09-27 19:52:08 +00:00
SkSLString.h Removed StringFragment alias in favor of skstd::string_view 2021-06-10 18:07:03 +00:00
SkSLSymbol.h Removed StringFragment alias in favor of skstd::string_view 2021-06-10 18:07:03 +00:00
SkSpinlock.h
SkTArray.h
SkTDArray.h Add explicit int -> size_t casts to SkTDArray.h 2020-12-28 17:23:49 +00:00
SkTemplates.h Chop tessellated curves that don't fit in a patch 2021-05-21 23:01:43 +00:00
SkTFitsIn.h
SkTHash.h SkTHashTable to not require default constructable T 2021-11-04 21:44:46 +00:00
SkThreadAnnotations.h
SkThreadID.h
SkTLogic.h Align SkSpan API with std::span 2021-05-10 17:41:52 +00:00
SkTo.h
SkTOptional.h Add skstd::optional::emplace. 2021-08-26 19:03:29 +00:00
SkTPin.h
SkVx.h Reland "add a scaled uint32x4_t divided by uint32_t to SkVx" 2021-10-12 20:02:01 +00:00
SkWeakRefCnt.h