src/hb-wasm-api-buffer.hh

Branch


Log

Author Commit Date CI Message
Behdad Esfahbod 1fc128f6 2023-06-26T18:34:27 Replace a few memset/memcpy's with hb_ equivalents
Behdad Esfahbod 196c6b6c 2023-02-25T14:05:15 [wasm-buffer] Fix buffer_contents_realloc
Behdad Esfahbod 91eb2f49 2023-02-25T10:44:45 [wasm-api-buffer] Minor variable
Behdad Esfahbod 4260de12 2023-02-25T10:43:27 [wasm] Add HB_ARRAY_APP2NATIVE
Behdad Esfahbod 41362cc3 2023-02-25T10:08:22 [wasm] Simplify memory cleaning
Behdad Esfahbod b0802618 2023-02-25T09:34:03 [wasm-api] Memory house-keeping
Behdad Esfahbod e7540043 2023-02-25T09:18:40 [wasm-api] Make buffer_copy_contents reuse contents
Behdad Esfahbod b5b577f2 2023-02-25T08:12:16 [wasm-api] Make buffer_copy_contents return success
Behdad Esfahbod 77f0f3c1 2023-02-24T20:01:22 [wasm-api] Make buffer_copy_contents return zero length on mem fail
Behdad Esfahbod 16ecb969 2023-02-24T19:53:47 [wasm-api] Return success from buffer_contents_realloc
Behdad Esfahbod cb382e48 2023-02-24T17:56:14 [wasm-shape] Cache wasm-shape-plan
Behdad Esfahbod 9f8ad392 2023-02-24T14:16:11 [wasm-api] Bind shaper features
Behdad Esfahbod ec3270c7 2023-02-24T13:31:10 [wasm-graphite] Ensure native direction here too Binds buffer_get_script and script_get_horizontal_direction.
Behdad Esfahbod 39f8703d 2023-02-24T12:42:22 [wasm-api] Match interface and implementation signatures
Behdad Esfahbod fea3ffe0 2023-02-24T12:31:32 [wasm-api] Beautify internal API
Behdad Esfahbod b3b6e8da 2023-02-24T12:03:53 [wasm-api] Bind buffer_reverse
Behdad Esfahbod a08dbf41 2023-02-24T10:13:21 [wasm-api] Bind buffer_reverse_clusters
Behdad Esfahbod 0a51ed31 2023-02-24T10:07:59 [wasm-api] Bind buffer_get_direction
Behdad Esfahbod a5c844a1 2023-02-24T09:52:38 [wasm] Rename macro
Behdad Esfahbod 23b58b56 2023-02-24T09:50:34 [wasm-api] Bind font_get_scale
Behdad Esfahbod 2d295183 2023-02-24T09:20:42 [wasm-api] Add buffer_contents_realloc
Behdad Esfahbod c1dc1121 2023-02-23T15:47:56 [wasm-api] Bind buffer_set_contents
Behdad Esfahbod af1f41a4 2023-02-23T15:17:18 [wasm-api] Clear structs in _free()
Behdad Esfahbod 099a0150 2023-02-23T15:15:06 [wasm] Add HB_STRUCT_TYPE
Behdad Esfahbod 851ef138 2023-02-23T15:06:18 [wasm-api] Add buffer-contents-free
Behdad Esfahbod d38f02ab 2023-02-23T15:03:03 [wasm-api] Make ref types actual pointers on the wasm side
Behdad Esfahbod 5cecfe86 2023-02-23T13:58:40 [wasm-api] Bind buffer_copy_contents