Searched refs:componentsPerPixel (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContext3DCG.cpp | 65 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/ |
D | GraphicsContext3D.cpp | 88 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 …]
|
D | GraphicsContext3D.h | 509 unsigned int* componentsPerPixel,
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 4426 (WebKit::componentsPerPixel): 6717 (WebKit::componentsPerPixel):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 24478 …(WebCore::getSourceDataFormat): Decide source data format from componentsPerPixel, alpha format, b…
|