Searched refs:pixel (Results 151 - 175 of 246) sorted by relevance

12345678910

/external/pixman/pixman/
H A Dpixman.c782 uint32_t * pixel,
830 printf ("pixel: %x\n", c);
833 *pixel = c;
909 uint32_t pixel; local
911 if (color_to_pixel (color, &pixel, dest->bits.format))
934 pixel);
781 color_to_pixel(const pixman_color_t *color, uint32_t * pixel, pixman_format_code_t format) argument
/external/chromium_org/ui/gfx/
H A Dcanvas.cc583 bool pixel) {
608 image_rep.scale() == 1.0f && !pixel) {
631 pixel ? 1.0f : image_rep.scale());
571 DrawImageIntHelper(const ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter, const SkPaint& paint, float image_scale, bool pixel) argument
H A Dcanvas.h160 // Draws text with a 1-pixel halo around it of the given color.
230 // Draws a single pixel rect in the specified region with the specified
233 // NOTE: if you need a single pixel line, use DrawLine.
236 // Draws a single pixel rect in the specified region with the specified
239 // NOTE: if you need a single pixel line, use DrawLine.
248 // Draws a single pixel line with the specified color.
323 // image is displayed at the correct pixel coordinates.
378 // with of one logical pixel which might be more device pixels.
435 // Helper for the DrawImageInt functions declared above. The |pixel|
450 bool pixel);
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp88 const tcu::RGBA pixel = image.getPixel(x, y); local
91 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow)
92 if (de::abs(pixel.getGreen() - 255) > colorThreshold)
95 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow)
96 if (de::abs(pixel.getBlue() - 0) > colorThreshold)
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c136 SDL_iconcolors[c.pixel]++;
137 got[c.pixel] = want[i];
147 cols[i].pixel = i;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DresponsiveDesignView.css114 @media (-webkit-min-device-pixel-ratio: 1.5) {
296 @media (-webkit-min-device-pixel-ratio: 1.5) {
308 @media (-webkit-min-device-pixel-ratio: 1.5) {
H A DinspectorStyle.css370 @media (-webkit-min-device-pixel-ratio: 1.5) {
483 @media (-webkit-min-device-pixel-ratio: 1.5) {
550 @media (-webkit-min-device-pixel-ratio: 1.5) {
595 @media (-webkit-min-device-pixel-ratio: 1.5) {
701 @media (-webkit-min-device-pixel-ratio: 1.5) {
888 @media (-webkit-min-device-pixel-ratio: 1.5) {
974 @media (-webkit-min-device-pixel-ratio: 1.5) {
1045 @media (-webkit-min-device-pixel-ratio: 1.5) {
1399 @media (-webkit-min-device-pixel-ratio: 1.5) {
1501 @media (-webkit-min-device-pixel
[all...]
H A DtimelinePanel.css155 @media (-webkit-min-device-pixel-ratio: 1.5) {
180 @media (-webkit-min-device-pixel-ratio: 1.5) {
233 @media (-webkit-min-device-pixel-ratio: 1.5) {
H A Doverrides.css284 @media (-webkit-min-device-pixel-ratio: 1.5) {
H A DsidebarPane.css109 @media (-webkit-min-device-pixel-ratio: 1.5) {
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcbasic.c314 query.attrs.scaler.pixel = 1;
499 query.attrs.scaler.pixel = 1;
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_ycbcr_texture.spec36 during pixel transfer. The texture's YCbCr colors are converted to
41 A YCbCr pixel (texel) is a 16-bit unsigned short with two components.
79 add the following to Table 3.8 (Packed pixel formats):
107 add the following to Table 3.12 (Packed pixel field assignments):
126 All pixel transfer operations are bypassed. The texture is stored as
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer_unittest.cc83 // Write the pixel |value| into the specified block in the |buffer|.
91 // Write the test pixel |value| into the |buffer| at the specified |x|,|y|
95 // If bytes_per_pixel = 4, then ddccbbaa will be written as the pixel value.
100 uint8_t* pixel = reinterpret_cast<uint8_t*>(&value); local
103 *buffer++ = pixel[b];
153 // |x|, |y|, |width| and |height| are specified in block (not pixel) units.
231 // Update a pixel in each block.
319 // Update the first pixel in each block.
/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp250 const tcu::Vec4 pixel(screen.getAccess().getPixel(x, y));
251 const tcu::Vec4 diff(abs(pixel - color));
/external/freetype/src/cache/
H A Dftcbasic.c314 query.attrs.scaler.pixel = 1;
499 query.attrs.scaler.pixel = 1;
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec36 during pixel transfer. The texture's YCbCr colors are converted to
41 A YCbCr pixel (texel) is a 16-bit unsigned short with two components.
79 add the following to Table 3.8 (Packed pixel formats):
107 add the following to Table 3.12 (Packed pixel field assignments):
126 All pixel transfer operations are bypassed. The texture is stored as
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h69 /** Everything in the pixel format structure is read-only */
94 * which, if not NULL, contains the raw pixel data for the surface.
138 #define SDL_ANYFORMAT 0x10000000 /**< Allow any video depth/pixel-format */
193 * For an explanation of these pixel formats, see:
268 * pixel format, but does not initialize a window or graphics mode.
297 * member of the returned structure will contain the pixel format of the
305 * or returns the bits-per-pixel of the closest available mode with the
306 * given width and height. If this bits-per-pixel is different from the
308 * but will emulate the requested bits-per-pixel with a shadow surface.
327 * Set up a video mode with the specified width, height and bits-per-pixel
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c1113 /* Convertion between pixel formats. The code above effectively eliminates the
1972 * opaque input pixel values. Notice that alpha should be exact in each case.
2142 /* Basic pixel information: */
2243 /* The caller handles the colormap->pixel value conversion, so the
2244 * transform function just gets a pixel value, however because libpng
2394 * this compounds the 8-bit errors according to the alpha value of the pixel.
2406 error_via_linear[0] = 255; /* transparent pixel */
2433 print_pixel(char string[64], const Pixel *pixel, png_uint_32 format) argument
2438 sprintf(string, "%s(%d)", format_names[format], pixel->g);
2442 sprintf(string, "%s(%d,%d)", format_names[format], pixel
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dstyle.css41 @media all and (-webkit-max-device-pixel-ratio: 1.5) {
48 @media all and (-webkit-min-device-pixel-ratio: 1.5) {
242 /* with different font sizes whose actual pixel heights */
/external/chromium_org/third_party/lcov/bin/
H A Dgenpng23 # representing each source code character by a single pixel.
148 -w, --width WIDTH Set width of output image to WIDTH pixel
227 # The output image will be made up of one pixel per character of source,
337 # Write one pixel for each source character
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimdcfg.inc.h66 ; Representation of a single sample (pixel element value).
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dreadpix.c284 GLuint pixel = map4[i]; local
285 dst4[i] = (pixel & 0xff00ff00)
286 | ((pixel & 0x00ff0000) >> 16)
287 | ((pixel & 0x000000ff) << 16);
/external/mesa3d/src/mesa/main/
H A Dreadpix.c284 GLuint pixel = map4[i]; local
285 dst4[i] = (pixel & 0xff00ff00)
286 | ((pixel & 0x00ff0000) >> 16)
287 | ((pixel & 0x000000ff) << 16);
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_pixfmt_gray.h93 AGG_INLINE color_type pixel(int x, int y) const function in class:agg::pixel_formats_gray
/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc23 // Computes the average pixel value for the given range, inclusive.
46 // Computes the average pixel (/color) value for the given colors.
119 const SkColor pixel = SkColorSetARGB(component, component, local
121 *bmp->getAddr32(x, y) = pixel;
128 // and those lines repeat every "grid_pitch" pixels. The top left pixel (0, 0)
239 // "use the pixel-specific value" and larger values can be used to allow
311 << ", pixel tested: " << tested_pixel.name
399 // Note that those expressions take into account the "half-pixel"
515 // we'd need to compute distances for each sub-pixel, and potentially
523 // a distance limit for each tested pixel fo
[all...]

Completed in 9542 milliseconds

12345678910