Searched refs:bits_per_pix (Results 1 – 11 of 11) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | gx_studio_font_util.cpp | 233 INT GetRowPitch(INT width, INT bits_per_pix) in GetRowPitch() argument 238 switch (bits_per_pix) in GetRowPitch() 409 void RleEncodeGlyphData(GX_COMPRESSED_GLYPH *glyph, int bits_per_pix) in RleEncodeGlyphData() argument 413 int pitch = GetRowPitch(glyph->gx_glyph_width, bits_per_pix); in RleEncodeGlyphData() 435 GX_UBYTE* RleDecodeGlyphData(GX_COMPRESSED_GLYPH* glyph, int bits_per_pix) in RleDecodeGlyphData() argument 437 int pitch = GetRowPitch(glyph->gx_glyph_width, bits_per_pix); in RleDecodeGlyphData() 496 void CopyGlyphData(GX_GLYPH *put_glyph, GXS_FONT_DATA &glyph, int bits_per_pix, BOOL reversed_order) in CopyGlyphData() argument 516 bitmap_size = GetRowPitch(glyph.width, bits_per_pix) * glyph.height; in CopyGlyphData() 525 switch(bits_per_pix) in CopyGlyphData() 627 …int height, FONT_METRICS &metrics, int firstchar, int lastchar, int bits_per_pix, FontCharMap &map) in GetFontMetrics() argument [all …]
|
| D | studiox_util.h | 91 void RleEncodeGlyphData(GX_COMPRESSED_GLYPH* glyph, int bits_per_pix); 92 GX_UBYTE* RleDecodeGlyphData(GX_COMPRESSED_GLYPH* glyph, int bits_per_pix); 96 INT GetRowPitch(INT width, INT bits_per_pix);
|
| D | ProjectConfigDlg.cpp | 317 switch(mpProject->mDisplays[display_index].bits_per_pix) in InitDisplayConfig() 350 EnableDisable(mpProject->mDisplays[display_index].bits_per_pix, mpProject); in InitDisplayConfig() 399 mpProject->mDisplays[display_index].bits_per_pix = 1; in SaveDisplayConfig() 404 mpProject->mDisplays[display_index].bits_per_pix = 2; in SaveDisplayConfig() 409 mpProject->mDisplays[display_index].bits_per_pix = 4; in SaveDisplayConfig() 414 mpProject->mDisplays[display_index].bits_per_pix = 8; in SaveDisplayConfig() 430 mpProject->mDisplays[display_index].bits_per_pix = 16; in SaveDisplayConfig() 467 mpProject->mDisplays[display_index].bits_per_pix = 24; in SaveDisplayConfig() 498 mpProject->mDisplays[display_index].bits_per_pix = 32; in SaveDisplayConfig() 631 (color_format_changed && (mpProject->mDisplays[display_index].bits_per_pix <= 8))) in SaveDisplayConfig() [all …]
|
| D | ProjectConfigDlg.h | 36 void EnableDisable(int bits_per_pix, studiox_project *project);
|
| D | configure_theme_dlg.cpp | 407 if ((project->mDisplays[mDisplayIndex].bits_per_pix == 8) && in ShowHidePaletteEditButton()
|
| D | StudioXProject.cpp | 916 mDisplays[index].bits_per_pix = 16; in InitProjectHeader() 1107 new_project->mDisplays[display].bits_per_pix = src->mDisplays[display].bits_per_pix; in Clone() 3012 writer.WriteInt("bits_per_pix", pInfo->bits_per_pix); in WriteDisplayInfo() 4399 reader.ReadInt("bits_per_pix", pInfo->bits_per_pix); in ReadDisplayInfo() 4435 switch(pInfo->bits_per_pix) in ReadDisplayInfo() 4483 pInfo->bits_per_pix = 16; in ReadDisplayInfo()
|
| D | StudioXProject.h | 501 int bits_per_pix; variable
|
| D | image_reader.cpp | 1637 void image_reader::SetDefaultPixelReader(int bits_per_pix) in SetDefaultPixelReader() argument 1639 switch(bits_per_pix) in SetDefaultPixelReader()
|
| D | rich_text_edit_dlg.cpp | 630 int bpp = project->mDisplays[active_display].bits_per_pix; in MakeWidgetPreview()
|
| D | string_table_edit_dlg.cpp | 3115 int bpp = project->mDisplays[active_display].bits_per_pix; in MakeWidgetPreview()
|
| D | screen_generator.cpp | 4407 switch(m_project->mDisplays[display].bits_per_pix) in CalculateCanvasSizeBytes()
|