Home
last modified time | relevance | path

Searched refs:EMPTY_RANGE (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/modules/skparagraph/include/
DTextStyle.h353 const SkRange<size_t> EMPTY_TEXT = EMPTY_RANGE;
365 TextRange fRange = EMPTY_RANGE;
373 const SkRange<size_t> EMPTY_BLOCKS = EMPTY_RANGE;
385 TextRange fRange = EMPTY_RANGE;
DDartTypes.h134 const SkRange<size_t> EMPTY_RANGE = SkRange<size_t>(EMPTY_INDEX, EMPTY_INDEX); variable
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp840 CHECK_HR( resources[i].resource->Map(0, &EMPTY_RANGE, &mappedPtr) ); in TestMapping()
1012 CHECK_HR( resourcesUpload[i].resource->Map(0, &EMPTY_RANGE, &mappedPtr) ); in TestTransfer()
1057 resourcesReadback[i].resource->Unmap(0, &EMPTY_RANGE); in TestTransfer()
1089 CHECK_HR( bufUpload.resource->Map(0, &EMPTY_RANGE, &mappedPtr) ); in TestZeroInitialized()
1125 bufReadback.resource->Unmap(0, &EMPTY_RANGE); in TestZeroInitialized()
1250 CHECK_HR( res.resource->Map(0, &EMPTY_RANGE, &mappedPtr) ); in TestMultithreading()
1322 resources[resIndex].resource->Unmap(0, &EMPTY_RANGE); in TestMultithreading()
DD3D12Sample.cpp286 HRESULT hr = pIntermediate->Map(0, &EMPTY_RANGE, reinterpret_cast<void**>(&pData));
707 … CHECK_HR( g_ConstantBufferUploadHeap[i]->Map(0, &EMPTY_RANGE, &g_ConstantBufferAddress[i]) ); in InitD3D()
1021 CHECK_HR( g_CbPerObjectUploadHeaps[i]->Map(0, &EMPTY_RANGE, &g_CbPerObjectAddress[i]) ); in InitD3D()
DCommon.h85 static const D3D12_RANGE EMPTY_RANGE = {0, 0}; variable
/third_party/skia/modules/skparagraph/src/
DRun.h38 const SkRange<size_t> EMPTY_CLUSTERS = EMPTY_RANGE;
305 , fGraphemeRange(EMPTY_RANGE) in Cluster()
320 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster()
DOneLineShaper.cpp310 GlyphRange block = EMPTY_RANGE; in sortOutGlyphs()
350 block = EMPTY_RANGE; in sortOutGlyphs()
DParagraphImpl.h57 StyleBlock() : fRange(EMPTY_RANGE), fStyle() { } in StyleBlock()
DParagraphImpl.cpp492 , fGraphemeRange(EMPTY_RANGE) in Cluster()
930 return EMPTY_RANGE; in findAllBlocks()
/third_party/skia/experimental/sktext/include/
DText.h284 : Position(positionType, EMPTY_INDEX, EMPTY_RANGE, EMPTY_RANGE, SkRect::MakeEmpty()) { } in Position()
DTypes.h166 const Range<size_t> EMPTY_RANGE = Range<size_t>(EMPTY_INDEX, EMPTY_INDEX); variable
/third_party/skia/experimental/sktext/src/
DText.cpp345 DirTextRange clusterText(EMPTY_RANGE, run.leftToRight()); in wrap()
349 if (clusterText == EMPTY_RANGE) { in wrap()
554 TextRange limited = EMPTY_RANGE; in limitBlocks()
873 TextRange textRange = EMPTY_RANGE; in glyphsToText()
DLine.h85 Stretch() : fGlyphStart(), fGlyphEnd(), fWidth(0), fTextRange(EMPTY_RANGE), fTextMetrics() { } in Stretch()
/third_party/skia/experimental/sktext/tests/
DWrappedText.cpp64 …fTestLines.push_back({ index, lineText, hardBreak, bounds, EMPTY_RANGE, Range<RunIndex>(fTestRuns.… in onBeginLine()
DSelectableText.cpp65 …fTestLines.push_back({ index, lineText, hardBreak, bounds, EMPTY_RANGE, Range<RunIndex>(fTestRuns.… in onBeginLine()