Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/
Dftbitmap.h158 FT_Bitmap* bitmap,
318 FT_Bitmap *bitmap );
Dftglyph.h172 FT_Bitmap bitmap; member
Dfreetype.h2064 FT_Bitmap bitmap; member
/GUIX-v6.4.1/guix_studio/
Dresource_item.cpp658 BITMAP bitmap; in PaintThemeHeader() local
661 map.GetBitmap(&bitmap); in PaintThemeHeader()
662 width = MulDiv(bitmap.bmWidth, m_sys_dpi, DEFAULT_DPI_96); in PaintThemeHeader()
663 height = MulDiv(bitmap.bmHeight, m_sys_dpi, DEFAULT_DPI_96); in PaintThemeHeader()
671 …n_rect.left, m_up_icon_rect.top, width, height, &dcMemory, 0, 0, bitmap.bmWidth, bitmap.bmHeight, … in PaintThemeHeader()
675 map.GetBitmap(&bitmap); in PaintThemeHeader()
683 …rect.left, m_down_icon_rect.top, width, height, &dcMemory, 0, 0, bitmap.bmWidth, bitmap.bmHeight, … in PaintThemeHeader()
DREADME.txt52 This bitmap file is used to create tiled images for the toolbar.
54 class. Edit this toolbar bitmap using the resource editor, and
Dgx_studio_font_util.cpp95 if (aa && slot->bitmap.pixel_mode == FT_PIXEL_MODE_MONO) in gx_studio_font_util_get_glyph()
101 font_data -> width = slot -> bitmap.width; in gx_studio_font_util_get_glyph()
102 font_data -> height = slot -> bitmap.rows; in gx_studio_font_util_get_glyph()
103 font_data -> pitch = slot -> bitmap.pitch; in gx_studio_font_util_get_glyph()
109 font_data -> gx_glyph_data = slot -> bitmap.buffer; in gx_studio_font_util_get_glyph()
Dresource_export_dlg.cpp686 BITMAP bitmap; in InitImageList() local
689 image.GetBitmap(&bitmap); in InitImageList()
692 int height = MulDiv(bitmap.bmHeight, GetSystemDPI(), DEFAULT_DPI_96); in InitImageList()
Dtarget_screen.cpp3124 BITMAP bitmap; in target_screen_to_bitmap() local
3125 GetObject(hbmMem, sizeof(BITMAP), &bitmap); in target_screen_to_bitmap()
3128 info.gx_bmp_header.biWidth = bitmap.bmWidth; in target_screen_to_bitmap()
3129 info.gx_bmp_header.biHeight = -bitmap.bmHeight; in target_screen_to_bitmap()
3130 …info.gx_bmp_header.biSizeImage = ((bitmap.bmWidth * info.gx_bmp_header.biBitCount + 31) / 32) * 4 … in target_screen_to_bitmap()
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/internal/
Dfttrace.h41 FT_TRACE_DEF( bitmap ) /* bitmap manipulation (ftbitmap.c) */
Dftobjs.h280 typedef void (*FT_Bitmap_LcdFilterFunc)( FT_Bitmap* bitmap,
286 ft_lcd_filter_fir( FT_Bitmap* bitmap,
/GUIX-v6.4.1/docs/
Drevision_history.txt81 …d new function gx_utility_canvas_to_bmp to export canvas memory and Windows compatible bitmap file.