fbs/fontandbitmapserver/inc/FbsMessage.H
changeset 187 9f66f99ee56f
parent 36 01a6848ebfd7
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
    72 	EFbsMessSetHeapFail,	//for memory testing only
    72 	EFbsMessSetHeapFail,	//for memory testing only
    73 	EFbsMessHeapCount, //for memory testing only
    73 	EFbsMessHeapCount, //for memory testing only
    74 	EFbsMessSetHeapReset, //for memory testing only
    74 	EFbsMessSetHeapReset, //for memory testing only
    75 	EFbsMessSetHeapCheck, //for memory testing only
    75 	EFbsMessSetHeapCheck, //for memory testing only
    76 	EFbsMessHeap, //for memory testing only
    76 	EFbsMessHeap, //for memory testing only
    77 	EFbsMessUnused2, //to put a character in the linked fonts cache
    77 	EFbsMessUnused2, //Implementation removed
    78 	EFbsMessBitmapClean, // replace a dirty bitmap with the clean one
    78 	EFbsMessBitmapClean, // replace a dirty bitmap with the clean one
    79 	EFbsMessBitmapLoadFast, // for loading bitmap from mbm or rsc file not opened by the client
    79 	EFbsMessBitmapLoadFast, // for loading bitmap from mbm or rsc file not opened by the client
    80 	EFbsMessBitmapNotifyDirty, // notify when any bitmap becomes dirty
    80 	EFbsMessBitmapNotifyDirty, // notify when any bitmap becomes dirty
    81 	EFbsMessBitmapCancelNotifyDirty, // cancel request for notification of any bitmap becoming dirty
    81 	EFbsMessBitmapCancelNotifyDirty, // cancel request for notification of any bitmap becoming dirty
    82 	EFbsMessRegisterLinkedTypeface, //Register linked typeface specification with rasterizer (PREQ2146)
    82 	EFbsMessRegisterLinkedTypeface, //Register linked typeface specification with rasterizer (PREQ2146)
    85 	EFbsMessUpdateLinkedTypeface, //Update an existing linked typeface specification with rasterizer; file valid after reboot
    85 	EFbsMessUpdateLinkedTypeface, //Update an existing linked typeface specification with rasterizer; file valid after reboot
    86 	EFbsMessGetFontTable,
    86 	EFbsMessGetFontTable,
    87 	EFbsMessReleaseFontTable,
    87 	EFbsMessReleaseFontTable,
    88 	EFbsMessGetGlyphOutline,
    88 	EFbsMessGetGlyphOutline,
    89 	EFbsMessReleaseGlyphOutline,
    89 	EFbsMessReleaseGlyphOutline,
       
    90 	EFbsMessGetGlyphs, // Retrieve rasterised glyphs from glyph atlas and closes last glyph retrieved
       
    91 	EFbsMessNoOp, // No-op call; used to ensure that the RSgImage of the last glyph retrieved from glyph atlas has been closed
       
    92 	EFbsMessGetGlyphMetrics, // Retrieve metrics of multiple glyph codes in one message
       
    93 	EFbsMessAtlasFontCount, // (Debug-only) Retrieve the number of fonts with glyphs in the H/W Glyph cache
       
    94 	EFbsMessAtlasGlyphCount, // (Debug-only) Retrieve the number of glyphs (optionally, given a specific font) stored in the H/W Glyph cache
       
    95 	EFbsMessOogmNotification, // An action requested by the GOoM framework. Reduce or re-instate graphics memory usage.
       
    96 	EFbsMessGetGlyphCacheMetrics, // Retrieve the glyph-cache size, its maximum limit and whether the maximum is the reduced value used in OoGm situations.
    90 	// If you are adding new messages don't forget to check that the 
    97 	// If you are adding new messages don't forget to check that the 
    91 	// security permissions are set correctly (KRanges & KElementsIndex in server.cpp)
    98 	// security permissions are set correctly (KRanges & KElementsIndex in server.cpp)
    92 	};
    99 	};
    93 
   100 
    94 #endif // __FBSMESSAGE_H__
   101 #endif // __FBSMESSAGE_H__