Home
last modified time | relevance | path

Searched refs:destinationData (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp909 DestType* destinationData, in doUnpackingAndPacking() argument
918 packingFunc(temporaryRGBAData, destinationData); in doUnpackingAndPacking()
920 destinationData += destinationElementsPerPixel; in doUnpackingAndPacking()
928 packingFunc(temporaryRGBAData, destinationData); in doUnpackingAndPacking()
930 destinationData += destinationElementsPerPixel; in doUnpackingAndPacking()
968 DestType* destinationData, in doPacking() argument
980 packingFunc(source, destinationData); in doPacking()
982 destinationData += destinationElementsPerPixel; in doPacking()
985 …eData), width, height, sourceElementsPerPixel, sourceElementsPerRow, destinationData, destinationE… in doPacking()
992 …eData), width, height, sourceElementsPerPixel, sourceElementsPerRow, destinationData, destinationE… in doPacking()
[all …]
DGraphicsContext3D.h874 void* destinationData);
/external/chromium/chrome/browser/resources/ntp/
Dmost_visited.js98 var destinationData = this.data[destinationIndex];
100 if (destinationData.pinned) {
101 addPinnedUrl(destinationData, sourceIndex);
104 this.data[sourceIndex] = destinationData;