Searched refs:tp0 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxprop.c257 XTextProperty tp0; local in function:dmxPropertySameDisplay
266 tp0.nitems = 0;
273 if (!XGetTextProperty(dpy0, RootWindow(dpy0,0), &tp0, atom0)
274 || !tp0.nitems) {
293 if (!strcmp((char *)tp0.value, (char *)tp1.value)) retval = 1;
296 if (tp0.nitems) XFree(tp0.value);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5319 ImVec2 tp0 = ImVec2( t0, 1.0f - ImSaturate((v0 - scale_min) * inv_scale) ); // Point in the normalized space of our target rectangle local in function:ImGui::PlotEx
5334 ImVec2 pos0 = ImLerp(inner_bb.Min, inner_bb.Max, tp0);
5348 tp0 = tp1;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5319 ImVec2 tp0 = ImVec2( t0, 1.0f - ImSaturate((v0 - scale_min) * inv_scale) ); // Point in the normalized space of our target rectangle local in function:ImGui::PlotEx
5334 ImVec2 pos0 = ImLerp(inner_bb.Min, inner_bb.Max, tp0);
5348 tp0 = tp1;

Completed in 28 milliseconds