Home
last modified time | relevance | path

Searched refs:componentsPerPixel (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp65 static GraphicsContext3D::SourceDataFormat getSourceDataFormat(unsigned int componentsPerPixel, Alp… in getSourceDataFormat() argument
85 ASSERT(componentsPerPixel <= 4 && componentsPerPixel > 0); in getSourceDataFormat()
86 SourceDataFormatBase formatBase = formatTableBase[componentsPerPixel - 1][alphaFormat]; in getSourceDataFormat()
155 size_t componentsPerPixel = bitsPerPixel / bitsPerComponent; in getImageData() local
234 …SourceDataFormat srcDataFormat = getSourceDataFormat(componentsPerPixel, alphaFormat, bitsPerCompo… in getImageData()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp88 unsigned int* componentsPerPixel, in computeFormatAndTypeParameters() argument
93 *componentsPerPixel = 1; in computeFormatAndTypeParameters()
96 *componentsPerPixel = 1; in computeFormatAndTypeParameters()
99 *componentsPerPixel = 2; in computeFormatAndTypeParameters()
102 *componentsPerPixel = 3; in computeFormatAndTypeParameters()
106 *componentsPerPixel = 4; in computeFormatAndTypeParameters()
118 *componentsPerPixel = 1; in computeFormatAndTypeParameters()
137 unsigned int bytesPerComponent, componentsPerPixel; in computeImageSizeInBytes() local
138 if (!computeFormatAndTypeParameters(format, type, &bytesPerComponent, &componentsPerPixel)) in computeImageSizeInBytes()
146 CheckedInt<uint32_t> checkedValue(bytesPerComponent * componentsPerPixel); in computeImageSizeInBytes()
[all …]
DGraphicsContext3D.h509 unsigned int* componentsPerPixel,
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-164426 (WebKit::componentsPerPixel):
6717 (WebKit::componentsPerPixel):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0624478 …(WebCore::getSourceDataFormat): Decide source data format from componentsPerPixel, alpha format, b…