HomeSort by relevance Sort by last modified time
    Searched refs:is_opaque (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/skia/ext/
bitmap_platform_device_skia.cc 11 bool is_opaque) {
14 is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
18 if (!is_opaque)
27 bool is_opaque) {
28 BitmapPlatformDevice* device = Create(width, height, is_opaque);
29 if (!is_opaque)
35 bool is_opaque,
39 is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
77 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque,
80 BitmapPlatformDevice::Create(width, height, is_opaque, data))
    [all...]
bitmap_platform_device_skia.h 23 // Construct a BitmapPlatformDevice. |is_opaque| should be set if the caller
26 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
29 // If |is_opaque| is false, the bitmap is initialized to 0.
31 bool is_opaque);
35 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
bitmap_platform_device_cairo.h 71 // to zero. |is_opaque| should be set if the caller knows the bitmap will be
73 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
79 bool is_opaque);
83 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
101 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
platform_canvas.h 43 bool is_opaque,
50 bool is_opaque,
55 bool is_opaque,
66 bool is_opaque,
73 bool is_opaque) {
74 return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE);
82 bool is_opaque) {
83 return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE);
88 bool is_opaque) {
89 return CreatePlatformCanvas(width, height, is_opaque, 0
    [all...]
bitmap_platform_device_mac.h 31 // Creates a BitmapPlatformDevice instance. |is_opaque| should be set if the
38 bool is_opaque);
40 // Creates a BitmapPlatformDevice instance. If |is_opaque| is false,
43 bool is_opaque);
49 bool is_opaque);
bitmap_platform_device_mac.cc 99 bool is_opaque) {
107 is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
121 if (!context && is_opaque) {
146 bool is_opaque) {
147 BitmapPlatformDevice* device = Create(NULL, width, height, is_opaque);
148 if (!is_opaque)
156 bool is_opaque) {
161 BitmapPlatformDevice* rv = Create(context, width, height, is_opaque);
254 bool is_opaque, OnFailureType failureType) {
256 BitmapPlatformDevice::Create(ctx, width, height, is_opaque));
    [all...]
bitmap_platform_device_cairo.cc 108 bool is_opaque,
119 is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType
133 bool is_opaque) {
138 BitmapPlatformDevice* device = Create(width, height, is_opaque, surface);
141 if (device && is_opaque) // Fill with bright bluish green
150 bool is_opaque) {
153 return Create(width, height, is_opaque);
157 bool is_opaque,
163 return Create(width, height, is_opaque, surface);
214 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque,
    [all...]
skia_utils_ios.h 26 bool is_opaque);
bitmap_platform_device_win.h 29 // Factory function. is_opaque should be set if the caller knows the bitmap
38 bool is_opaque, HANDLE shared_section);
42 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
45 // If |is_opaque| is false, then the bitmap is initialzed to 0.
47 bool is_opaque);
bitmap_platform_device_win.cc 37 HBITMAP CreateHBitmap(int width, int height, bool is_opaque,
196 bool is_opaque,
200 HBITMAP hbitmap = CreateHBitmap(width, height, is_opaque, shared_section,
207 is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
214 if (!shared_section && is_opaque)
227 bool is_opaque) {
228 return Create(width, height, is_opaque, NULL);
234 bool is_opaque) {
236 is_opaque);
237 if (device && !is_opaque)
    [all...]
skia_utils_mac.h 82 bool is_opaque,
88 bool is_opaque,
vector_platform_device_emf_win.cc 26 int width, int height, bool is_opaque, HANDLE shared_section) {
27 if (!is_opaque) {
36 return BitmapPlatformDevice::Create(width, height, is_opaque,
vector_canvas_unittest.cc 336 bool is_opaque) {
345 EXPECT_EQ(is_opaque, bitmap->isOpaque());
  /external/chromium_org/ui/gfx/image/
canvas_image_source.cc 15 CanvasImageSource::CanvasImageSource(const gfx::Size& size, bool is_opaque)
17 is_opaque_(is_opaque) {
canvas_image_source.h 24 CanvasImageSource(const gfx::Size& size, bool is_opaque);
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 23 unsigned char* output, bool* is_opaque) {
35 unsigned char* rgb, bool* is_opaque) {
46 unsigned char* rgb, bool* is_opaque) {
66 unsigned char* rgba, bool* is_opaque) {
91 is_opaque(true),
103 is_opaque(true),
118 bool is_opaque; member in class:gfx::__anon14873::PngDecoderState
153 state->is_opaque = false;
468 bitmap->setAlphaType(state.is_opaque ?
504 unsigned char* rgb, bool* is_opaque) {
    [all...]
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 53 unsigned char* output, bool* is_opaque) {
65 unsigned char* rgb, bool* is_opaque) {
95 is_opaque(true),
108 bool is_opaque; member in class:image_diff_png::__anon14666::PngDecoderState
116 bool* is_opaque);
127 unsigned char* rgba, bool* is_opaque) {
139 unsigned char* bgra, bool* is_opaque) {
274 state->row_converter(new_row, state->width, dest, &state->is_opaque);
394 unsigned char* rgb, bool* is_opaque) {
465 unsigned char* out, bool* is_opaque);
    [all...]
  /external/chromium_org/ui/gfx/
canvas.h 98 Canvas(const Size& size, float image_scale, bool is_opaque);
102 Canvas(const ImageSkiaRep& image_rep, bool is_opaque);
120 bool is_opaque);
canvas.cc 27 Canvas::Canvas(const Size& size, float image_scale, bool is_opaque)
33 is_opaque));
38 if (!is_opaque)
46 Canvas::Canvas(const ImageSkiaRep& image_rep, bool is_opaque)
51 is_opaque))),
75 bool is_opaque) {
80 is_opaque));
  /external/chromium_org/cc/output/
software_renderer.cc 475 bool is_opaque = false; local
480 is_opaque));
  /external/pixman/pixman/
pixman-sse2.c 173 is_opaque (__m128i x) function
605 if (is_opaque (_mm_and_si128 (src, mask)))
686 if (is_opaque (src))
    [all...]
pixman-mmx.c 481 is_opaque (__m64 v) function
710 if (is_opaque (vsrc))
737 if (is_opaque (vsrc))
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 309 external is_opaque : lltype -> bool = "llvm_is_opaque"
    [all...]
llvm.mli 506 (** [is_opaque sty] returns [true] if the structure type [sty] is opaque.
508 val is_opaque : lltype -> bool var
    [all...]

Completed in 177 milliseconds