Lines Matching refs:pixel
74 //that is also the number of pixel per grid
103 float dx;//spacing letter in Qt (0 default) in pixel
2033 //will not be the correct size anymore (will lost 2 pixel because of the borders)
2702 //overlay pixel values if zoomed in far enough
2909 QRgb rgbValue = image2Draw_qt.pixel(mouseCoordinate);
2969 // Calculate top left of the pixel's position in the viewport (screen space)
2972 // Calculate top left of the pixel's position in the image (image space)
2973 QPointF pos_in_image = matrixWorld_inv.map(pos_in_view);// Top left of pixel in view
2980 rgbValue = image2Draw_qt.pixel(point_in_image);