Searched refs:cp1 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/bsd/libuuid_ul/dist/
H A Dcopy.c39 unsigned char *cp1; local in function:uuid_copy
43 for (i=0, cp1 = dst, cp2 = src; i < 16; i++)
44 *cp1++ = *cp2++;
/xsrc/external/mit/freetype/dist/src/tools/ftrandom/
H A Dftrandom.c140 FT_CubicTo( const FT_Vector *cp1, argument
145 FT_UNUSED( cp1 );
/xsrc/external/mit/x11perf/dist/
H A Dx11perf.c951 char *cp1; local in function:main
956 cp1 = argv[i];
957 if (*cp1 == '-')
958 cp1++;
959 for (cp2 = cp1; *cp2 != '\0' && *cp2 != ','; cp2++) {};
968 if (strcmp (cp1, (test[j].option) + 1) == 0 &&
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1847 IMGUI_API void AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments = 0);
H A Dimgui_draw.cpp1166 void ImDrawList::AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) argument
1172 PathBezierCurveTo(cp0, cp1, pos1, num_segments);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1847 IMGUI_API void AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments = 0);
H A Dimgui_draw.cpp1166 void ImDrawList::AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) argument
1172 PathBezierCurveTo(cp0, cp1, pos1, num_segments);

Completed in 32 milliseconds