Searched refs:childSize (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.cpp | 1410 CFX_SizeF childSize = pChildProcessor->GetCurrentComponentSize(); in ProcessKeepForSplit() local 1412 if (JudgePutNextPage(m_pLayoutItem.Get(), childSize.height, in ProcessKeepForSplit() 1428 *fContentCurRowAvailWidth -= childSize.width; in ProcessKeepForSplit() 1429 *fContentCurRowHeight = std::max(*fContentCurRowHeight, childSize.height); in ProcessKeepForSplit() 2369 CFX_SizeF childSize = pProcessor->GetCurrentComponentSize(); in InsertFlowedItem() local 2375 (childSize.width > *fContentCurRowAvailWidth + kXFALayoutPrecision) && in InsertFlowedItem() 2415 childSize.height += pTrailerLayoutItem->m_sSize.height; in InsertFlowedItem() 2423 *fContentCurRowY + childSize.height <= in InsertFlowedItem() 2430 pProcessor->AddTrailerBeforeSplit(childSize.height, in InsertFlowedItem() 2438 childSize.height -= pTrailerLayoutItem->m_sSize.height; in InsertFlowedItem() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fUniformBlockTests.cpp | 208 const int childSize = 4; in init() local 210 …arType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), childSize); in init()
|
D | es31fSSBOLayoutTests.cpp | 927 const int childSize = 3; in init() local 929 …pe(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize); in init()
|
/external/skqp/tools/bookmaker/ |
D | includeWriter.cpp | 113 size_t childSize = prop->fChildren.size(); in descriptionOut() local 114 if (childSize) { in descriptionOut() 116 SkASSERT(1 == childSize || 2 == childSize); // incomplete in descriptionOut() 117 … SkASSERT(1 == childSize || MarkType::kOutdent == prop->fChildren[1]->fMarkType); in descriptionOut() 118 commentStart = prop->fChildren[childSize - 1]->fContentStart; in descriptionOut() 120 literalOutdent = 2 == childSize && in descriptionOut()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutTests.cpp | 476 const int childSize = 2; in init() local 478 …hildType (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), childSize); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 475 const int childSize = 4; in init() local 477 …hildType (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), childSize); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 1303 const int childSize = 3; in init() local 1305 …:dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize); in init()
|