Searched refs:PFR (Results 1 – 17 of 17) sorted by relevance
/external/clang/test/Sema/ |
D | block-misc.c | 7 int (^PFR) (int) = 0; // OK in test1() local 8 PFR = II; // OK in test1() 10 if (PFR == II) // OK in test1() 13 if (PFR == IFP) // OK in test1() 16 if (PFR == (int (^) (int))IFP) // OK in test1() 19 if (PFR == 0) // OK in test1() 22 if (PFR) // OK in test1() 25 if (!PFR) // OK in test1() 28 return PFR != IFP; // OK in test1()
|
D | block-call.c | 10 int (^PFR) (int) = IFP; // OK in main() local 11 PFR = II; // OK in main() 13 int (^IFP) () = PFR; // OK in main() 27 int (^IPCC3) (const int) = PFR; in main()
|
/external/clang/test/SemaCXX/ |
D | block-call.cpp | 10 …int (^PFR) (int) = IFP; // expected-error {{cannot initialize a variable of type 'int (^)(int)' wi… in main() local 11 PFR = II; // OK in main() 13 int (^IFP) () = PFR; // OK in main() 27 int (^IPCC3) (const int) = PFR; in main()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/ |
D | module.mk | 20 $(ECHO_DRIVER)pfr $(ECHO_DRIVER_DESC)PFR/TrueDoc font files with extension *.pfr$(ECHO_DRIVER…
|
/external/freetype/include/freetype/ |
D | ftmoderr.h | 153 FT_MODERRDEF( PFR, 0xB00, "PFR module" )
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftmoderr.h | 153 FT_MODERRDEF( PFR, 0xB00, "PFR module" )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
D | ftmoderr.h | 153 FT_MODERRDEF( PFR, 0xB00, "PFR module" )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | modules.cfg | 52 # PFR/TrueDoc font driver. See optional extension ftpfr.c below also. 216 # Interface for accessing PFR-specific data. Needs PFR font driver.
|
D | Jamfile | 83 pfr # PFR/TrueDoc font driver
|
D | ChangeLog.21 | 1029 dynamic array when loading a glyph from a PFR font (Savannah bug 2448 * docs/formats.txt: Add more information on PFR format. 3779 2003-11-23: For PFR fonts, metrics->x_scale and metrics->y_scale are 4415 Migrating the PFR and WINFNT drivers to the new service-based 4681 Fixing PFR kerning support. The tables within the font file contain 6124 Several fixes to the PFR font driver: 6136 NOTE THAT THESE CHANGES THE FAMILY NAME OF MANY PFR FONTS! 6611 Added PFR-specific public API. Fixed the kerning retrievel routine 6690 Adding support for embedded bitmaps to the PFR driver, and rewriting 7960 Updated Win32/VC++ projects to include the new PFR driver. [all …]
|
D | ChangeLog.24 | 5903 Fix PFR change 2010-06-24. 5910 Improve PFR tracing messages. 5917 Fix last PFR change.
|
D | ChangeLog.23 | 1377 pitch in FT2 is typed as FT_UInt, although PFR font 3530 Fix return value for non-PFR fonts. Both problems reported by Chi 7820 the offset-by-1 computation, since the PFR format doesn't
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
D | formats.txt | 120 --- --- PFR PFR0 --- pfr [2] 121 --- --- PFR PFR1 --- --- (undocumented, proprietary; 132 [2] Official PFR specification:
|
D | TODO | 8 * Add track kerning support to the PFR driver.
|
D | INSTALL.ANY | 64 src/pfr/pfr.c -- PFR/TrueDoc font driver
|
D | CHANGES | 1512 - The PFR font loader no longer erroneously tags font files 1826 - An unbound dynamic buffer growth was fixed in the PFR loader. 2161 - The PFR font driver didn't load kerning tables correctly, and 2363 - The PFR driver didn't return the list of available embedded 2390 - The PFR font driver is now capable of returning the font family 2426 - The PFR font driver returned incorrect advance widths if the 2505 - The PFR driver now supports embedded bitmaps (all formats 2582 - The PFR driver had a bug in its composite loading code that 2598 the PFR driver as well. 2657 * A PFR font driver, contributed by David Turner himself. It [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/ |
D | smakefile | 278 # freetype library PFR font driver
|