Searched refs:bitDepth (Results 1 - 15 of 15) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_D_T_.py134 glyph.exportBitDepth = curStrike.bitmapSizeTable.bitDepth
269 bitDepth = bitmapObject.exportBitDepth
272 writer.begintag('rowimagedata', bitDepth=bitDepth, width=metrics.width, height=metrics.height)
275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics)
282 bitDepth = safeEval(attrs['bitDepth'])
295 bitmapObject.setRows(dataRows, bitDepth=bitDepth, metric
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_D_T_.py134 glyph.exportBitDepth = curStrike.bitmapSizeTable.bitDepth
269 bitDepth = bitmapObject.exportBitDepth
272 writer.begintag('rowimagedata', bitDepth=bitDepth, width=metrics.width, height=metrics.height)
275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics)
282 bitDepth = safeEval(attrs['bitDepth'])
295 bitmapObject.setRows(dataRows, bitDepth=bitDepth, metric
[all...]
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libpng.cpp279 int bitDepth, colorType; local
280 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
284 if (bitDepth == 16) {
289 if (bitDepth < 8) {
293 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
316 int bitDepth, pngColorType, interlaceType; local
317 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
493 int bitDepth, colorType; local
494 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
537 if (16 == bitDepth) {
743 int bitDepth, colorType; local
772 int bitDepth, pngColorType, interlaceType; local
1118 int bitDepth = 8; // default for color local
1175 doEncode(SkWStream* stream, const SkBitmap& bitmap, const bool& hasAlpha, int colorType, int bitDepth, SkColorType ct, png_color_8& sig_bit) argument
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp279 int bitDepth, colorType; local
280 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
284 if (bitDepth == 16) {
289 if (bitDepth < 8) {
293 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
316 int bitDepth, pngColorType, interlaceType; local
317 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
493 int bitDepth, colorType; local
494 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
537 if (16 == bitDepth) {
743 int bitDepth, colorType; local
772 int bitDepth, pngColorType, interlaceType; local
1118 int bitDepth = 8; // default for color local
1175 doEncode(SkWStream* stream, const SkBitmap& bitmap, const bool& hasAlpha, int colorType, int bitDepth, SkColorType ct, png_color_8& sig_bit) argument
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp83 NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth);
134 NativePixmap::NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth) argument
143 if (bitDepth != 24 && bitDepth != 32)
150 bitmapInfo.bmiHeader.biBitCount = bitDepth;
/external/deqp/framework/common/
H A DtcuImageIO.cpp111 const png_byte bitDepth = png_get_bit_depth(png_ptr, info_ptr); local
113 if (colorType == PNG_COLOR_TYPE_RGB && bitDepth == 8)
115 else if (colorType == PNG_COLOR_TYPE_RGBA && bitDepth == 8)
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp328 int bitDepth, colorType, interlaceType, compressionType, filterType, channels; local
329 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
334 if (colorType == PNG_COLOR_TYPE_PALETTE || (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8))
344 if (bitDepth == 16)
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h65 } bitDepth; //the Microsoft rasterizer v.1.7 or greater supports member in struct:SkOTTableEmbeddedBitmapLocation::BitmapSizeTable
/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h65 } bitDepth; //the Microsoft rasterizer v.1.7 or greater supports member in struct:SkOTTableEmbeddedBitmapLocation::BitmapSizeTable
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.h273 EAS_INT bitDepth; member in struct:s_dls_params
H A Deas_mdls.c382 static const EAS_INT bitDepth = 8; variable
384 static const EAS_INT bitDepth = 16; variable
996 if (bitDepth == 8)
/external/deqp/modules/egl/
H A DteglNativeColorMappingTests.cpp251 const tcu::UVec4 bitDepth(deMinu32(nativeBitDepth.x(), eglBitDepth.x()),
256 const tcu::UVec4 uColor = tcu::UVec4((deUint32)(((1u << bitDepth.x()) - 1u) * color.x()),
257 (deUint32)(((1u << bitDepth.y()) - 1u) * color.y()),
258 (deUint32)(((1u << bitDepth.z()) - 1u) * color.z()),
259 (deUint32)(((1u << bitDepth.w()) - 1u) * color.w()));
269 return tcu::intThresholdCompare(log, "Result compare", "Compare results", reference.getAccess(), result.getAccess(), tcu::UVec4(1u, 1u, 1u, (bitDepth.w() > 0 ? 1u : std::numeric_limits<deUint32>::max())), tcu::COMPARE_LOG_RESULT);
/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp89 const tcu::IVec4 bitDepth = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(internalFormat)); local
90 return tcu::PixelFormat(bitDepth.x(), bitDepth.y(), bitDepth.z(), bitDepth.w());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4530 milliseconds