printergfx.hxx (161f4cd1) printergfx.hxx (ee206fda)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 21 unchanged lines hidden (view full) ---

30#include "tools/gen.hxx"
31
32#include <list>
33#include <hash_map>
34
35namespace psp {
36
37// forwards
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 21 unchanged lines hidden (view full) ---

30#include "tools/gen.hxx"
31
32#include <list>
33#include <hash_map>
34
35namespace psp {
36
37// forwards
38class JobData;
38struct JobData;
39
40/*
41 * lightweight container to handle RGB values
42 */
43
44class PrinterColor
45{
46public:

--- 72 unchanged lines hidden (view full) ---

119/*
120 * forward declarations
121 */
122
123class Font3;
124class GlyphSet;
125class PrinterJob;
126class PrintFontManager;
39
40/*
41 * lightweight container to handle RGB values
42 */
43
44class PrinterColor
45{
46public:

--- 72 unchanged lines hidden (view full) ---

119/*
120 * forward declarations
121 */
122
123class Font3;
124class GlyphSet;
125class PrinterJob;
126class PrintFontManager;
127class KernPair;
127struct KernPair;
128struct CharacterMetric;
129
130/*
131 * Bitmap Interface, this has to be filled with your actual bitmap implementation
132 * sample implementations can be found in:
133 * psprint/workben/cui/pspdem.cxx
134 * vcl/unx/source/gdi/salgdi2.cxx
135 */

--- 303 unchanged lines hidden ---
128struct CharacterMetric;
129
130/*
131 * Bitmap Interface, this has to be filled with your actual bitmap implementation
132 * sample implementations can be found in:
133 * psprint/workben/cui/pspdem.cxx
134 * vcl/unx/source/gdi/salgdi2.cxx
135 */

--- 303 unchanged lines hidden ---