HomeSort by relevance Sort by last modified time
    Searched defs:blend_type (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 237 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL; local
238 if (blend_type != FXDIB_BLEND_NORMAL) return TRUE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 771 struct lp_type blend_type; local
840 memset(&blend_type, 0, sizeof blend_type);
841 blend_type.floating = FALSE; /* values are integers */
842 blend_type.sign = FALSE; /* values are unsigned */
843 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */
844 blend_type.width = 8; /* 8-bit ubyte values */
845 blend_type.length = 16; /* 16 elements per vector */
854 blend_vec_type = lp_build_vec_type(gallivm, blend_type);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 771 struct lp_type blend_type; local
840 memset(&blend_type, 0, sizeof blend_type);
841 blend_type.floating = FALSE; /* values are integers */
842 blend_type.sign = FALSE; /* values are unsigned */
843 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */
844 blend_type.width = 8; /* 8-bit ubyte values */
845 blend_type.length = 16; /* 16 elements per vector */
854 blend_vec_type = lp_build_vec_type(gallivm, blend_type);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 754 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL; local
755 if (blend_type == FXDIB_BLEND_UNSUPPORTED) {
801 blend_type = FXDIB_BLEND_DARKEN;
806 if (pSMaskDict == NULL && group_alpha == 1.0f && blend_type == FXDIB_BLEND_NORMAL && !bTextClip && !bGroupTransparent) {
815 m_curBlend = blend_type;
    [all...]

Completed in 133 milliseconds