Home
last modified time | relevance | path

Searched defs:Cluster (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/pdf/
DSkClusterator.h22 struct Cluster { struct
28 bool operator==(const SkClusterator::Cluster& o) { argument
/third_party/node/doc/api/
Dcluster.md1 # Cluster chapter
/third_party/skia/modules/skparagraph/src/
DRun.h29 class Cluster; variable
395 Cluster() in Cluster() function
414 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() function
DParagraphImpl.cpp785 Cluster::Cluster(ParagraphImpl* owner, in GetLineFontMetrics() function in skia::textlayout::Cluster
/third_party/ffmpeg/libavfilter/
Dvf_minterpolate.c134 typedef struct Cluster { struct
137 } Cluster; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
DMachineScheduler.h799 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp226 bool Cluster = false; in ClusterNeighboringLoads() local