CN114201134A - Optimized display method of Toast in multi-window mode in android compatible environment - Google Patents

Optimized display method of Toast in multi-window mode in android compatible environment Download PDF

Info

Publication number
CN114201134A
CN114201134A CN202210144251.1A CN202210144251A CN114201134A CN 114201134 A CN114201134 A CN 114201134A CN 202210144251 A CN202210144251 A CN 202210144251A CN 114201134 A CN114201134 A CN 114201134A
Authority
CN
China
Prior art keywords
toast
android
linux
data
window
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210144251.1A
Other languages
Chinese (zh)
Other versions
CN114201134B (en
Inventor
温研
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Linzhuo Information Technology Co Ltd
Original Assignee
Beijing Linzhuo Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Linzhuo Information Technology Co Ltd filed Critical Beijing Linzhuo Information Technology Co Ltd
Priority to CN202210144251.1A priority Critical patent/CN114201134B/en
Publication of CN114201134A publication Critical patent/CN114201134A/en
Application granted granted Critical
Publication of CN114201134B publication Critical patent/CN114201134B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1407General aspects irrespective of display type, e.g. determination of decimal point position, display with fixed or driving decimal point, suppression of non-significant zeros
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/544Remote
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/545Gui
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Digital Computer Display Output (AREA)

Abstract

The invention discloses an optimized display method of Toast in a multi-window mode in an android compatible environment, which comprises the steps of rendering a layer corresponding to the same Toast in a buffer area in an android system of the android compatible environment, directly sending data of the buffer area to a Linux system, and drawing by an android application display program running in the Linux system, thereby effectively saving the system overhead of displaying the Toast in the Linux system, further reducing the time delay of Toast display, enhancing the synchronism between the android system and the Linux system and effectively improving the user experience.

Description

Optimized display method of Toast in multi-window mode in android compatible environment
Technical Field
The invention belongs to the technical field of development of installing mobile application on a desktop operating system, and particularly relates to an optimized display method of Toast in a multi-window mode in an android compatible environment.
Background
The android compatible environment (hereinafter abbreviated as android compatible environment) of the Linux operating system is a technology for running android applications (apps) on the Linux operating system, and has important significance for enriching the application ecology of the Linux operating system. The xDroid is a typical Linux operating system android compatible environment, and compatibility of android application and a Linux operating system is achieved through coordination of the xDroid and the xDroid ui. In order to facilitate the user to operate multiple applications simultaneously, the android system introduced a multi-window mode starting from version 7.0, i.e., allowing the user to open multiple applications simultaneously in the same screen. Toast is a lightweight information reminding mechanism provided by the android system, is used for reminding an instant message to a user, is displayed on the uppermost layer of an application program interface, automatically disappears after being displayed for a period of time, does not interrupt the current operation, does not obtain a focus, and cannot be clicked. The layout design of Toast in the existing android system is very simple, and usually, views (views), such as text views (textviews) and picture views (imageviews), are inserted into a linear layout (linear layout) of a vertical layout to change the content of Toast.
However, when the multi-window mode of the android system is used in an android compatible environment, the problems that the position of the Toast display is wrong, the display of the Toast cannot correspond to the android application and the like can be solved by adopting the existing Toast display mode, however, the implementation mode is too complex, the system overhead of the Linux system can be increased to a certain extent, the Toast display delay is increased, the synchronism is poor, and the user experience is further reduced.
Disclosure of Invention
In view of this, the invention provides an optimized display method of Toast in a multi-window mode in an android compatible environment, which can realize fast and efficient display of Toast in the multi-window mode of an android system in the android compatible environment.
The invention provides an optimized display method of Toast in a multi-window mode in an android compatible environment, which comprises the following steps:
step 1, when an android compatible environment monitors Toast generated by an android system, marking a layer corresponding to the Toast to form a Toast layer;
step 2, in the layer rendering process, the android compatible environment renders the Toast layers with the same marks into an android buffer area to form cache data; when the content of the Toast layer is updated, the android compatible environment renders the updated Toast layer with the same mark into an android buffer area to form cache data;
and 3, sending the cache data generated in the step 2 to an android application display program running on a Linux system, creating a Linux window by the android application display program, and converting the cache data and then drawing the cache data in the Linux window.
Further, the optimized display method further comprises the step of encoding the cache data generated in the step 2 into a Toast image, the step 3 of sending the Toast image to an android application display program running on a Linux system, the android application display program creating a Linux window, and the Toast image being drawn in the Linux window.
Further, the manner of converting the cache data and then drawing the cache data in the Linux window in the step 3 is as follows: and modifying the head data structure of the cache data to enable the cache data to be matched with a Linux buffer area, and then drawing in the Linux window.
Further, the manner of converting the cache data and then drawing the cache data in the Linux window in the step 3 is as follows: and establishing a conversion method from the android buffer area to the Linux buffer area in the Linux system, and drawing the cache data in the created Linux window by adopting the conversion method.
Further, when the content of the Toast layer in step 2 is updated, the vertex or the primitive of the Toast layer is changed.
The invention provides an optimized display system of Toast in a multi-window mode in an android compatible environment, which comprises a Toast display monitoring module, an android layer rendering module, a data transmission module, a data conversion module and an android application display module;
the Toast display monitoring module runs in an android compatible environment and is used for monitoring Toast generated by an android system, and when the Toast to be displayed exists, a layer marked with the Toast is a Toast layer; when the content of the Toast layer is updated, determining the updated Toast layer;
the android layer rendering module runs in an android compatible environment and is used for rendering the Toast layers with the same marks output by the Toast display monitoring module into an android buffer area to form cache data;
the data transmission module runs in an android compatible environment and is used for sending the received data or cache data to the data conversion module;
the data conversion module runs in a Linux system and is used for converting the received cache data to be matched with a buffer area of the Linux system and then sending the converted data to the android application display module; meanwhile, the received non-cache data is forwarded to the android application display module;
the android application display module runs in a Linux system and is used for creating a Linux window and drawing the data received from the data conversion module into the Linux window.
Further, the optimized display system further comprises an image generation module, wherein the image generation module runs in an android compatible environment, and is used for encoding the cache data generated by the android layer rendering module to form a Toast image and sending the Toast image to the data transmission module.
Further, the data conversion module converts the received cache data to adapt to a buffer area of the Linux system in the following manner: by modifying the format of the received cache data.
Further, the data conversion module converts the received cache data to adapt to a buffer area of the Linux system in the following manner: and converting the android buffer area into a Linux buffer area in the Linux system.
Has the advantages that:
1. according to the method, the layers corresponding to the same Toast are rendered in the buffer area in the android system in the android compatible environment, the data of the buffer area are directly sent to the Linux system, and are drawn by the android application display program running in the Linux system, so that the system overhead of the Toast displayed in the Linux system is effectively saved, the time delay of Toast display is further shortened, the synchronism between the android system and the Linux system is enhanced, and the user experience is effectively improved.
2. According to the method, the layers corresponding to the same Toast are rendered in the buffer area in the android system of the android compatible environment, then all the layers in the buffer area are rendered into the images according to the front-back sequence between the layers, and then the images are sent to the Linux system to realize the display of the Toast in the image mode, so that the system overhead of the display of the Toast in the Linux system is further saved, and the display efficiency of the Toast is improved.
Drawings
Fig. 1 is a flowchart of an optimized display method for Toast in a multi-window mode in an android compatible environment according to the present invention.
Fig. 2 is a structural diagram of an optimized display system of Toast in a multi-window mode in an android compatible environment provided by the present invention.
Fig. 3 is a structural diagram of an optimized display system of Toast in a multi-window mode in an android compatible environment provided by the present invention.
Detailed Description
The invention is described in detail below by way of example with reference to the accompanying drawings.
The invention provides an optimized display method of Toast under a multi-window mode in an android compatible environment, which has the core idea that: rendering all layers corresponding to the same Toast to a buffer area in an android system of the android compatible environment, then sending the buffer area to a Linux system, and rendering and displaying data in the buffer area by an android application display program running in the Linux system.
The invention provides an optimized display method of Toast in a multi-window mode in an android compatible environment, the flow is shown in figure 1, and the method specifically comprises the following steps:
step 1, when monitoring a to-be-displayed Toast generated by an android system in an android compatible environment, determining a Layer (Layer) corresponding to the Toast, and marking the Layer as a Toast Layer _ n, wherein n is the number of the Toast, and the number of the Toast is unique in one running process of the android compatible environment.
Specifically, the manner of monitoring the Toast to be displayed in the android compatible environment may be implemented by modifying a display function (show function) of the Toast class in the android system. For example, after the View set corresponding to the Toast is added to the Window, the Window is marked as the Toast Window, and then the operating process of creating a Layer for the Window is intercepted, and when the Window is the Toast Window, the Layer is marked as the Toast Layer.
Step 2, rendering all layers with the same ToastLayer _ n mark to an android buffer area to form cache data in the layer rendering process of the android compatible environment; meanwhile, the android compatible environment monitors the updating condition of the Toast layer, when the Toast layer only has size change, the android compatible environment ignores the updating, when the Toast layer has content updating, such as vertex updating, primitive updating and the like, the android compatible environment renders all updated layers with the same Toast layer _ n mark into an android buffer area to form cache data.
Specifically, the method comprises the steps of intercepting an operation of layer rendering in a surfaceFlanger of an android compatible environment, creating an OpenGL ES buffer area when a layer has a Toast layer mark, and rendering the content of the layer into the buffer area by adopting a layer rendering method.
And 3, sending the cache data generated in the step 2 to an android application display program running on a Linux system, wherein the android application display program creates a Linux window and a Linux buffer area related to the Linux window, modifies a head data structure of the cache data to enable the cache data to be matched with the Linux buffer area, writes the cache data into the Linux buffer area, and draws the data of the Linux buffer area in the Linux window by adopting a rendering method of the Linux system.
Specifically, after receiving the cache data, the android application display program creates a Linux window, creates an OpenGL buffer area after obtaining a handle of the Linux window, modifies a head data structure of the cache data, converts the cache data into new cache data adapted to the OpenGL buffer area, and calls an OpenGL function to draw the new cache data in the Linux window.
In addition, in order to further improve the drawing efficiency of the Linux window, a conversion method from an android buffer area to the Linux buffer area is established in the Linux system, the android application display program draws the cache data in the created Linux window by adopting the conversion method, and the cache data can be directly drawn in the Linux window by adopting the rendering method of the Linux system under the condition that the data structure of the cache data is not modified. For example, a conversion method from an OpenGL ES buffer to an OpenGL buffer is created by using an OpenGL rendering Language (GLSL), and when a Linux system initializes an OpenGL context, compilation of the conversion method is completed, and the OpenGL ES buffer can be directly drawn in the OpenGL window by using a GPU using the conversion method.
Further, in order to ensure the display effect of Toast, the size of the Linux window created by the android application display program is the equal scaling of the Toast size represented by the android buffer data.
The method can send the Toast display message to the android application display program in an asynchronous RPC calling mode. According to the Toast implementation mechanism of the android system, if the Linux system has a long processing time and the result returned to the android system is overtime, exception is thrown in the Toast processing process, so that the message is sent in an asynchronous RPC calling mode. For an android compatible environment xDroid, the android application display program is xDroid ui.
Further, in order to facilitate the operation of the user, the Linux window created by the android application display program is displayed in the top android application window at the topmost layer or in a window of a task bar of the Linux system.
In addition, in order to further improve the timeliness of Toast display in the android system multi-window mode in the android compatible environment, the steps 2 and 3 can be realized in the following manner:
in the process of rendering layers, the android compatible environment renders all layers with the same ToastLayer _ n mark into an android buffer area to form cache data, encodes the cache data according to an image format, and converts the cache data into a Toast image; and then, sending the Toast image to an android application display program running on a Linux system, creating a Linux window by the android application display program according to the size of the Toast image, and then drawing the Toast image in the Linux window.
The android application display program establishes a Linux window according to the size of the Toast image, and then draws the Toast image in the Linux window, and the android application display program is realized by utilizing a Qt (application program development framework) library and other UI libraries. The image formats include Bitmap, PNG, and the like. In addition, the android application display program can also adopt a conversion method to draw the image in a Linux window.
The invention provides an optimized display system of Toast in a multi-window mode in an android compatible environment, which has a system structure shown in figure 2 and comprises a Toast display monitoring module, an android layer rendering module, a data transmission module, a data conversion module and an android application display module.
The system comprises a Toast display monitoring module, a display module and a display module, wherein the Toast display monitoring module runs in an android compatible environment and is used for monitoring a to-be-displayed Toast generated by an android system, determining a layer corresponding to the Toast when the to-be-displayed Toast is monitored, and marking all layers of the Toast; when the fact that the Toast layer only has size change is monitored, the android compatible environment ignores the updating; when the fact that the content of the Toast layer is updated is monitored, all layers with the same marks corresponding to the updated Toast are determined. The content update includes vertex update, primitive update and other conditions.
The android layer rendering module runs in an android compatible environment and is used for rendering all layers with the same mark output by the Toast display monitoring module into an android buffer area to form cache data.
The data transmission module runs in an android compatible environment and is used for sending the received data or the cache data to the data conversion module.
The data conversion module runs in the Linux system and is used for converting the received cache data to enable the cache data to be adaptive to a buffer area of the Linux system and then sending the converted data to the android application display module; and the cache module is used for forwarding the received non-cache data to the android application display module.
The android application display module runs in the Linux system and is used for creating a Linux window and a Linux buffer area related to the Linux window and drawing the data received from the data conversion module into the Linux window.
Furthermore, the invention provides a way that the data conversion module in the optimized display system of Toast in the multi-window mode in the android compatible environment converts the received data to be adaptive to the buffer area of the Linux system, which is realized by modifying the format of the received data or converting the android buffer area into the Linux buffer area.
In addition, the invention provides an optimized display system of Toast in a multi-window mode in an android compatible environment, which further comprises an image generation module, and the system structure is shown in fig. 3. The image generation module runs in an android compatible environment and is used for encoding the cache data generated by the android layer rendering module by adopting an image format to form an image and then sending the image to the data transmission module.
The android application display module draws the data received from the data conversion module into the Linux window in the following mode: the system is implemented by using a UI library such as a Qt (application development framework) library.
In summary, the above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (9)

1. An optimized display method of Toast in a multi-window mode in an android compatible environment is characterized by comprising the following steps:
step 1, when an android compatible environment monitors Toast generated by an android system, marking a layer corresponding to the Toast to form a Toast layer;
step 2, in the layer rendering process, the android compatible environment renders the Toast layers with the same marks into an android buffer area to form cache data; when the content of the Toast layer is updated, the android compatible environment renders the updated Toast layer with the same mark into an android buffer area to form cache data;
and 3, sending the cache data generated in the step 2 to an android application display program running on a Linux system, creating a Linux window by the android application display program, and converting the cache data and then drawing the cache data in the Linux window.
2. The optimized display method according to claim 1, wherein the optimized display method further comprises encoding the cached data generated in the step 2 into a Toast image, and the step 3 sends the Toast image to an android application display program running on a Linux system, wherein the android application display program creates a Linux window and draws the Toast image in the Linux window.
3. The optimized display method according to claim 1, wherein the manner of rendering the cache data in the Linux window after converting in step 3 is as follows: and modifying the head data structure of the cache data to enable the cache data to be matched with a Linux buffer area, and then drawing in the Linux window.
4. The optimized display method according to claim 1, wherein the manner of rendering the cache data in the Linux window after converting in step 3 is as follows: and establishing a conversion method from the android buffer area to the Linux buffer area in the Linux system, and drawing the cache data in the created Linux window by adopting the conversion method.
5. The method according to claim 1, wherein in the step 2, when the content of the Toast layer is updated, the vertices or the primitives of the Toast layer are changed.
6. An optimized display system of Toast in a multi-window mode in an android compatible environment is characterized by comprising a Toast display monitoring module, an android layer rendering module, a data transmission module, a data conversion module and an android application display module;
the Toast display monitoring module runs in an android compatible environment and is used for monitoring Toast generated by an android system, and when the Toast to be displayed exists, a layer marked with the Toast is a Toast layer; when the content of the Toast layer is updated, determining the updated Toast layer;
the android layer rendering module runs in an android compatible environment and is used for rendering the Toast layers with the same marks output by the Toast display monitoring module into an android buffer area to form cache data;
the data transmission module runs in an android compatible environment and is used for sending the received data or cache data to the data conversion module;
the data conversion module runs in a Linux system and is used for converting the received cache data to be matched with a buffer area of the Linux system and then sending the converted data to the android application display module; meanwhile, the received non-cache data is forwarded to the android application display module;
the android application display module runs in a Linux system and is used for creating a Linux window and drawing the data received from the data conversion module into the Linux window.
7. The optimized display system of claim 6, further comprising an image generation module, running in an android compatible environment, configured to encode the cached data generated by the android layer rendering module to form a Toast image, and send the Toast image to the data transmission module.
8. The optimized display system of claim 6, wherein the data conversion module converts the received cache data to fit a buffer of the Linux system by: by modifying the format of the received cache data.
9. The optimized display system of claim 6, wherein the data conversion module converts the received cache data to fit a buffer of the Linux system by: and converting the android buffer area into a Linux buffer area in the Linux system.
CN202210144251.1A 2022-02-17 2022-02-17 Optimized display method of Toast in multi-window mode in android compatible environment Active CN114201134B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210144251.1A CN114201134B (en) 2022-02-17 2022-02-17 Optimized display method of Toast in multi-window mode in android compatible environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210144251.1A CN114201134B (en) 2022-02-17 2022-02-17 Optimized display method of Toast in multi-window mode in android compatible environment

Publications (2)

Publication Number Publication Date
CN114201134A true CN114201134A (en) 2022-03-18
CN114201134B CN114201134B (en) 2022-04-29

Family

ID=80645571

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210144251.1A Active CN114201134B (en) 2022-02-17 2022-02-17 Optimized display method of Toast in multi-window mode in android compatible environment

Country Status (1)

Country Link
CN (1) CN114201134B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116627579A (en) * 2023-07-24 2023-08-22 麒麟软件有限公司 Method and device for scaling android application window on Linux

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572110A (en) * 2015-01-19 2015-04-29 山东大学 Optimizing method of Toast activeX in android system
CN106569798A (en) * 2016-10-13 2017-04-19 上海斐讯数据通信技术有限公司 Android system Toast information control method and system
US20190260879A1 (en) * 2009-01-28 2019-08-22 Headwater Research Llc System and Method for Providing User Notifications
CN112433695A (en) * 2020-12-02 2021-03-02 北京麟卓信息科技有限公司 Android system DPI self-adjusting method and device on Linux platform
CN113157464A (en) * 2021-04-27 2021-07-23 麒麟软件有限公司 Method for sharing Linux end input event to Android
CN113254154A (en) * 2021-05-21 2021-08-13 技德技术研究所(武汉)有限公司 Application starting method and device for compatibly running Android system on Linux
CN113778280A (en) * 2021-09-13 2021-12-10 北京技德系统技术有限公司 Linux-compatible Android display message notification method and device
CN114022344A (en) * 2022-01-10 2022-02-08 北京蔚领时代科技有限公司 Linux server-based Android container rendering resource sharing method and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190260879A1 (en) * 2009-01-28 2019-08-22 Headwater Research Llc System and Method for Providing User Notifications
CN104572110A (en) * 2015-01-19 2015-04-29 山东大学 Optimizing method of Toast activeX in android system
CN106569798A (en) * 2016-10-13 2017-04-19 上海斐讯数据通信技术有限公司 Android system Toast information control method and system
CN112433695A (en) * 2020-12-02 2021-03-02 北京麟卓信息科技有限公司 Android system DPI self-adjusting method and device on Linux platform
CN113157464A (en) * 2021-04-27 2021-07-23 麒麟软件有限公司 Method for sharing Linux end input event to Android
CN113254154A (en) * 2021-05-21 2021-08-13 技德技术研究所(武汉)有限公司 Application starting method and device for compatibly running Android system on Linux
CN113778280A (en) * 2021-09-13 2021-12-10 北京技德系统技术有限公司 Linux-compatible Android display message notification method and device
CN114022344A (en) * 2022-01-10 2022-02-08 北京蔚领时代科技有限公司 Linux server-based Android container rendering resource sharing method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116627579A (en) * 2023-07-24 2023-08-22 麒麟软件有限公司 Method and device for scaling android application window on Linux
CN116627579B (en) * 2023-07-24 2023-10-31 麒麟软件有限公司 Method and device for scaling android application window on Linux

Also Published As

Publication number Publication date
CN114201134B (en) 2022-04-29

Similar Documents

Publication Publication Date Title
JP5306429B2 (en) Method for digital document processing
US8542253B2 (en) Magnification engine
JP5080554B2 (en) Efficient encoding of alternative graphic sets
US20090089453A1 (en) Remote visualization of a graphics application
CN110968944B (en) Method for displaying and operating CAD drawing on Web front end
CN103688240B (en) For sending method and the transmitters and receivers scene process equipment of numeral scene description data
TWI521939B (en) System and method for low bandwidth display information transport
CN114201134B (en) Optimized display method of Toast in multi-window mode in android compatible environment
JP5821610B2 (en) Information processing apparatus, information processing method, and program
US9176700B2 (en) Systems and/or methods for efficient rendering of business model related vector graphics
US11281849B2 (en) System and method for printable document viewer optimization
WO2022126773A1 (en) Text display method and system, electronic device, and storage medium
CN114741081B (en) Cross-operation environment display output sharing method based on heterogeneous cache access
JP2002207684A (en) Computer-readable recording medium, message transmission program, message reception program, message transmission/reception program, message transmitting method, message receiving method, message transmitting/receiving method and information processor
CN110474836A (en) A kind of email template generation method, calculates equipment and medium at device
CN113655975B (en) Image display method, image display device, electronic apparatus, and medium
CN107248947B (en) Expression processing method and processing device, computer equipment and storage medium
CN115270032B (en) Dynamic high-definition text display method and system based on WebGL
US20160063667A1 (en) Graphic Remoting System With Masked DMA And Graphic Processing Method
CN115225615A (en) Illusion engine pixel streaming method and device
CN111641656B (en) Hospital data real-time screen projection system
US20070052732A1 (en) Resolution independent image resource
JP6891811B2 (en) Information processing equipment, information processing methods, and programs
CN102256221B (en) Rapid multimedia color display transmission method
CN112488911A (en) Method for rendering GIF file on HTML5 CANVAS CANVAS

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant