Searched refs:currentComponent (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/gif/
H A DGIFImageReader.cpp407 const unsigned char* currentComponent = data(dataPosition); local
409 // Mark the current component as consumed. Note that currentComponent will remain pointed at this
424 m_frames.last()->setDataSize(*currentComponent);
431 if (!strncmp((char*)currentComponent, "GIF89a", 6))
433 else if (!strncmp((char*)currentComponent, "GIF87a", 6))
445 m_screenWidth = GETINT16(currentComponent);
446 m_screenHeight = GETINT16(currentComponent + 2);
453 m_screenBgcolor = currentComponent[5];
454 m_globalColormapSize = 2 << (currentComponent[4] & 0x07);
456 if ((currentComponent[
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl60 variable currentComponent
61 set currentComponent(base) ""
285 set ::Installer::currentComponent(base) $::Installer::BuildPath
291 set ::Installer::currentComponent(base) "$::Installer::SrcPath"
299 set ::Installer::currentComponent(base) $arg
303 return $::Installer::currentComponent(base)
321 set ::Installer::currentComponent(type) $type
322 set ::Installer::currentComponent(base) "$::Installer::SrcPath"
328 if {![info exists ::Installer::currentComponent(type)]} {
332 set filename [ file join $::Installer::currentComponent(bas
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl60 variable currentComponent
61 set currentComponent(base) ""
285 set ::Installer::currentComponent(base) $::Installer::BuildPath
291 set ::Installer::currentComponent(base) "$::Installer::SrcPath"
299 set ::Installer::currentComponent(base) $arg
303 return $::Installer::currentComponent(base)
321 set ::Installer::currentComponent(type) $type
322 set ::Installer::currentComponent(base) "$::Installer::SrcPath"
328 if {![info exists ::Installer::currentComponent(type)]} {
332 set filename [ file join $::Installer::currentComponent(bas
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl60 variable currentComponent
61 set currentComponent(base) ""
290 set ::Installer::currentComponent(base) $::Installer::BuildPath
296 set ::Installer::currentComponent(base) "$::Installer::SrcPath"
304 set ::Installer::currentComponent(base) $arg
308 return $::Installer::currentComponent(base)
326 set ::Installer::currentComponent(type) $type
327 set ::Installer::currentComponent(base) "$::Installer::SrcPath"
333 if {![info exists ::Installer::currentComponent(type)]} {
337 set filename [ file join $::Installer::currentComponent(bas
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFURL.c1799 CFIndex currentComponent = HAS_USER; local
1801 while (currentComponent < (HAS_FRAGMENT << 1)) {
1802 CFRange componentRange = _rangeForComponent(url->_flags, url->_ranges, currentComponent);
1804 scanCharacters(alloc, &sanitizedString, &additionalDataFlags, cstring, ustring, useCString, componentRange.location, componentRange.location + componentRange.length, &mark, currentComponent, url->_encoding);
1806 currentComponent = currentComponent << 1;

Completed in 193 milliseconds