Searched refs:planes (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/add-ons/translators/ico/
H A DICO.h41 uint16 planes; member in struct:ICO::ico_dir_entry
55 uint16 planes; member in struct:ICO::ico_bitmap_header
H A DICO.cpp73 swap_data(B_UINT16_TYPE, &planes, sizeof(uint16) * 2, B_SWAP_LENDIAN_TO_HOST);
81 swap_data(B_UINT16_TYPE, &planes, sizeof(uint16) * 2, B_SWAP_HOST_TO_LENDIAN);
102 swap_data(B_UINT16_TYPE, &planes, sizeof(uint16) * 2, B_SWAP_LENDIAN_TO_HOST);
111 swap_data(B_UINT16_TYPE, &planes, sizeof(uint16) * 2, B_SWAP_HOST_TO_LENDIAN);
542 TRACE(("width: %d, height: %d, planes: %d, color_count: %d, bits_per_pixel: %d, size: %ld, offset: %ld\n",
543 entry.width, entry.height, entry.planes, entry.color_count, entry.bits_per_pixel,
737 entry.planes = 1;
762 bitmapHeader.planes = 1;
/haiku-fatelf/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp59 uint16 planes; // number of planes, always 1? member in struct:MSInfoHeader
73 uint16 planes; // number of planes, always 1? member in struct:OS2InfoHeader
130 printf(" planes: %u (should be: 1)\n", msh.planes);
161 printf(" planes: %u (should be: 1)\n", os2.planes);
/haiku-fatelf/src/add-ons/translators/bmp/
H A DBMPTranslator.h72 uint16 planes; // number of planes, always 1? member in struct:MSInfoHeader
86 uint16 planes; // number of planes, always 1? member in struct:OS2InfoHeader
H A DBMPTranslator.cpp347 if (msheader.planes != 1)
395 pmsheader->planes = msheader.planes;
430 if (os2header.planes != 1)
456 pmsheader->planes = 1;
1032 msheader.planes = 1;
/haiku-fatelf/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp39 uint16 planes; // number of planes, always 1? member in struct:MSInfoHeader
53 uint16 planes; // number of planes, always 1? member in struct:OS2InfoHeader
228 msheader.planes = 1;
252 msheader.planes = 1;
276 msheader.planes = 1;
301 os2header.planes = 1;
322 os2header.planes = 1;
340 os2header.planes
[all...]
/haiku-fatelf/src/libs/print/libprint/
H A DHalftone.cpp100 Halftone::SetPlanes(Planes planes) argument
102 fPlanes = planes;
103 if (planes == kPlaneMonochrome1) {
107 ASSERT(planes == kPlaneRGB1);
/haiku-fatelf/headers/libs/print/libprint/
H A DHalftone.h57 kPlaneRGB1, // 3 planes, 1 bit depth (0 black, 7 white)
70 void SetPlanes(Planes planes);
/haiku-fatelf/src/add-ons/media/plugins/avi_reader/libOpenDML/
H A Davi.h99 uint16 planes; member in struct:bitmap_info_header
H A DOpenDMLParser.cpp745 DO_SWAP_INT16(fCurrentStream->video_format.planes);
761 TRACE("planes = %u\n", fCurrentStream->video_format.planes);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-pcl.c2295 int planes = 3; /* # of output planes */ local
2602 planes = 3;
2605 planes = 6;
2607 planes = 4;
2609 planes = 1;
2611 stp_zprintf(v, "\033*g%dW", 2 + (planes * 6));
2613 stp_putc(planes, v); /* # output planes */
2615 if (planes !
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_bmp.c66 pdc_ushort biPlanes; /* Number of color planes */
361 pdc_ulong uldummy, infosize = 0, offras = 0, planes = 0, bitmapsize = 0; local
412 planes = PDF_GET_USHORT(pos);
420 planes = PDF_GET_USHORT(pos);
/haiku-fatelf/src/add-ons/media/plugins/matroska/
H A Dmatroska_codecs.cpp44 uint16 planes; member in struct:bitmap_info_header
/haiku-fatelf/src/add-ons/media/plugins/mov_reader/libMOV/
H A DQTStructs.h96 uint16 planes; member in struct:VideoMetaData
H A DMOVFileReader.cpp507 theVideo.planes = aVideoDescriptionV0.desc.Depth;
/haiku-fatelf/src/add-ons/media/plugins/mp4_reader/libMP4/
H A DMP4Structs.h83 uint16 planes; member in struct:VideoMetaData
H A DMP4FileReader.cpp498 theVideo.planes = aVideoDescription.theVideoSampleEntry.Depth;
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathFrustum.h127 // Sets the planes in p to be the six bounding planes of the frustum, in
129 // Note that the planes have normals that point out of the frustum.
131 // to transform the frustum before setting the planes.
134 void planes(Plane3<T> p[6]);
135 void planes(Plane3<T> p[6], const Matrix44<T> &M);
540 "near and far clipping planes of the viewing frustum "
562 ("Bad viewing frustum: near and far clipping planes "
587 ("Bad viewing frustum: near and far clipping planes "
639 void Frustum<T>::planes(Plane function in class:Imath::Frustum
672 void Frustum<T>::planes(Plane3<T> p[6], const Matrix44<T> &M) function in class:Imath::Frustum
[all...]
/haiku-fatelf/src/add-ons/media/plugins/mp4_reader/
H A Dmp4_reader.cpp455 format->u.encoded_video.frame_size = video_format->width * video_format->height * video_format->planes / 8;
456 format->u.encoded_video.output.display.bytes_per_row = video_format->planes / 8 * video_format->width;
460 switch (video_format->planes) {

Completed in 428 milliseconds