Searched refs:regionData (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp253 RGNDATA* regionData = reinterpret_cast<RGNDATA*>(regionDataBuffer.get()); local
254 if (!GetRegionData(region.get(), dataSize, regionData))
257 outRects.resize(regionData->rdh.nCount);
259 RECT* rect = reinterpret_cast<RECT*>(regionData->Buffer);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dlocdspnm.cpp273 ICUDataTable regionData; member in class:LocaleDisplayNamesImpl
335 , regionData(U_ICUDATA_REGION, locale)
347 , regionData(U_ICUDATA_REGION, locale)
373 ? regionData.getLocale()
690 regionData.get("Countries", region, result);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DSharedBitmap.cpp460 Vector<RGNDATA> regionData(regionDataSize);
461 GetRegionData(clipRgn.get(), regionDataSize, regionData.data());
462 RECT* rect = reinterpret_cast<RECT*>(regionData[0].Buffer);
463 for (DWORD i = 0; i < regionData[0].rdh.nCount; ++i, ++rect)
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp959 RGNDATA* regionData = reinterpret_cast<RGNDATA*>(buffer.data()); local
960 GetRegionData(region, regionDataSize, regionData);
961 if (regionData->rdh.nCount > cRectThreshold) {
969 for (i = 0, rect = reinterpret_cast<RECT*>(regionData->Buffer); i < regionData->rdh.nCount; i++, rect++)
979 for (i = 0, rect = reinterpret_cast<RECT*>(regionData->Buffer); i < regionData->rdh.nCount; i++, rect++)

Completed in 104 milliseconds