Home
last modified time | relevance | path

Searched defs:pixel_x (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dtouch_device.py170 def pixel_to_mm(self, (pixel_x, pixel_y)):
/external/mesa3d/src/intel/compiler/
Dbrw_fs.h356 fs_reg pixel_x; variable
/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_unittest.cc86 int pixel_x, int pixel_y, uint32_t value) { in WriteBlockPixel()
/external/skia/src/core/
DSkScalerContext.cpp341 … for (int sample_x = -4, pixel_x = 0; sample_x < sample_width + 4; sample_x += 4, ++pixel_x) { in pack4xHToLCD16() local
/external/skqp/src/core/
DSkScalerContext.cpp309 … for (int sample_x = -4, pixel_x = 0; sample_x < sample_width + 4; sample_x += 4, ++pixel_x) { in pack4xHToLCD16() local