Home
last modified time | relevance | path

Searched defs:Extent (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dstl_emulation.h477 flatbuffers::span<ElementType, Extent> make_span(ElementType(&arr)[Extent]) FLATBUFFERS_NOEXCEPT { in make_span()
483 flatbuffers::span<const ElementType, Extent> make_span(const ElementType(&arr)[Extent]) FLATBUFFERS… in make_span()
/third_party/mesa3d/src/intel/vulkan/grl/include/
DAABB3f.h150 float3 Extent = (conservativeExtent(upper) - lower) * 0.5f; in transform_aabb() local
/third_party/skia/m133/third_party/externals/dng_sdk/source/
Ddng_resample.cpp31 real64 dng_resample_bicubic::Extent () const in Extent() function in dng_resample_bicubic
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_resample.cpp31 real64 dng_resample_bicubic::Extent () const in Extent() function in dng_resample_bicubic
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp471 auto Extent = getLineExtent(ChildId); in encodeInlineLineTable() local