Home
last modified time | relevance | path

Searched defs:prev_cmd (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dccaption_dec.c257 uint8_t prev_cmd[2]; member
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp498 ImDrawCmd* prev_cmd = curr_cmd - 1; in _TryMergeDrawCmds() local
520 ImDrawCmd* prev_cmd = curr_cmd - 1; in _OnChangedClipRect() local
542 ImDrawCmd* prev_cmd = curr_cmd - 1; in _OnChangedTextureID() local
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp450 ImDrawCmd* prev_cmd = CmdBuffer.Size > 1 ? curr_cmd - 1 : NULL; in UpdateClipRect() local
469 ImDrawCmd* prev_cmd = CmdBuffer.Size > 1 ? curr_cmd - 1 : NULL; in UpdateTextureID() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp448 ImDrawCmd* prev_cmd = CmdBuffer.Size > 1 ? curr_cmd - 1 : NULL; in UpdateClipRect() local
467 ImDrawCmd* prev_cmd = CmdBuffer.Size > 1 ? curr_cmd - 1 : NULL; in UpdateTextureID() local