| /xsrc/external/mit/freetype/dist/src/truetype/ |
| ttpload.c | 200 FT_ULong pos1, pos2; local 205 pos1 = pos2 = 0; 214 pos1 = FT_NEXT_ULONG( p ); 215 pos2 = pos1; 225 pos1 = FT_NEXT_USHORT( p ); 226 pos2 = pos1; 231 pos1 <<= 1; 237 if ( pos1 > face->glyf_len ) 243 pos1, gindex, face->glyf_len )); 257 pos2 - pos1, gindex, face->glyf_len - pos1 )) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_wide_line.c | 62 float *pos1 = v1->data[pos]; local 84 pos1[1] = pos1[1] + half_width - bias; 91 pos1[0] -= 0.5f; 98 pos1[0] += 0.5f; 107 pos1[0] = pos1[0] + half_width + bias; 114 pos1[1] -= 0.5f; 121 pos1[1] += 0.5f;
|
| draw_pipe_stipple.c | 128 const float *pos1 = v1->data[pos]; local 133 float x1 = pos1[0]; 135 float y1 = pos1[1];
|
| draw_pipe_wide_point.c | 142 float *pos1 = v1->data[pos]; local 163 pos1[0] += left_adj; 164 pos1[1] += bot_adj;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_wide_line.c | 62 float *pos1 = v1->data[pos]; local 84 pos1[1] = pos1[1] + half_width - bias; 91 pos1[0] -= 0.5f; 98 pos1[0] += 0.5f; 107 pos1[0] = pos1[0] + half_width + bias; 114 pos1[1] -= 0.5f; 121 pos1[1] += 0.5f;
|
| draw_pipe_stipple.c | 128 const float *pos1 = v1->data[pos]; local 133 float x1 = pos1[0]; 135 float y1 = pos1[1];
|
| draw_pipe_wide_point.c | 142 float *pos1 = v1->data[pos]; local 163 pos1[0] += left_adj; 164 pos1[1] += bot_adj;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| TextSink.h | 101 * pos1 - location of starting and ending points in the text buffer 122 XawTextPosition pos1,
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| list.h | 263 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ 264 for (type *pos1 = LIST_ENTRY(type, (head1)->next, member), \ 266 &pos1->member != (head1) && &pos2->member != (head2); \ 267 pos1 = LIST_ENTRY(type, pos1->member.next, member), \
|
| /xsrc/external/mit/xmh/dist/ |
| toc.c | 696 XawTextPosition pos1, pos2; local 700 XawTextGetSelectionPos( toc->scrn[0]->tocwidget, &pos1, &pos2); /* %%% */ 701 if (pos1 < pos2) { 702 pos1 = SrcScan(toc->source, pos1, XawstEOL, XawsdLeft, 1, FALSE); 705 while (pos1 < pos2) { 706 AppendMsgList(result, MsgFromPosition(toc, pos1, XawsdRight)); 707 pos1 = SrcScan(toc->source, pos1, XawstEOL, XawsdRight, 1, TRUE);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| MultiSink.c | 336 XawTextPosition pos1, XawTextPosition pos2, Bool highlight) 365 for (j = 0; pos1 < pos2;) { 366 pos1 = XawTextSourceRead(source, pos1, &blk, (int) (pos2 - pos1));
|
| TextSink.c | 368 * pos1 - location of starting and ending points in the text buffer 378 XawTextPosition pos1 _X_UNUSED, XawTextPosition pos2 _X_UNUSED, Bool highlight _X_UNUSED) 614 * pos1 - location of starting and ending points in the text buffer 626 XawTextPosition pos1, XawTextPosition pos2, 634 _XawTextSinkDisplayText(w, x, y, pos1, pos2, highlight); 639 XawTextPosition pos1, XawTextPosition pos2, 644 (*cclass->text_sink_class.DisplayText)(w, x, y, pos1, pos2, highlight);
|
| AsciiSink.c | 1038 XawTextPosition pos1, XawTextPosition pos2, Bool highlight) 1066 for (j = 0; pos1 < pos2;) { 1067 pos1 = XawTextSourceRead(source, pos1, &blk, (int)(pos2 - pos1));
|
| TextAction.c | 2581 XawTextPosition pos1; local 2587 pos1 = SrcScan(ctx->text.source, ctx->text.insertPos, 2590 line_to_ip = _XawTextGetText(ctx, pos1, ctx->text.insertPos);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_surface.c | 915 static const float pos1[1][2] = { local 972 positions = pos1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_surface.c | 927 static const float pos1[1][2] = { local 984 positions = pos1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.c | 1223 static const uint8_t pos1[1][2] = { { 0x8, 0x8 } }; local 1240 ptr = pos1;
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| aflatin.c | 2005 FT_Pos pos1 = seg1->pos; local 2009 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 ) 2042 FT_Pos dist = pos2 - pos1;
|
| aflatin2.c | 1024 FT_Pos pos1 = seg1->pos; local 1026 FT_Pos dist = pos2 - pos1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.c | 1650 static const uint8_t pos1[1][2] = {{0x8, 0x8}}; local 1665 ptr = pos1;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_instruction_selection.cpp | 7848 emit_interp_center(isel_context* ctx, Temp dst, Temp bary, Temp pos1, Temp pos2) 7880 /* res_k = p_k + ddx_k * pos1 + ddy_k * pos2 */ 7883 Temp tmp1 = bld.vop3(mad, bld.def(v1), ddx_1, pos1, p1); 7884 Temp tmp2 = bld.vop3(mad, bld.def(v1), ddx_2, pos1, p2); 8031 Temp pos1 = bld.tmp(RegClass(sample_pos.type(), 1)); 8033 bld.pseudo(aco_opcode::p_split_vector, Definition(pos1), Definition(pos2), sample_pos); 8034 pos1 = bld.vop2_e64(aco_opcode::v_sub_f32, bld.def(v1), pos1, Operand::c32(0x3f000000u)); 8038 emit_interp_center(ctx, get_ssa_temp(ctx, &instr->dest.ssa), bary, pos1, pos2); 8044 Temp pos1 = bld.tmp(rc), pos2 = bld.tmp(rc) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui_widgets.cpp | 5335 ImVec2 pos1 = ImLerp(inner_bb.Min, inner_bb.Max, (plot_type == ImGuiPlotType_Lines) ? tp1 : ImVec2(tp1.x, histogram_zero_line_t)); 5338 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); 5342 if (pos1.x >= pos0.x + 2.0f) 5343 pos1.x -= 1.0f; 5344 window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);
|
| imgui.h | 1847 IMGUI_API void AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments = 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_widgets.cpp | 5335 ImVec2 pos1 = ImLerp(inner_bb.Min, inner_bb.Max, (plot_type == ImGuiPlotType_Lines) ? tp1 : ImVec2(tp1.x, histogram_zero_line_t)); 5338 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); 5342 if (pos1.x >= pos0.x + 2.0f) 5343 pos1.x -= 1.0f; 5344 window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);
|
| imgui.h | 1847 IMGUI_API void AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments = 0);
|