Searched refs:destinationData (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.cpp | 909 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 …]
|
D | GraphicsContext3D.h | 874 void* destinationData);
|
/external/chromium/chrome/browser/resources/ntp/ |
D | most_visited.js | 98 var destinationData = this.data[destinationIndex]; 100 if (destinationData.pinned) { 101 addPinnedUrl(destinationData, sourceIndex); 104 this.data[sourceIndex] = destinationData;
|