projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a91cda7
)
[sbix] Fix order of parameters
author
Behdad Esfahbod
<behdad@behdad.org>
Sun, 28 Oct 2018 22:13:45 +0000
(15:13 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Mon, 29 Oct 2018 01:33:10 +0000
(18:33 -0700)
src/hb-ot-color-sbix-table.hh
patch
|
blob
|
history
diff --git
a/src/hb-ot-color-sbix-table.hh
b/src/hb-ot-color-sbix-table.hh
index
fc199da
..
94b0012
100644
(file)
--- a/
src/hb-ot-color-sbix-table.hh
+++ b/
src/hb-ot-color-sbix-table.hh
@@
-82,9
+82,9
@@
struct SBIXStrike
inline hb_blob_t *get_glyph_blob (unsigned int glyph_id,
hb_blob_t *sbix_blob,
+ hb_tag_t file_type,
int *x_offset,
int *y_offset,
- hb_tag_t file_type,
unsigned int num_glyphs) const
{
unsigned int sbix_len = sbix_blob->length;
@@
-186,8
+186,8
@@
struct sbix
int *y_offset) const
{
return get_strike (font).get_glyph_blob (glyph_id, sbix_blob,
- x_offset, y_offset,
HB_TAG ('p','n','g',' '),
+ x_offset, y_offset,
num_glyphs);
}