Home
last modified time | relevance | path

Searched refs:childSize (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp727 CFX_SizeF childSize = pProcessor->GetCurrentComponentSize(); in InsertFlowedItem() local
732 if (bTakeSpace && (childSize.width > in InsertFlowedItem()
771 childSize.height += pTrailerLayoutItem->m_sSize.height; in InsertFlowedItem()
779 *fContentCurRowY + childSize.height <= in InsertFlowedItem()
787 AddTrailerBeforeSplit(pProcessor, childSize.height, in InsertFlowedItem()
795 childSize.height -= pTrailerLayoutItem->m_sSize.height; in InsertFlowedItem()
813 *fContentCurRowAvailWidth -= childSize.width; in InsertFlowedItem()
815 std::max(*fContentCurRowHeight, childSize.height); in InsertFlowedItem()
823 AddTrailerBeforeSplit(pProcessor, childSize.height, in InsertFlowedItem()
832 childSize.height -= pTrailerLayoutItem->m_sSize.height; in InsertFlowedItem()
[all …]
/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp208 const int childSize = 4; in init() local
210 …arType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), childSize); in init()
Des31fSSBOLayoutTests.cpp923 const int childSize = 3; in init() local
925 …pe(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize); in init()
/external/skqp/tools/bookmaker/
DincludeWriter.cpp113 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/skia/tools/bookmaker/
DincludeWriter.cpp113 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/ubo/
DvktUniformBlockTests.cpp493 const int childSize = 4; in init() local
495 …hildType (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), childSize); in init()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp1269 const int childSize = 3; in init() local
1271 …:dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize); in init()