Home
last modified time | relevance | path

Searched refs:Spans (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
Draster.txt18 2. Profiles and Spans
24 f. Sweeping and Sorting the Spans
164 2. Profiles and Spans
565 f. Sweeping and Sorting the Spans
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1662 DenseMap<DwarfCompileUnit *, std::vector<ArangeSpan>> Spans; in emitDebugARanges() local
1678 Spans[Cur.CU].push_back(Span); in emitDebugARanges()
1709 Spans[Prev.CU].push_back(Span); in emitDebugARanges()
1723 for (const auto &it : Spans) { in emitDebugARanges()
1735 std::vector<ArangeSpan> &List = Spans[CU]; in emitDebugARanges()