Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h36 SegmentRequest(uint64_t Alignment, size_t ContentSize, in SegmentRequest() argument
38 : Alignment(Alignment), ContentSize(ContentSize), in SegmentRequest()
43 size_t getContentSize() const { return ContentSize; } in getContentSize()
47 size_t ContentSize = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp514 size_t ContentSize = 0; in writeContent() local
517 ContentSize = Content->binary_size(); in writeContent()
521 return ContentSize; in writeContent()
523 OS.write_zeros(*Size - ContentSize); in writeContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2652 unsigned ContentSize = in emitDebugARanges() local
2662 offsetToAlignment(sizeof(int32_t) + ContentSize, Align(TupleSize)); in emitDebugARanges()
2664 ContentSize += Padding; in emitDebugARanges()
2665 ContentSize += (List.size() + 1) * TupleSize; in emitDebugARanges()
2669 Asm->emitInt32(ContentSize); in emitDebugARanges()
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp5260 *content_size_current = window->ContentSize; in CalcWindowContentSizes()
5932 CalcWindowContentSizes(window, &window->ContentSize, &window->ContentSizeIdeal); in Begin()
5955 window->ContentSize = window->ContentSizeIdeal = ImVec2(0.f, 0.f); in Begin()
6124 …ed_size_from_last_frame = window_just_created ? ImVec2(0, 0) : window->ContentSize + window->Windo… in Begin()
6186 …window->ScrollMax.x = ImMax(0.0f, window->ContentSize.x + window->WindowPadding.x * 2.0f - window-… in Begin()
6187 …window->ScrollMax.y = ImMax(0.0f, window->ContentSize.y + window->WindowPadding.y * 2.0f - window-… in Begin()
6268 …0f ? window->ContentSizeExplicit.x : ImMax(allow_scrollbar_x ? window->ContentSize.x : 0.0f, windo… in Begin()
6269 …0f ? window->ContentSizeExplicit.y : ImMax(allow_scrollbar_y ? window->ContentSize.y : 0.0f, windo… in Begin()
9799 …ImMax(window->SizeFull.x, window->ContentSize.x + window->WindowPadding.x * 2.0f) - window->Scroll… in NavEndFrame()
9821 …ImMax(window->SizeFull.y, window->ContentSize.y + window->WindowPadding.y * 2.0f) - window->Scroll… in NavEndFrame()
[all …]
Dimgui_internal.h1925 …ImVec2 ContentSize; // Size of contents/scrollable client … member
Dimgui_widgets.cpp898 float size_contents = window->ContentSize[axis] + window->WindowPadding[axis] * 2.0f; in Scrollbar()
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt669 ContentSize is changing (issue introduced in 1.78). (#3452).
1358 The exact meaning of ContentSize for decorated windows was previously ill-defined.