Home
last modified time | relevance | path

Searched refs:Left (Results 1 – 19 of 19) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudio_source_writer.cpp62 line = copy.Left(newline); in FileWrite()
79 formatted = line.Left(index); in FileWrite()
96 formatted = line.Left(index); in FileWrite()
149 one_header = str.Left(index); in WriteAdditionalHeaders()
159 one_header = one_header.Left(one_header.GetLength() - 1); in WriteAdditionalHeaders()
DCommandInfo.cpp79 argument = argument.Left(index); in ReadArgument()
124 CString pathname = cmd.Left(index + 4); in ReadCommandLineInfo()
148 option = cmd.Left(index); in ReadCommandLineInfo()
158 argument = cmd.Left(index); in ReadCommandLineInfo()
355 path = name.Left(index); in ReadPathName()
Dstudiox_screen_driver.c90 INT Left; in guix_canvas_flush() local
131 Left = Copy.gx_rectangle_left; in guix_canvas_flush()
140 Left = Left * scale / 100; in guix_canvas_flush()
158 StretchDIBits(hdcMem, Left + xpos, Top + ypos, copy_width, copy_height, in guix_canvas_flush()
243 …BitBlt(win_device, Left + xpos, Top + ypos, copy_width, copy_height, hdcMem, Left + xpos, Top + yp… in guix_canvas_flush()
253 StretchDIBits(win_device, Left + xpos, Top + ypos, copy_width, copy_height, in guix_canvas_flush()
Dsplash_screen.cpp47 CString month = date.Left(3); in ScreenReaderMessage()
176 CString month = date.Left(3); in OnPaint()
Dmessage_dialog.cpp110 string_process = string_left.Left(index_count); in AddCStaticControl()
117 temp_string = string_process.Left(index); in AddCStaticControl()
Dstudiox_util.cpp279 base = base.Left(base.ReverseFind('\\')); in ConcatPathNames()
374 pathname = pathname.Left(index); in CheckOutputFileSecurity()
383 pathname = pathname.Left(index); in CheckOutputFileSecurity()
457 return filename.Left(pos); in RemoveFileExtension()
1057 root_path = root_path.Left(root_path.Find(_T("\\Debug"), 0)); in GetStudioInstallFolder()
1062 root_path = root_path.Left(root_path.Find(_T("\\studiox"), 0)); in GetStudioInstallFolder()
1067 root_path = root_path.Left(root_path.Find(_T("\\Release"), 0)); in GetStudioInstallFolder()
1832 … if ((name.Left(size) == child_name) && (name_suffix.SpanIncluding(L"0123456789") == name_suffix)) in NameExists()
1896 list->Add(str.Left(index)); in SplitString()
Dstring_table.cpp819 out.Append(val.Left(index + 1)); in UpdateRichTextResourceName()
827 tag = val.Left(index); in UpdateRichTextResourceName()
834 out.Append(val.Left(index + 1)); in UpdateRichTextResourceName()
841 id_name = val.Left(index); in UpdateRichTextResourceName()
Dproject_view.cpp1020 CString path = pathname.Left(pathname.GetLength() - name.GetLength() - 1); in OpenProject()
1042 CString path = pathname.Left(pathname.GetLength() - name.GetLength() - 1); in MergeProject()
1083 path = path.Left(path.GetLength() - name.GetLength() - 1); in OpenHistoryProject()
2146 seed = seed.Left(underscore); in CreateUniqeFolderName()
3015 pathname = pathname.Left(pathname.GetLength() - filename.GetLength() - 1); in OnTestMessage()
3026 pathname = pathname.Left(pathname.GetLength() - filename.GetLength() - 1); in OnTestMessage()
Dresource_tree.cpp256 seed = seed.Left(underscore); in CreateUniqueFolderName()
Dtrigger_edit_dlg.cpp548 string = string.Left(index); in SaveEventType()
Dscreen_flow.cpp464 trigger_name = trigger->trigger_name.Left(pos + 1); in UpdateIdName()
DMainFrm.cpp1505 str = str.Left(index + 1); in MacroPlayThread()
1524 str = str.Left(index + 1); in MacroPlayThread()
Dresource_gen.cpp1833 out.Append(val.Left(index + 1)); in RichTextResIdName2ResId()
1841 tag = val.Left(index); in RichTextResIdName2ResId()
1858 out.Append(val.Left(index + 1)); in RichTextResIdName2ResId()
1865 id_name = val.Left(index); in RichTextResIdName2ResId()
Dstudiox.rc471 MENUITEM "Align &Left", ID_ALIGN_LEFT
1985 ID_ALIGN_LEFT "Left-align selected widgets\nAlign-Left"
DStudioXProject.cpp3356 new_path = new_path.Left(new_path.GetLength() - new_name.GetLength()); in SaveAs()
3360 new_name = new_name.Left(new_name.GetLength() - 4); in SaveAs()
3654 put->name = put->name.Left(40); in ReadOneResource()
4838 temp_name = temp_name.Left(symbol_index - 1); in ReadProjectHeader()
4953 mHeader.project_name = mHeader.project_name.Left(index); in Read()
Dwidget_factory.cpp790 seed = seed.Left(underscore); in CreateUniqueAppNames()
Dresource_view.cpp2715 filename = filename.Left(index); in OnGenerateXML()
Dscreen_generator.cpp4787 scope_name = prefix.Left(prefix.GetLength() - app_name.GetLength()); in WriteWidgetProperties()
/GUIX-v6.2.1/ports/win32/src/
Dgx_win32_display_driver.c1283 INT Left; in gx_win32_display_buffer_toggle() local
1335 Left = Copy.gx_rectangle_left; in gx_win32_display_buffer_toggle()
1339 StretchDIBits(win_device, Left, Top, Width, Height, in gx_win32_display_buffer_toggle()