1 // Copyright 2014 PDFium Authors. All rights reserved.
\r
2 // Use of this source code is governed by a BSD-style license that can be
\r
3 // found in the LICENSE file.
\r
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
\r
7 #ifndef _FDE_DEVICE_BASIC_IMP
\r
8 #define _FDE_DEVICE_BASIC_IMP
\r
9 struct FDE_HATCHDATA {
\r
12 FX_BYTE MaskBits[64];
\r
14 typedef FDE_HATCHDATA const * FDE_LPCHATCHDATA;
\r
15 FDE_LPCHATCHDATA FDE_DEVGetHatchData(FX_INT32 iHatchStyle);
\r