| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_wide_line.c | 63 float *pos2 = v2->data[pos]; local 66 const float dx = fabsf(pos0[0] - pos2[0]); 67 const float dy = fabsf(pos0[1] - pos2[1]); 85 pos2[1] = pos2[1] - half_width - bias; 88 if (pos0[0] < pos2[0]) { 92 pos2[0] -= 0.5f; 99 pos2[0] += 0.5f; 108 pos2[0] = pos2[0] - half_width + bias [all...] |
| draw_pipe_wide_point.c | 143 float *pos2 = v2->data[pos]; local 166 pos2[0] += right_adj; 167 pos2[1] += top_adj;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_wide_line.c | 63 float *pos2 = v2->data[pos]; local 66 const float dx = fabsf(pos0[0] - pos2[0]); 67 const float dy = fabsf(pos0[1] - pos2[1]); 85 pos2[1] = pos2[1] - half_width - bias; 88 if (pos0[0] < pos2[0]) { 92 pos2[0] -= 0.5f; 99 pos2[0] += 0.5f; 108 pos2[0] = pos2[0] - half_width + bias [all...] |
| draw_pipe_wide_point.c | 143 float *pos2 = v2->data[pos]; local 166 pos2[0] += right_adj; 167 pos2[1] += top_adj;
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| ttpload.c | 200 FT_ULong pos1, pos2; local 205 pos1 = pos2 = 0; 215 pos2 = pos1; 218 pos2 = FT_NEXT_ULONG( p ); 226 pos2 = pos1; 229 pos2 = FT_NEXT_USHORT( p ); 232 pos2 <<= 1; 248 if ( pos2 > face->glyf_len ) 257 pos2 - pos1, gindex, face->glyf_len - pos1 )); 258 pos2 = face->glyf_len [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_surface.c | 918 static const float pos2[2][2] = { local 960 positions = pos2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_surface.c | 930 static const float pos2[2][2] = { local 972 positions = pos2;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.c | 1651 static const uint8_t pos2[2][2] = {{0xc, 0xc}, {0x4, 0x4}}; local 1668 ptr = pos2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.c | 1224 static const uint8_t pos2[2][2] = { local 1243 ptr = pos2;
|
| /xsrc/external/mit/xmh/dist/ |
| toc.c | 696 XawTextPosition pos1, pos2; local 700 XawTextGetSelectionPos( toc->scrn[0]->tocwidget, &pos1, &pos2); /* %%% */ 701 if (pos1 < pos2) { 703 pos2 = SrcScan(toc->source, pos2, XawstPositions, XawsdLeft, 1, TRUE); 704 pos2 = SrcScan(toc->source, pos2, XawstEOL, XawsdRight, 1, FALSE); 705 while (pos1 < pos2) {
|
| /xsrc/external/mit/libXaw/dist/src/ |
| AsciiSink.c | 577 XawTextPosition pos2 = XawTextSourceRead(ctx->text.source, tmp, &block, (int)length); local 578 length = pos - pos2; 579 tmp = pos2; 1038 XawTextPosition pos1, XawTextPosition pos2, Bool highlight) 1066 for (j = 0; pos1 < pos2;) { 1067 pos1 = XawTextSourceRead(source, pos1, &blk, (int)(pos2 - pos1));
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| aflatin.c | 2006 FT_Pos pos2 = seg2->pos; local 2009 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 ) 2042 FT_Pos dist = pos2 - pos1;
|
| aflatin2.c | 1025 FT_Pos pos2 = seg2->pos; local 1026 FT_Pos dist = pos2 - pos1;
|