HomeSort by relevance Sort by last modified time
    Searched defs:glyph_data (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz/src/
harfbuzz-buffer.c 248 /* The following function copies `num_out' elements from `glyph_data'
271 HB_UShort *glyph_data,
302 item->gindex = glyph_data[i];
324 HB_UShort glyph_data = glyph_index; local
327 &glyph_data, component, ligID );
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.c 248 /* The following function copies `num_out' elements from `glyph_data'
271 HB_UShort *glyph_data,
302 item->gindex = glyph_data[i];
324 HB_UShort glyph_data = glyph_index; local
327 &glyph_data, component, ligID );
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 37 ReadableFontDataPtr glyph_data; local
38 glyph_data.Attach(down_cast<ReadableFontData*>(data_->Slice(offset, length)));
39 return BitmapGlyph::CreateGlyph(glyph_data, format);
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 1232 FT_Data glyph_data; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 1310 FT_Data glyph_data; local
    [all...]

Completed in 465 milliseconds