Searched refs:inverted (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DTimeRanges.cpp55 RefPtr<TimeRanges> inverted = TimeRanges::create(); local
60 inverted->add(negInf, posInf);
63 inverted->add(negInf, start);
66 inverted->add(m_ranges[index].m_end, m_ranges[index + 1].m_start);
69 inverted->add(end, posInf);
72 m_ranges.swap(inverted->m_ranges);
78 RefPtr<TimeRanges> inverted = copy(); local
80 inverted->unionWith(invertedOther.get());
81 inverted->invert();
83 m_ranges.swap(inverted
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dscaling.tcl31 # inverted Whether to return values for an inverted axis (1) or not (0)
39 proc ::Plotchart::determineScaleFromList { values {inverted 0} } {
56 return [determineScale $xmin $xmax $inverted]
65 # inverted Whether to return values for an inverted axis (1) or not (0)
73 proc ::Plotchart::determineScale { xmin xmax {inverted 0} } {
129 if { !$inverted } {
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrPattern.h63 CharacterClass(const char* table, bool inverted) argument
65 , m_tableInverted(inverted)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/glx/
H A DGraphicsSurfaceGLX.cpp176 uint inverted = 0; local
177 glXQueryDrawable(display(), m_glxPixmap, GLX_Y_INVERTED_EXT, &inverted); local
178 m_flags = !!inverted ? TextureMapperGL::ShouldFlipTexture : 0;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquickwebpage.cpp135 return transformToItem().inverted();
/macosx-10.9.5/groff-38/groff/src/devices/grolbp/
H A Dlbp.h212 vdmsetfillmode(int pattern,int perimeter, int inverted) argument
221 vdmnum(0,espejo),vdmnum(inverted,inv));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContextQt.cpp929 clipRect = p->transform().inverted().mapRect(p->window());
1383 QRect windowRect = p->transform().inverted().mapRect(p->window());
1429 QRect window = p->transform().inverted().mapRect(p->window());
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-defs.el1359 (defun c-make-bare-char-alt (chars &optional inverted)
1365 (let ((str (if inverted "^" "")) char char2)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/
H A Ddemo.rb486 def progress.inverted(w, value) singleton method
494 vscale.command {|value| progress.inverted(vprogress, value) }
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.cpp1339 bool inverted = WebCore::inverse(m_matrix, invMat.m_matrix); local
1340 if (!inverted)
/macosx-10.9.5/cctools-845/as/
H A Darm.c16649 uint32_t negated, inverted;
16652 inverted = encode_arm_immediate (~value);
16681 value = inverted;
16686 value = inverted;
16691 value = inverted;
16696 value = inverted;
16701 value = inverted;
16706 value = inverted;
16729 unsigned int negated, inverted;
16732 inverted
16637 uint32_t negated, inverted; local
16717 unsigned int negated, inverted; local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim461 syn keyword lispKey :case-sensitive :case-inverted :shadow :import-from :intern
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm716 warehoused attributes, inverted indices--but most commonly it's known
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm717 warehoused attributes, inverted indices--but most commonly it's known
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm1933 inverted and then applied to the requested permission setting, using a
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm1941 inverted and then applied to the requested permission setting, using a

Completed in 445 milliseconds