Sign in
flutter
/
third_party
/
harfbuzz
/
5aa2c6e194bc75637d3f4862a096c0e7100072e2
/
src
/
hb-ot-cmap-table.hh
0fb8a5c
[subset] Fix memory leak in cmap subsetting.
by Garret Rieger
· 7 years ago
d1f16fc
Don't use %zu
by Behdad Esfahbod
· 7 years ago
25136d9
Use %zu format specifier for size_t to fix cross platform build
by Dominik Röttsches
· 7 years ago
6fa690c
Fix debug build
by Behdad Esfahbod
· 7 years ago
1725c35
[subset] cmap space bracket
by Rod Sheeter
· 7 years ago
b1bd0b5
[subset] Minor
by Behdad Esfahbod
· 7 years ago
3ed70e5
[subset] return bool not hb_bool_t from table::subset
by Rod Sheeter
· 7 years ago
88d56e2
[subset] Use a supplier instead of memcpy and fix a few unnecessary {}s for cmap
by Rod Sheeter
· 7 years ago
fa87770
[subset] First pass at hmtx
by Rod Sheeter
· 7 years ago
a0fe301
copy all cmap groups at once
by Rod Sheeter
· 7 years ago
343dfe8
[subset] white and add inline in hb-ot-cmap-table.
by Garret Rieger
· 7 years ago
d1a4d56
output format 12 as enc 10 to match how Roboto did it
by Rod Sheeter
· 7 years ago
1330edc
Use functions to get new gids. Avoid 0; fonttools drops it from cmap.
by Rod Sheeter
· 7 years ago
a5713bc
we love all our groups
by Rod Sheeter
· 7 years ago
0301e5b
Build a working cmap format 12
by Rod Sheeter
· 7 years ago
41906cd
[subset] Another fixup
by Behdad Esfahbod
· 7 years ago
9aa2eb6
Minor
by Behdad Esfahbod
· 7 years ago
c31fcf4
[subset] Replace auto_array with prealloced_array
by Behdad Esfahbod
· 7 years ago
9275bd0
First pass at building a cmap
by Rod Sheeter
· 7 years ago
1cd98d0
Create the groups for a cmap format12. Does not yet build the actual table.
by Rod Sheeter
· 7 years ago
59c658c
capture codepoints sorted so we can use them for cmap later. one day we will have a map
by Rod Sheeter
· 7 years ago
9682ef1
Minor fixups
by Behdad Esfahbod
· 7 years ago
13193a9
move to the hb_face_t dest pattern
by Rod Sheeter
· 7 years ago
0859a00
sketch a subset<T> and call it for cmap. Add subset to cmap, albeit not working even for the msot basic case just yet
by Rod Sheeter
· 7 years ago
6b19178
Prefix int types with HB
by Behdad Esfahbod
· 7 years ago
470fe5b
[aat] Implement Lookup table
by Behdad Esfahbod
· 7 years ago
6f335ed
Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etc
by Behdad Esfahbod
· 7 years ago
977ddff
[ot] Move hb_ot_face_cmap_accelerator_t
by Behdad Esfahbod
· 7 years ago
dbdbfe3
Use nullptr instead of NULL
by Behdad Esfahbod
· 7 years ago
5e156fa
Add LOffsetTo<>
by Behdad Esfahbod
· 8 years ago
23335de
[ot-font] Accelerate cmap format4 get_glyph
by Behdad Esfahbod
· 9 years ago
5473ebf
[ot-font] Remove level of indirection in get_glyph_variant
by Behdad Esfahbod
· 9 years ago
b471590
Define return_trace()
by Behdad Esfahbod
· 10 years ago
de2118e
Make sanitize() a const method
by Behdad Esfahbod
· 10 years ago
7627100
Mark unsigned integer literals with the u suffix
by Behdad Esfahbod
· 11 years ago
af528b6
Fix typo; ouch!
by Behdad Esfahbod
· 11 years ago
7d4ada6
Mark unsed members with a "Z" suffix
by Behdad Esfahbod
· 11 years ago
a5a4736
[cmap] Implement subtable format 14
by Behdad Esfahbod
· 11 years ago
41ea594
Minor: Remove LongSortedArrayOf
by Behdad Esfahbod
· 11 years ago
9da552d
Minor: Remove some GenericXXX templates
by Behdad Esfahbod
· 11 years ago
36073ed
Minor: Reorder template parameter order
by Behdad Esfahbod
· 11 years ago
df554af
Rename search() to bsearch() and lsearch()
by Behdad Esfahbod
· 11 years ago
f1a72fe
[ot-font] Fix cmap EncodingRecord cmp order
by Behdad Esfahbod
· 11 years ago
ce34f0b
[ot-font] Use binary search for format12 cmap subtable
by Behdad Esfahbod
· 11 years ago
257d1ad
[ot-font] Work around broken cmap subtable format 4 length
by Behdad Esfahbod
· 11 years ago
500737e
[ot-font] Don't select a Null cmap subtable
by Behdad Esfahbod
· 11 years ago
c955876
[ot] Minor note re cmap subtable format 2 and 8
by Behdad Esfahbod
· 11 years ago
b7878cd
[ot] Implement cmap subtable format 0
by Behdad Esfahbod
· 11 years ago
ca7b774
[ot] Factor out code between cmap sutable format 12 and 13
by Behdad Esfahbod
· 11 years ago
94759e8
[ot] Factor out code between cmap subtable format 6 and 10
by Behdad Esfahbod
· 11 years ago
91bbfca
[ot] Implement cmap subtable formats 6 and 10
by Behdad Esfahbod
· 11 years ago
d294a2c
[ot] Implement cmap subtable format 13
by Behdad Esfahbod
· 11 years ago
0d75793
[ot] Implement cmap subtable format 12
by Behdad Esfahbod
· 11 years ago
3608a68
[ot] Hook up cmap table to hb_ot_font_funcs()
by Behdad Esfahbod
· 11 years ago
c8a4745
[ot] Implement cmap subtable format 4
by Behdad Esfahbod
· 11 years ago
41ca1fb
[ot] Start implementing cmap table
by Behdad Esfahbod
· 11 years ago