Searched refs:blend_mode (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/cc/quads/
H A Dshared_quad_state.cc17 blend_mode(SkXfermode::kSrcOver_Mode),
37 SkXfermode::Mode blend_mode,
45 this->blend_mode = blend_mode;
69 value->SetString("blend_mode", SkXfermode::ModeName(blend_mode));
31 SetAll(const gfx::Transform& content_to_target_transform, const gfx::Size& content_bounds, const gfx::Rect& visible_content_rect, const gfx::Rect& clip_rect, bool is_clipped, float opacity, SkXfermode::Mode blend_mode, int sorting_context_id) argument
H A Dshared_quad_state.h41 SkXfermode::Mode blend_mode,
55 SkXfermode::Mode blend_mode; member in class:cc::SharedQuadState
H A Ddraw_quad_unittest.cc42 SkXfermode::Mode blend_mode = SkXfermode::kMultiply_Mode; local
52 blend_mode,
62 EXPECT_EQ(blend_mode, copy->blend_mode);
73 SkXfermode::Mode blend_mode = SkXfermode::kSrcOver_Mode; local
82 blend_mode,
/external/chromium_org/mojo/examples/surfaces_app/
H A Dsurfaces_util.cc26 const SkXfermode::Mode blend_mode = SkXfermode::kSrcOver_Mode; local
34 blend_mode,
/external/chromium_org/cc/blink/
H A Dweb_blend_mode.h13 inline SkXfermode::Mode BlendModeToSkia(blink::WebBlendMode blend_mode) { argument
14 switch (blend_mode) {
51 inline blink::WebBlendMode BlendModeFromSkia(SkXfermode::Mode blend_mode) { argument
52 switch (blend_mode) {
H A Dweb_layer_impl.cc141 void WebLayerImpl::setBlendMode(blink::WebBlendMode blend_mode) { argument
142 layer_->SetBlendMode(BlendModeToSkia(blend_mode));
146 return BlendModeFromSkia(layer_->blend_mode());
H A Dweb_layer_impl.h75 virtual void setBlendMode(blink::WebBlendMode blend_mode);
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
H A Dsurfaces_utils.cc22 sqs->blend_mode = mojo::SK_XFERMODE_kSrc_Mode;
/external/chromium_org/ppapi/shared_impl/
H A Dcompositor_layer_data.h48 blend_mode(PP_BLENDMODE_SRC_OVER),
56 PP_BlendMode blend_mode; member in struct:ppapi::CompositorLayerData::LayerCommon
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_state.h47 VGBlendMode blend_mode; member in struct:vg_state
H A Dshader.c135 switch (ctx->state.vg.blend_mode) {
239 VGBlendMode blend_mode = ctx->state.vg.blend_mode; local
293 switch(blend_mode) {
H A Dvg_state.c37 state->blend_mode = VG_BLEND_SRC_OVER;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_state.h47 VGBlendMode blend_mode; member in struct:vg_state
H A Dshader.c135 switch (ctx->state.vg.blend_mode) {
239 VGBlendMode blend_mode = ctx->state.vg.blend_mode; local
293 switch(blend_mode) {
H A Dvg_state.c37 state->blend_mode = VG_BLEND_SRC_OVER;
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_test_helpers.cc34 SkXfermode::Mode blend_mode = SkXfermode::kSrcOver_Mode; local
43 blend_mode,
H A Dsurfaces_pixeltest.cc50 const SkXfermode::Mode blend_mode = SkXfermode::kSrcOver_Mode; local
58 blend_mode,
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp322 FX_BOOL CFX_RenderDevice::SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_mode, argument
340 if ((blend_mode != FXDIB_BLEND_NORMAL && !(m_RenderCaps & FXRC_BLEND_MODE)) ||
357 blend_mode, NULL, FALSE, pIccTransform)) {
363 return m_pDeviceDriver->SetDIBits(pBitmap, 0, &src_rect, dest_rect.left, dest_rect.top, blend_mode, 0, pIccTransform);
367 void* pIccTransform, int blend_mode)
375 return m_pDeviceDriver->StretchDIBits(pBitmap, 0, left, top, dest_width, dest_height, &clip_box, flags, 0, pIccTransform, blend_mode);
394 int alpha_flag, void* pIccTransform, int blend_mode)
396 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix, flags, handle, alpha_flag, pIccTransform, blend_mode);
365 StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest_height, FX_DWORD flags, void* pIccTransform, int blend_mode) argument
392 StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD argb, const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle, int alpha_flag, void* pIccTransform, int blend_mode) argument
/external/chromium_org/cc/output/
H A Doverlay_strategy_single_on_top.cc70 quad.shared_quad_state->blend_mode != SkXfermode::kSrcOver_Mode ||
/external/chromium_org/mojo/services/public/cpp/surfaces/tests/
H A Dsurface_unittest.cc181 ::SkXfermode::Mode blend_mode = ::SkXfermode::kSrcOver_Mode; local
190 blend_mode,
227 ::SkXfermode::Mode blend_mode = ::SkXfermode::kSrcOver_Mode; local
235 blend_mode,
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp418 void CPDF_GeneralStateData::SetBlendMode(FX_BSTR blend_mode) argument
420 if (blend_mode.GetLength() > 15) {
423 FXSYS_memcpy32(m_BlendMode, (FX_LPCBYTE)blend_mode, blend_mode.GetLength());
424 m_BlendMode[blend_mode.GetLength()] = 0;
425 m_BlendType = ::GetBlendType(blend_mode);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp68 int bitmap_alpha, int blend_mode, int Transparency)
75 if (blend_mode == FXDIB_BLEND_NORMAL) {
93 FX_BOOL bBackAlphaRequired = blend_mode && bIsolated && !m_bDropObjects;
102 m_pDevice->SetDIBits(pDIBitmap, left, top, blend_mode);
117 left, top, blend_mode);
120 mask_argb, left, top, blend_mode);
130 m_pDevice->SetDIBits(pDIBitmap, rect.left, rect.top, blend_mode);
140 CFX_DIBitmap* pBackdrop = GetBackdrop(m_pCurObj, rect, back_left, back_top, blend_mode > FXDIB_BLEND_NORMAL && bIsolated);
146 0, 0, blend_mode);
149 mask_argb, 0, 0, blend_mode);
67 CompositeDIBitmap(CFX_DIBitmap* pDIBitmap, int left, int top, FX_ARGB mask_argb, int bitmap_alpha, int blend_mode, int Transparency) argument
[all...]
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp668 int blend_mode = blendType; local
670 blend_mode = kCGBlendModeSoftLight;
672 blend_mode = kCGBlendModeHardLight;
674 blend_mode = blendType - 9;
676 blend_mode = kCGBlendModeNormal;
678 CGContextSetBlendMode(_context, (CGBlendMode)blend_mode);
/external/chromium_org/cc/layers/
H A Dlayer.h134 void SetBlendMode(SkXfermode::Mode blend_mode);
135 SkXfermode::Mode blend_mode() const { return blend_mode_; } function in class:cc::Layer
H A Dlayer.cc495 void Layer::SetBlendMode(SkXfermode::Mode blend_mode) { argument
497 if (blend_mode_ == blend_mode)
502 switch (blend_mode) {
540 blend_mode_ = blend_mode;

Completed in 472 milliseconds

12