Fix array query API
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 4 Nov 2009 21:36:14 +0000 (16:36 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 4 Nov 2009 21:36:14 +0000 (16:36 -0500)
commite21899bc3593aa0d3adf64cee21c5de2ea219783
tree10752dc846a938239d53439a3c900224cba41edf
parent3b59306b858d31d97be0ea8c64461de1d0d03572
Fix array query API

The array query APIs now all do:

  - Return the total number of items
  - Take a start_offset, such that individual items can be fetched
  - The _count IN/OUT variable always has number of items written
    into the array upon return of the function
TODO
src/hb-ot-layout-common-private.hh
src/hb-ot-layout-gdef-private.hh
src/hb-ot-layout-gsubgpos-private.hh
src/hb-ot-layout.cc
src/hb-ot-layout.h