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

  /external/chromium_org/cc/output/
filter_operations_unittest.cc 145 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); local
147 EXPECT_EQ(expected, blended);
149 blended = FilterOperation::Blend(&from, &to, 0.75);
151 EXPECT_EQ(expected, blended);
153 blended = FilterOperation::Blend(&from, &to, 1.8);
155 EXPECT_EQ(expected, blended);
161 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
163 EXPECT_EQ(expected, blended);
165 blended = FilterOperation::Blend(NULL, &filter, 0.25);
167 EXPECT_EQ(expected, blended);
174 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); local
190 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
203 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); local
219 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
232 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); local
248 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
261 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); local
277 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
290 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.9); local
306 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
319 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.9); local
335 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
348 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); local
364 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
377 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.9); local
393 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
408 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); local
428 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
443 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); local
459 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
472 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); local
490 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); local
515 FilterOperations blended = to.Blend(from, -0.75); local
545 FilterOperations blended = empty.Blend(filters, -0.75); local
591 FilterOperations blended = empty.Blend(empty, -0.75); local
611 FilterOperations blended = to.Blend(from, -0.75); local
    [all...]
filter_operation.cc 93 int blended = static_cast<int>( local
95 return static_cast<uint8_t>(MathUtil::ClampToRange(blended, 0, 255));
  /external/chromium_org/cc/animation/
transform_operations.cc 155 gfx::Transform blended; local
160 &blended))
162 result->PreconcatTransform(blended);
  /external/chromium_org/ui/gfx/
interpolated_transform.cc 356 gfx::DecomposedTransform blended; local
357 bool success = gfx::BlendDecomposedTransforms(&blended,
362 return gfx::ComposeTransform(blended);
skbitmap_operations.cc 100 SkBitmap blended; local
101 blended.setConfig(SkBitmap::kARGB_8888_Config, first.width(), first.height(),
103 blended.allocPixels();
104 blended.eraseARGB(0, 0, 0, 0);
111 uint32* dst_row = blended.getAddr32(0, y);
130 return blended;
skbitmap_operations_unittest.cc 147 SkBitmap blended = SkBitmapOperations::CreateBlendedBitmap( local
151 SkAutoLockPixels blended_lock(blended);
157 SkColorGetA(*blended.getAddr32(x, y)));
159 SkColorGetR(*blended.getAddr32(x, y)));
161 SkColorGetG(*blended.getAddr32(x, y)));
163 SkColorGetB(*blended.getAddr32(x, y)));
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 122 SkBitmap blended = SkBitmapOperations::CreateBlendedBitmap( variable
124 return ImageSkiaRep(blended, first_rep.scale_factor());
  /hardware/ti/omap4xxx/hwc/
hwc.c 392 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height)
407 if (blended)
    [all...]

Completed in 807 milliseconds