Searched refs:sourceValue (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp223 const unsigned char sourceValue = rowBuffer[(m_scaled ? m_scaledColumns[x] : x) - frameContext->xOffset]; local
224 if ((!frameContext->isTransparent || (sourceValue != frameContext->tpixel)) && (sourceValue < colorMapSize)) {
225 const size_t colorIndex = static_cast<size_t>(sourceValue) * 3;
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_cache.c115 CFPropertyListRef sourceValue = NULL; local
117 sourceValue = CFDictionaryGetValue(sourceDict, sourceKey?sourceKey:cacheKey);
120 if (isA_CFPropertyList(sourceValue)) {
121 CFDictionarySetValue(cacheDict, cacheKey, sourceValue);

Completed in 73 milliseconds