Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFTag.cpp172 size_t childCount = node.fChildVector.size(); in Copy() local
256 size_t childCount = node->fChildCount; in PrepareTagTreeToEmit() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateAST.cpp163 size_t childCount = node->getChildCount(); in visitNode() local
579 size_t childCount = node->getChildCount(); in expectNonNullChildren() local
DOutputSPIRV.cpp2276 const size_t childCount = node->getChildCount(); in visitOperator() local
4148 size_t childCount = node->getChildCount(); in createInterpolate() local
4440 const size_t childCount = node->getChildCount(); in extendScalarParamsToVector() local
4645 const size_t childCount = node->getChildCount(); in makeBuiltInOutputStructType() local
4702 const size_t childCount = node->getChildCount(); in storeBuiltInStructOutputInParamsAndReturnValue() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermTraverse.cpp38 size_t childCount = node->getChildCount(); in traverse() local
/third_party/skia/src/core/
DSkRuntimeEffect.cpp163 size_t childCount = buffer.read32(); in read_child_effects() local
1235 size_t childCount, in makeShader()