Searched refs:old_pos (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlog.c139 size_t old_pos = stream->pos; local in function:mesa_log_stream_printf
146 mesa_log_stream_flush(stream, old_pos);
/xsrc/external/mit/freetype/dist/src/gzip/
H A Dftgzip.c597 FT_ULong old_pos; local in function:ft_gzip_get_uncompressed_size
601 old_pos = stream->pos;
608 (void)FT_Stream_Seek( stream, old_pos );
/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c833 XawTextPosition old_pos; local in function:MovePage
851 old_pos = ctx->text.insertPos;
858 if (ctx->text.insertPos < old_pos)
859 ctx->text.insertPos = SrcScan(ctx->text.source, old_pos,
870 if (ctx->text.insertPos > old_pos)
871 ctx->text.insertPos = SrcScan(ctx->text.source, old_pos,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp6059 const ImVec2 old_pos = window->Pos; local in function:ImGui::SetWindowPos
6061 window->DC.CursorPos += (window->Pos - old_pos); // As we happen to move the window while it is being appended to (which is a bad idea - will smear) let's at least offset the cursor
6062 window->DC.CursorMaxPos += (window->Pos - old_pos); // And more importantly we need to adjust this so size calculation doesn't get affected.
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp6059 const ImVec2 old_pos = window->Pos; local in function:ImGui::SetWindowPos
6061 window->DC.CursorPos += (window->Pos - old_pos); // As we happen to move the window while it is being appended to (which is a bad idea - will smear) let's at least offset the cursor
6062 window->DC.CursorMaxPos += (window->Pos - old_pos); // And more importantly we need to adjust this so size calculation doesn't get affected.

Completed in 40 milliseconds