Searched refs:image (Results 76 - 100 of 1808) sorted by relevance

1234567891011>>

/external/pixman/pixman/
H A Dpixman-edge.c91 uint8_t __o = READ (image, __ap); \
93 WRITE (image, __ap, PUT_4 (__o, __ao, __a | (0 - ((__a) >> 4)))); \
139 WRITE (image, (buf__), clip255 (READ (image, (buf__)) + (val__))); \
156 rasterize_edges_8 (pixman_image_t *image, argument
166 uint32_t *buf = (image)->bits.bits;
167 int stride = (image)->bits.rowstride;
168 int width = (image)->bits.width;
210 WRITE (image, ap + lxi,
211 clip255 (READ (image, a
342 PIXMAN_RASTERIZE_EDGES(pixman_image_t *image, pixman_edge_t * l, pixman_edge_t * r, pixman_fixed_t t, pixman_fixed_t b) argument
370 pixman_rasterize_edges(pixman_image_t *image, pixman_edge_t * l, pixman_edge_t * r, pixman_fixed_t t, pixman_fixed_t b) argument
[all...]
H A Dpixman-linear-gradient.c35 linear_gradient_is_horizontal (pixman_image_t *image, argument
41 linear_gradient_t *linear = (linear_gradient_t *)image;
47 if (image->common.transform)
50 if (image->common.transform->matrix[2][0] != 0 ||
51 image->common.transform->matrix[2][1] != 0 ||
52 image->common.transform->matrix[2][2] == 0)
57 v.vector[0] = image->common.transform->matrix[0][1];
58 v.vector[1] = image->common.transform->matrix[1][1];
59 v.vector[2] = image->common.transform->matrix[2][2];
78 * when moving vertically through the whole image
95 pixman_image_t *image = iter->image; local
237 _pixman_linear_gradient_iter_init(pixman_image_t *image, pixman_iter_t *iter) argument
264 pixman_image_t *image; local
[all...]
H A Dpixman-bits-image.c56 fetch_pixel_no_alpha (bits_image_t *image, argument
60 (x < 0 || x >= image->width || y < 0 || y >= image->height))
65 return image->fetch_pixel_32 (image, x, y);
68 typedef uint32_t (* get_pixel_t) (bits_image_t *image,
72 bits_image_fetch_pixel_nearest (bits_image_t *image, argument
80 if (image->common.repeat != PIXMAN_REPEAT_NONE)
82 repeat (image->common.repeat, &x0, image
94 bits_image_fetch_pixel_bilinear(bits_image_t *image, pixman_fixed_t x, pixman_fixed_t y, get_pixel_t get_pixel) argument
356 bits_image_fetch_pixel_convolution(bits_image_t *image, pixman_fixed_t x, pixman_fixed_t y, get_pixel_t get_pixel) argument
430 bits_image_fetch_pixel_separable_convolution(bits_image_t *image, pixman_fixed_t x, pixman_fixed_t y, get_pixel_t get_pixel) argument
528 bits_image_fetch_pixel_filtered(bits_image_t *image, pixman_fixed_t x, pixman_fixed_t y, get_pixel_t get_pixel) argument
565 pixman_image_t *image = iter->image; local
615 fetch_pixel_general(bits_image_t *image, int x, int y, pixman_bool_t check_bounds) argument
658 pixman_image_t *image = iter->image; local
726 bits_image_fetch_separable_convolution_affine(pixman_image_t * image, int offset, int line, int width, uint32_t * buffer, const uint32_t * mask, convert_pixel_t convert_pixel, pixman_format_code_t format, pixman_repeat_t repeat_mode) argument
872 bits_image_fetch_bilinear_affine(pixman_image_t * image, int offset, int line, int width, uint32_t * buffer, const uint32_t * mask, convert_pixel_t convert_pixel, pixman_format_code_t format, pixman_repeat_t repeat_mode) argument
1026 bits_image_fetch_nearest_affine(pixman_image_t * image, int offset, int line, int width, uint32_t * buffer, const uint32_t * mask, convert_pixel_t convert_pixel, pixman_format_code_t format, pixman_repeat_t repeat_mode) argument
1225 bits_image_fetch_untransformed_repeat_none(bits_image_t *image, pixman_bool_t wide, int x, int y, int width, uint32_t * buffer) argument
1269 bits_image_fetch_untransformed_repeat_normal(bits_image_t *image, pixman_bool_t wide, int x, int y, int width, uint32_t * buffer) argument
1318 pixman_image_t *image = iter->image; local
1343 pixman_image_t *image = iter->image; local
1488 bits_image_property_changed(pixman_image_t *image) argument
1494 _pixman_bits_image_src_iter_init(pixman_image_t *image, pixman_iter_t *iter) argument
1525 pixman_image_t *image = iter->image; local
1563 bits_image_t * image = &iter->image->bits; local
1599 bits_image_t * image = &iter->image->bits; local
1622 bits_image_t * image = &iter->image->bits; local
1643 _pixman_bits_image_dest_iter_init(pixman_image_t *image, pixman_iter_t *iter) argument
1710 _pixman_bits_image_init(pixman_image_t * image, pixman_format_code_t format, int width, int height, uint32_t * bits, int rowstride, pixman_bool_t clear) argument
1760 pixman_image_t *image; local
[all...]
/external/libunwind/src/
H A Delfxx.h64 return (memcmp (ei->image, ELFMAG, SELFMAG) == 0
65 && ((uint8_t *) ei->image)[EI_CLASS] == ELF_CLASS
66 && ((uint8_t *) ei->image)[EI_VERSION] != EV_NONE
67 && ((uint8_t *) ei->image)[EI_VERSION] <= EV_CURRENT);
87 ei->image = mmap (NULL, ei->size, PROT_READ, MAP_PRIVATE, fd, 0);
89 if (ei->image == MAP_FAILED)
94 munmap(ei->image, ei->size);
108 /* Lock while loading the cached elf image. */
110 if (map->ei.image == NULL)
114 map->ei.image
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jar ... tools/ant/taskdefs/optional/ org/apache/tools/ant/taskdefs/optional/image/ org/apache/tools/ant/taskdefs/optional/image/Image.class ...
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu_desktop.cc16 gfx::Image* image,
26 // If there is a Gaia image available, try to use that.
30 *image = *gaia_image;
40 *image = ResourceBundle::GetSharedInstance().GetNativeImageNamed(resource_id);
15 GetImageForMenuButton(Profile* profile, gfx::Image* image, bool* is_rectangle) argument
/external/chromium_org/ppapi/examples/flash_topmost/
H A Dflash_topmost.cc74 pp::ImageData image = PaintImage(size_);
75 if (!image.is_null()) {
76 device_context_.ReplaceContents(&image);
84 pp::ImageData image(this, PP_IMAGEDATAFORMAT_BGRA_PREMUL, size, false);
85 if (image.is_null())
86 return image;
95 *image.GetAddr32(pp::Point(x, y)) = fill_color;
99 *image.GetAddr32(pp::Point(x, rect.y())) = 0xff202020;
100 *image.GetAddr32(pp::Point(x, rect.y() + rect.height() - 1)) = 0xff202020;
103 *image
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_user_image.css6 #user-image {
12 #user-image.loading {
17 #user-image-screen-curtain {
21 #user-image-screen-description {
25 #user-image-grid {
37 #user-image-grid img {
44 #user-image-grid > li {
52 #user-image-grid [selected] {
58 * #user-image-preview can have the following classes:
59 * .default-image
[all...]
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_x11.cc62 XImage image; local
63 memset(&image, 0, sizeof(image));
68 image.width = viewport_pixel_size_.width();
69 image.height = viewport_pixel_size_.height();
70 image.depth = 32;
71 image.bits_per_pixel = 32;
72 image.format = ZPixmap;
73 image.byte_order = LSBFirst;
74 image
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator.h16 // Draws a scaled version of the avatar in |image| on the taskbar button
19 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image);
/external/chromium_org/components/enhanced_bookmarks/
H A Dimage_store_util.h10 #include "ui/gfx/image/image.h"
13 // The two methods below archive and unarchive an image to and from a bag of
15 // scale of the image.
17 // Encode |image| to bytes, that can be decoded using the below |ImageForBytes|
19 scoped_refptr<base::RefCountedMemory> BytesForImage(const gfx::Image& image);
21 // Decode the image bytes encoded by the above |BytesForImage| function and
22 // returns a gfx::Image. If decoding fails, returns an empty image.
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_main.cc72 ElfImage image; local
73 if (image.Read(desc.get()) != LOAD_OK) {
78 if (image.Load(desc.get()) != LOAD_OK) {
79 LOG(ERROR) << "LoadModuleRpc: Failed to load the image";
84 reinterpret_cast<EntryPointType>(image.entry_point());
/external/chromium_org/components/user_manager/user_image/
H A Duser_image.h12 #include "ui/gfx/image/image_skia.h"
17 // Wrapper class storing a still image and it's raw representation. Could be
27 static UserImage CreateAndEncode(const gfx::ImageSkia& image);
33 explicit UserImage(const gfx::ImageSkia& image);
36 UserImage(const gfx::ImageSkia& image, const RawImage& raw_image);
40 const gfx::ImageSkia& image() const { return image_; } function in class:user_manager::UserImage
42 // Optional raw representation of the still image.
46 // Discards the stored raw image, freeing used memory.
49 // URL from which this image was originally downloaded, if any.
67 // If image wa
[all...]
/external/chromium_org/ppapi/cpp/
H A Dmouse_cursor.h24 /// and set the custom image to a default-constructor ImageData object.
26 /// <code>PP_MOUSECURSOR_TYPE_CUSTOM</code> and specify your image and hot
35 /// @param[in] image A <code>ImageData</code> object identifying the
36 /// custom image to set when the type is
37 /// <code>PP_MOUSECURSOR_TYPE_CUSTOM</code>. The image must be less than 32
38 /// pixels in each direction and must be of the system's native image format.
43 /// pixel position within the given image of the "hot spot" of the cursor.
47 /// was invalid or if the image was too large.
50 const ImageData& image = ImageData(),
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCursorInfo.cpp42 , customImage(cursor.image())
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_textblit.h20 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
/external/eigen/doc/snippets/
H A DFullPivLU_image.cpp9 << endl << m.fullPivLu().image(m) << endl;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_textblit.h20 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_readelf.h46 extern Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok );
/external/chromium_org/chrome/browser/resources/options/
H A Dsupervised_user_create_confirm.css16 /* Omit the image on very small screens. */
17 #supervised-user-created-image {
23 #supervised-user-created-image {
25 background-image: -webkit-image-set(
/external/chromium_org/chrome/browser/ui/tests/
H A Dui_gfx_image_unittest.cc8 #include "ui/gfx/image/image.h"
9 #include "ui/gfx/image/image_unittest_util.h"
20 gfx::Image image(gfx::test::CreatePlatformImage());
27 image_view->SetImage(*image.ToImageSkia());
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_linux.cc19 const gfx::ImageSkia& image,
21 return StatusIconLinuxWrapper::CreateWrappedStatusIcon(image, tool_tip);
17 CreatePlatformStatusIcon( StatusIconType type, const gfx::ImageSkia& image, const base::string16& tool_tip) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_mouse_cursor_thunk.cc20 PP_Resource image,
26 return enter.functions()->SetCursor(instance, type, image, hot_spot);
18 SetCursor(PP_Instance instance, enum PP_MouseCursor_Type type, PP_Resource image, const struct PP_Point* hot_spot) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DNinePieceImage.cpp44 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule) argument
47 m_data.access()->image = image;
60 , image(nullptr)
72 , image(other.image)
81 return dataEquivalent(image, other.image)
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_util_ios.h21 GFX_EXPORT gfx::ImageSkia ImageSkiaFromUIImage(UIImage* image);
27 UIImage* image,

Completed in 2593 milliseconds

1234567891011>>