Searched refs:combined (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayerTransform.h39 TransformationMatrix combined();
H A DGraphicsLayerTransform.cpp28 , m_dirty(false) // false by default since all default values would be combined as the identity matrix
81 TransformationMatrix GraphicsLayerTransform::combined() function in class:WebCore::GraphicsLayerTransform
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmml-sec.el76 ("pgp" combined)
77 ("pgpauto" combined)
78 ("pgpmime" combined))
82 a symbol `separate' or `combined' where `separate' means that MML signs
83 and encrypt messages in a two step process, and `combined' means that MML
86 Note that the output generated by using a `combined' mode is NOT
97 (const :tag "Combined" combined)))))
104 \(e.g. combined). If the mode is omitted, the current value is returned.
106 For example, if you prefer to use combined sign & encrypt with
110 \(mml-set-signencrypt-style \"smime\" combined)
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsetenv.c109 __add_to_environ (const char *name, const char *value, const char *combined, argument
152 if (combined != NULL)
155 new_environ[size] = (char *) combined;
222 if (combined != NULL)
223 np = (char *) combined;
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dsetenv.c108 __add_to_environ (const char *name, const char *value, const char *combined, argument
151 if (combined != NULL)
154 new_environ[size] = (char *) combined;
221 if (combined != NULL)
222 np = (char *) combined;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DCairoUtilities.cpp198 cairo_matrix_t combined; local
199 cairo_matrix_multiply(&combined, &patternMatrix, &phaseMatrix);
200 cairo_matrix_invert(&combined);
201 cairo_pattern_set_matrix(pattern, &combined);
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DinstallManPage24 Option names may not be combined getopt-style.
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DinstallManPage24 Option names may not be combined getopt-style.
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dediff-merg.el55 (defcustom ediff-default-variant 'combined
57 Valid values are the symbols `default-A', `default-B', and `combined'."
58 :type '(radio (const default-A) (const default-B) (const combined))
68 combined text will look like this:
94 default (`default-A', `default-B', `combined') and it hasn't been marked as
127 (defun ediff-get-combined-region (n)
159 ;;(defsubst ediff-make-combined-diff (regA regB)
192 ((string= regC (ediff-get-combined-region n))
213 ;; `default-*' or `combined' but the buf C region appears to be modified
244 (if (and (string-match "\\(default\\|combined\\)" stat
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperLayer.cpp63 parentTransform = m_effectTarget->m_currentTransform.combined();
66 m_state.visible = m_state.backfaceVisibility || !m_currentTransform.combined().isBackFaceVisible();
69 m_centerZ = m_currentTransform.combined().mapPoint(FloatPoint3D(m_state.size.width() / 2, m_state.size.height() / 2, 0)).z();
122 transform.multiply(m_currentTransform.combined());
184 clipTransform.multiply(m_currentTransform.combined());
224 .multiply(m_state.replicaLayer->m_currentTransform.combined())
225 .multiply(m_currentTransform.combined().inverse());
244 return TransformationMatrix(m_state.replicaLayer->m_currentTransform.combined()).multiply(m_currentTransform.combined().inverse());
291 boundingRect = m_currentTransform.combined()
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgit.vim23 syn region gitDiff start=/^\%(@@ -\)\@=/ end=/^\%(diff --\%(git\|cc\|combined\) \|$\)\@=/ contains=@gitDiff
25 syn region gitDiffMerge start=/^\%(diff --\%(cc\|combined\) \)\@=/ end=/^\%(diff --\|$\)\@=/ contains=@gitDiff
H A Dgitcommit.vim19 syn region gitcommitDiff start=/\%(^diff --\%(git\|cc\|combined\) \)\@=/ end=/^$\|^#\@=/ contains=@gitcommitDiff
/macosx-10.9.5/apache-786.1/httpd/docs/conf/
H A Dhttpd.conf.in219 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
240 #CustomLog "@rel_logfiledir@/access_log" combined
H A Dhttpd.conf.in.orig219 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
240 #CustomLog "@rel_logfiledir@/access_log" combined
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dhaml.vim55 " Load the combined list of match_words for matchit.vim
H A Djsp.vim52 " Load the combined list of match_words for matchit.vim
H A Dxhtml.vim52 " Load the combined list of match_words for matchit.vim
H A Deruby.vim91 " Load the combined list of match_words for matchit.vim
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/data/
H A Dgen-req.sh99 cat sub-ca.crt ca.crt > sub-ca-combined.crt
100 cat test.crt test.key > test.combined.crt
133 -certfile sub-ca-combined.crt \
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoffgen.c1887 combined_entry_type *combined = coffsymbol (symbol)->native; local
1891 fprintf (file, "[%3ld]", (long) (combined - root));
1893 if (! combined->fix_value)
1894 val = (bfd_vma) combined->u.syment.n_value;
1896 val = combined->u.syment.n_value - (unsigned long) root;
1899 combined->u.syment.n_scnum,
1900 combined->u.syment.n_flags,
1901 combined->u.syment.n_type,
1902 combined->u.syment.n_sclass,
1903 combined
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Filter/
H A DBoolean.pm139 combined in a programmatic manner using boolean logic. "Log if
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DBoolean.pm139 combined in a programmatic manner using boolean logic. "Log if
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.cpp945 if (!m_layerTransform.combined().isInvertible())
951 ASSERT(m_cachedInverseTransform == m_layerTransform.combined().inverse());
1169 m_cachedInverseTransform = m_layerTransform.combined().inverse();
1171 // The combined transform will be used in tiledBackingStoreVisibleRect.
1196 if (!m_layerTransform.combined().isAffine())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c198 type combined = 0; \
207 combined = combined | ((uint64_t)byte << (offset * 8)); \
209 *ptr = combined; \
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c1274 arelent **combined;
1277 combined = (arelent **) xmalloc (total_count * sizeof (arelent *));
1278 memcpy (combined, outsec->orelocation,
1280 memcpy (combined + outsec->reloc_count, relocs,
1284 relocs = combined;
1269 arelent **combined; local

Completed in 193 milliseconds

123