Home | History | Annotate | Download | only in mac

Lines Matching defs:Result

29   // This structure holds the result of LoadFont(). This structure is passed to
31 // task which sends the result to the originating renderer.
32 struct Result {
41 // |result->font_data| - shared memory buffer containing the raw data for
42 // the font file. The buffer is only valid when both |result->font_data_size|
43 // and |result->font_id| are not zero.
44 // |result->font_data_size| - size of data contained in |result->font_data|.
46 // |result->font_id| - unique identifier for the on-disk file we load for
49 static void LoadFont(const FontDescriptor& font, FontLoader::Result* result);