/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_wide_line.c | 75 float *pos3 = v3->data[pos]; local 97 pos3[1] = pos3[1] + half_width - bias; 104 pos3[0] -= 0.5f; 111 pos3[0] += 0.5f; 120 pos3[0] = pos3[0] + half_width + bias; 127 pos3[1] -= 0.5f; 134 pos3[1] += 0.5f;
|
draw_pipe_wide_point.c | 140 float *pos3 = v3->data[pos]; local 165 pos3[0] += right_adj; 166 pos3[1] += bot_adj;
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_wide_line.c | 75 float *pos3 = v3->data[pos]; local 97 pos3[1] = pos3[1] + half_width - bias; 104 pos3[0] -= 0.5f; 111 pos3[0] += 0.5f; 120 pos3[0] = pos3[0] + half_width + bias; 127 pos3[1] -= 0.5f; 134 pos3[1] += 0.5f;
|
draw_pipe_wide_point.c | 140 float *pos3 = v3->data[pos]; local 165 pos3[0] += right_adj; 166 pos3[1] += bot_adj;
|
/bionic/tests/ |
stdio_test.cpp | 597 fpos_t pos3; local 604 EXPECT_EQ(0, fgetpos(fp, &pos3)); 617 ASSERT_EQ(3, static_cast<off_t>(pos3)); 629 ASSERT_EQ(0, fsetpos(fp, &pos3));
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathMeasureTest.java | 66 float[] pos3 = { 1f, 2f, 3f, 4f }; local 68 assertTrue(mPathMeasure.getPosTan(0f, pos3, tan3));
|
/external/chromium_org/third_party/libwebp/enc/ |
syntax.c | 269 uint64_t pos1, pos2, pos3; local 290 pos3 = VP8BitWriterPos(bw); 294 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
|
frame.c | 303 uint64_t pos1, pos2, pos3; local 343 pos3 = VP8BitWriterPos(bw); 345 it->uv_bits_ = pos3 - pos2;
|
/external/chromium_org/sync/engine/ |
syncer_unittest.cc | 902 UniquePosition pos3; local [all...] |