Lines Matching refs:mpInfo
108 mpInfo = info; in BEGIN_MESSAGE_MAP()
180 COLORREF color = dlg->MakeColorRef(mpInfo->color_id[NORMAL_FILL_COLOR_INDEX]); in OnCreate()
182 color = dlg->MakeColorRef(mpInfo->color_id[NORMAL_TEXT_COLOR_INDEX]); in OnCreate()
185 mFontName = InitResList(&mFontBox, RES_TYPE_FONT, mpInfo->font_id[NORMAL_FONT_INDEX]); in OnCreate()
186 …mHighlightColorName = InitResList(&mHighlightColorBox, RES_TYPE_COLOR, mpInfo->color_id[NORMAL_FIL… in OnCreate()
187 …mTextColorName = InitResList(&mTextColorBox, RES_TYPE_COLOR, mpInfo->color_id[NORMAL_TEXT_COLOR_IN… in OnCreate()
483 mpInfo = info; in BEGIN_MESSAGE_MAP()
545 gx_widget_width_get(mpInfo->widget, &width); in OnSize()
546 gx_widget_height_get(mpInfo->widget, &height); in OnSize()
625 int widget_width = mpInfo->size.gx_rectangle_right - mpInfo->size.gx_rectangle_left + 1; in MakeWidgetPreview()
626 int widget_height = mpInfo->size.gx_rectangle_bottom - mpInfo->size.gx_rectangle_top + 1; in MakeWidgetPreview()
654 mpWidget = widget_factory::GenerateAppScreen(NULL, mpInfo); in MakeWidgetPreview()
660 int xpos = mpInfo->size.gx_rectangle_left; in MakeWidgetPreview()
661 int ypos = mpInfo->size.gx_rectangle_top; in MakeWidgetPreview()
745 if (mpInfo && mpCanvas && mpMem) in OnPaint()
778 mpInfo = info; in IMPLEMENT_DYNAMIC()
781 mDisplay = mpProject->GetDisplayIndex(mpInfo); in IMPLEMENT_DYNAMIC()
901 mpPreview = new rich_text_preview_win(mpInfo, this); in OnCreate()
909 mpButtonFrame = new text_edit_button_frame(mpInfo, this); in OnCreate()
942 CString id_name = table->GetResourceIdName(mpInfo->string_id[0]); in RichEditInit()
1031 …(_gx_rich_text_view_tag_enter((GX_RICH_TEXT_VIEW*)mpInfo->widget, &text, &format, &processed_count…
1245 GX_WIDGET* widget = mpInfo->widget; in MakeColorRef()