HomeSort by relevance Sort by last modified time
    Searched defs:zoomed (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/
host_zoom_map_impl_unittest.cc 28 double zoomed = 2.5; local
29 host_zoom_map.SetZoomLevelForHost("zoomed.com", zoomed);
33 EXPECT_DOUBLE_EQ(zoomed,
34 host_zoom_map.GetZoomLevelForHostAndScheme("http", "zoomed.com"));
40 double zoomed = 2.5; local
52 host_zoom_map.SetZoomLevelForHost("login", zoomed);
56 EXPECT_DOUBLE_EQ(zoomed,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.c 44 * \param x0, x1 returned X bounds of zoomed region [x0, x1)
45 * \param y0, y1 returned Y bounds of zoomed region [y0, y1)
46 * \return GL_TRUE if any zoomed pixels visible, GL_FALSE if totally clipped
103 * Convert a zoomed x image coordinate back to an unzoomed x coord.
104 * 'zx' is screen position of a pixel in the zoomed image, who's left edge
135 SWspan zoomed; local
159 INIT_SPAN(zoomed, GL_BITMAP);
160 zoomed.x = x0;
161 zoomed.end = zoomedWidth;
162 zoomed.array = swrast->ZoomedArrays
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_zoom.c 44 * \param x0, x1 returned X bounds of zoomed region [x0, x1)
45 * \param y0, y1 returned Y bounds of zoomed region [y0, y1)
46 * \return GL_TRUE if any zoomed pixels visible, GL_FALSE if totally clipped
103 * Convert a zoomed x image coordinate back to an unzoomed x coord.
104 * 'zx' is screen position of a pixel in the zoomed image, who's left edge
135 SWspan zoomed; local
159 INIT_SPAN(zoomed, GL_BITMAP);
160 zoomed.x = x0;
161 zoomed.end = zoomedWidth;
162 zoomed.array = swrast->ZoomedArrays
    [all...]

Completed in 47 milliseconds