/external/freetype/src/bdf/ |
D | README | 1 FreeType font driver for BDF fonts 10 BDF (Bitmap Distribution Format) is a bitmap font format defined by Adobe, 12 This code implements a BDF driver for the FreeType library, following the 13 Adobe Specification V 2.2. The specification of the BDF font format is 19 They do not define vertical metrics, because the X Consortium BDF 60 The driver supports an extension to the BDF format as used in Mark Leisher's 89 - As I have never seen a BDF font that defines vertical metrics, vertical 90 metrics are (parsed and) discarded. If you own a BDF font that defines
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jdcolext-sse2.asm | 99 psrlw xmm5, BYTE_BIT ; xmm5=Cb(13579BDF)=CbO 101 psrlw xmm1, BYTE_BIT ; xmm1=Cr(13579BDF)=CrO 181 psrlw xmm5, BYTE_BIT ; xmm5=Y(13579BDF)=YO 184 paddw xmm1, xmm5 ; xmm1=((R-Y)O+YO)=RO=R(13579BDF) 186 packuswb xmm1, xmm1 ; xmm1=R(13579BDF********) 189 paddw xmm3, xmm5 ; xmm3=((G-Y)O+YO)=GO=G(13579BDF) 191 packuswb xmm3, xmm3 ; xmm3=G(13579BDF********) 194 paddw xmm5, XMMWORD [wk(1)] ; xmm5=(YO+(B-Y)O)=BO=B(13579BDF) 196 packuswb xmm5, xmm5 ; xmm5=B(13579BDF********) 324 pcmpeqb xmm7, xmm7 ; xmm7=XO=X(13579BDF********) [all …]
|
D | jcgryext-sse2.asm | 273 ; xmm1=R(13579BDF)=RO, xmm3=G(13579BDF)=GO, xmm5=B(13579BDF)=BO
|
D | jdcolext-avx2.asm | 180 vpackuswb ymm1, ymm1, ymm1 ; ymm1=R(13579BDF********HJLNPRTV********) 185 vpackuswb ymm3, ymm3, ymm3 ; ymm3=G(13579BDF********HJLNPRTV********) 190 vpackuswb ymm5, ymm5, ymm5 ; ymm5=B(13579BDF********HJLNPRTV********) 352 vpcmpeqb ymm7, ymm7, ymm7 ; ymm7=XO=X(13579BDF********HJLNPRTV********) 355 vpxor ymm7, ymm7, ymm7 ; ymm7=XO=X(13579BDF********HJLNPRTV********)
|
D | jccolext-sse2.asm | 281 ; xmm1=R(13579BDF)=RO, xmm3=G(13579BDF)=GO, xmm5=B(13579BDF)=BO
|
/external/freetype/src/base/ |
D | ftbdf.c | 43 FT_FACE_FIND_SERVICE( face, service, BDF ); in FT_Get_BDF_Charset_ID() 80 FT_FACE_FIND_SERVICE( face, service, BDF ); in FT_Get_BDF_Property()
|
/external/libjpeg-turbo/simd/i386/ |
D | jdcolext-sse2.asm | 112 psrlw xmm5, BYTE_BIT ; xmm5=Cb(13579BDF)=CbO 114 psrlw xmm1, BYTE_BIT ; xmm1=Cr(13579BDF)=CrO 194 psrlw xmm5, BYTE_BIT ; xmm5=Y(13579BDF)=YO 197 paddw xmm1, xmm5 ; xmm1=((R-Y)O+YO)=RO=R(13579BDF) 199 packuswb xmm1, xmm1 ; xmm1=R(13579BDF********) 202 paddw xmm3, xmm5 ; xmm3=((G-Y)O+YO)=GO=G(13579BDF) 204 packuswb xmm3, xmm3 ; xmm3=G(13579BDF********) 207 paddw xmm5, XMMWORD [wk(1)] ; xmm5=(YO+(B-Y)O)=BO=B(13579BDF) 209 packuswb xmm5, xmm5 ; xmm5=B(13579BDF********) 338 pcmpeqb xmm7, xmm7 ; xmm7=XO=X(13579BDF********) [all …]
|
D | jcgryext-sse2.asm | 289 ; xmm1=R(13579BDF)=RO, xmm3=G(13579BDF)=GO, xmm5=B(13579BDF)=BO
|
D | jdcolext-avx2.asm | 193 vpackuswb ymm1, ymm1, ymm1 ; ymm1=R(13579BDF********HJLNPRTV********) 198 vpackuswb ymm3, ymm3, ymm3 ; ymm3=G(13579BDF********HJLNPRTV********) 203 vpackuswb ymm5, ymm5, ymm5 ; ymm5=B(13579BDF********HJLNPRTV********) 366 vpcmpeqb ymm7, ymm7, ymm7 ; ymm7=XO=X(13579BDF********HJLNPRTV********) 369 vpxor ymm7, ymm7, ymm7 ; ymm7=XO=X(13579BDF********HJLNPRTV********)
|
D | jccolext-sse2.asm | 297 ; xmm1=R(13579BDF)=RO, xmm3=G(13579BDF)=GO, xmm5=B(13579BDF)=BO
|
/external/freetype/docs/ |
D | LICENSE.TXT | 26 The contributed BDF and PCF drivers come with a license similar to that 29 `fthash.c' and `fthash.h'; their code was part of the BDF driver in
|
D | formats.txt | 20 `BDF', `PCF', and one form of `WINFNT'; all others are vector 77 --- BDF --- --- bdf 5005.BDF_Spec.pdf, X11
|
D | CHANGES | 188 - FreeType has improved handling of BDF fonts without the 1315 - Some vulnerabilities in the BDF implementation have been fixed. 1407 - The `ENCODING -1 <n>' format of BDF fonts is now supported. 1409 - For BDF fonts, support for the whole Unicode encoding range has 1470 - BDF fonts containing glyphs with negative values for ENCODING 2040 parsing BDF fonts, leading to a potentially exploitable heap 2353 BDF/PCF fonts, and only for them. This causes inconsistency. 2426 - The size comparison for BDF and PCF files could fail sometimes. 2500 - The method how BDF and PCF bitmap fonts are accessed has been 2502 were synonyms in FreeType's BDF and PCF interface. This has [all …]
|
D | INSTALL.ANY | 58 src/bdf/bdf.c -- BDF font driver
|
/external/freetype/include/freetype/internal/services/ |
D | svbdf.h | 42 FT_DEFINE_SERVICE( BDF ) in FT_DEFINE_SERVICE() argument
|
/external/freetype/include/freetype/ |
D | ftmoderr.h | 144 FT_MODERRDEF( BDF, 0x200, "BDF module" )
|
/external/freetype/ |
D | modules.cfg | 67 # BDF font driver. See optional extension ftbdf.c below also. 156 # Access BDF-specific strings. Needs BDF font driver.
|
D | Jamfile | 75 bdf # BDF font driver
|
D | ChangeLog.21 | 717 speed up font loading. The PCF and BDF loaders are still slow and 2042 The very problem is that both the PCF and BDF drivers do a lot more 3724 of the similar BDF function). 3852 Handle SETWIDTH_NAME and ADD_STYLE_NAME properties for BDF and PCF 4614 (bdf_service_bdf): New structure providing BDF services. 4927 already the value returned by the BDF and PCF drivers. 4972 (FNT_Size_Set_Pixels): Simplified; similar to BDF and PCF, the 6259 Adding a new API `FT_Get_BDF_Property' to retrieve the BDF 6260 properties of a given PCF or BDF font. 7998 Add new cmap support to BDF driver. [all …]
|
D | ChangeLog.22 | 696 Two BDF patches from Debian libfreetype6 for 2.1.10. 1796 Add support for an embedded `BDF ' table within SFNT-based bitmap 1798 original BDF fonts that were used to generate the font file. 1804 At the moment, this is still experimental, the BDF table format
|
D | ChangeLog.23 | 624 [BDF] Modify hash API to take size_t value instead of void *. 626 The hash API in BDF driver is designed to be generic, it takes 627 void * typed data. But BDF driver always gives an unsigned long 1081 sfnt: Extend TT_BDF->strings_size to FT_ULong for huge BDF. 1085 to FT_ULong, because BDF specification does not 1366 in FT2 API is typed as FT_UInt, although BDF driver 1371 FT_UInt, although BDF driver can handle unsigned long 5850 FT_Err_Corrupted_Font_Glyphs): New error codes for BDF files.
|
/external/pdfium/third_party/freetype/ |
D | 0000-include.patch | 81 /* an embedded `BDF ' table within SFNT-based bitmap formats. */
|
/external/freetype/builds/amiga/ |
D | smakefile | 244 # freetype library BDF bitmap font driver
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 186 ,"GB","AMP","Ampthill","Ampthill","BDF","--3-----","RL","0201",,"5202N 00030W", 233 ,"GB","ASY","Arlesey","Arlesey","BDF","--3-----","RL","0201",,"5200N 00015W", 436 ,"GB","BCY","Barton in the Clay","Barton in the Clay","BDF","--3-----","AF","9704",,, 484 ,"GB","BEF","Bedford","Bedford","BDF","--3-----","AF","9511","XQD",, 564 ,"GB","BIW","Biggleswade","Biggleswade","BDF","--3-----","AF","9511",,, 653 ,"GB","UNH","Blunham","Blunham","BDF","--3-----","RQ","0901",,"5208N 00019W", 826 ,"GB","BDF","Broadford, Isle of Skye","Broadford, Isle of Skye","HLD","1-3-----","AA","0701",,"5714… 1094 ,"GB","CTQ","Chalton","Chalton","BDF","--3-----","RQ","0907",,"5155N 00030W", 1226 ,"GB","CPT","Clipstone","Clipstone","BDF","--3-----","AF","9704",,, 1368 ,"GB","CRF","Cranfield","Cranfield","BDF","--3-----","AF","9704",,, [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 0503ab4287d1d4859d9d7f17569dc34b.00013284.honggfuzz.cov | 186 ��� �k��4������Ĉ�BDF P�g�!oy�@7f5;���_j��9F�b�$��O5{�W���OSh�Ok���9��F7��:uKr�+�Ї�:��… 297 ��� �k��4������Ĉ�BDF P�g�!oy�@7f5;���_j��9F�b�$��O5{�W���OSh�Ok���9��F7��:uKr�+�Ї�:��…
|