Searched refs:childSize (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_itemlayoutprocessor.cpp | 727 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/ |
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 | 923 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/ |
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/skia/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/ubo/ |
D | vktUniformBlockTests.cpp | 493 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/ |
D | vktSSBOLayoutTests.cpp | 1269 const int childSize = 3; in init() local 1271 …:dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize); in init()
|