HomeSort by relevance Sort by last modified time
    Searched refs:pixel_x (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py 170 def pixel_to_mm(self, (pixel_x, pixel_y)):
172 mm_x = float(pixel_x - self.axis_x.min) / self.axis_x.resolution
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 283 if (c->dispatch_width == 16 && (this->pixel_x.reg == a ||
284 this->pixel_x.reg == b ||
brw_fs_visitor.cpp     [all...]
brw_fs.h 392 fs_reg pixel_x; member in class:fs_visitor
brw_fs.cpp 606 emit(BRW_OPCODE_MOV, wpos, this->pixel_x);
608 emit(BRW_OPCODE_ADD, wpos, this->pixel_x, fs_reg(0.5f));
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
differ_unittest.cc 86 int pixel_x, int pixel_y, uint32_t value) {
87 WritePixel(buffer, (block_x * kBlockSize) + pixel_x,
  /external/skia/src/core/
SkScalerContext.cpp 298 for (int sample_x = -4, pixel_x = 0; sample_x < sample_width + 4; sample_x += 4, ++pixel_x) {
320 dstP[pixel_x] = SkPack888ToRGB16(r, g, b);

Completed in 1406 milliseconds