HomeSort by: relevance | last modified time | path
    Searched refs:old_pos (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
log.c 139 size_t old_pos = stream->pos; local
146 mesa_log_stream_flush(stream, old_pos);
  /xsrc/external/mit/freetype/dist/src/gzip/
ftgzip.c 597 FT_ULong old_pos; local
601 old_pos = stream->pos;
608 (void)FT_Stream_Seek( stream, old_pos );
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 833 XawTextPosition old_pos; local
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/dist/src/imgui/
imgui.cpp 6059 const ImVec2 old_pos = window->Pos; local
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.old/dist/src/imgui/
imgui.cpp 6059 const ImVec2 old_pos = window->Pos; local
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 26 milliseconds