Searched refs:glyph_data (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dfont.h69 // Sets *glyph_data and *glyph_size to point to the location of the glyph data
72 const uint8_t** glyph_data, size_t* glyph_size);
H A Dfont.cc138 const uint8_t** glyph_data, size_t* glyph_size) {
160 *glyph_data = glyf_table->data + 2 * offset1;
171 *glyph_data = glyf_table->data + offset1;
137 GetGlyphData(const Font& font, int glyph_index, const uint8_t** glyph_data, size_t* glyph_size) argument
H A Dnormalize.cc97 const uint8_t* glyph_data; local
99 if (!GetGlyphData(*font, i, &glyph_data, &glyph_size) ||
100 (glyph_size > 0 && !ReadGlyph(glyph_data, glyph_size, &glyph))) {
H A Dtransform.cc237 const uint8_t* glyph_data; local
239 if (!GetGlyphData(*font, i, &glyph_data, &glyph_size) ||
240 (glyph_size > 0 && !ReadGlyph(glyph_data, glyph_size, &glyph))) {
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1gload.c128 FT_Data glyph_data; local
130 decoder, glyph_index, &glyph_data );
143 &glyph_data );
285 FT_Data glyph_data; local
353 &glyph_data );
489 t1glyph->control_data = (FT_Byte*)glyph_data.pointer;
490 t1glyph->control_len = glyph_data.length;
501 &glyph_data );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidgload.c69 FT_Data glyph_data; local
73 glyph_index, &glyph_data );
77 p = (FT_Byte*)glyph_data.pointer;
80 if ( glyph_data.length != 0 )
82 glyph_length = glyph_data.length - cid->fd_bytes;
85 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes,
89 inc->funcs->free_glyph_data( inc->object, &glyph_data );
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvpscmap.h95 FT_Pointer glyph_data );
/external/freetype/include/internal/services/
H A Dsvpscmap.h95 FT_Pointer glyph_data );
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvpscmap.h95 FT_Pointer glyph_data );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvpscmap.h95 FT_Pointer glyph_data );
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc37 ReadableFontDataPtr glyph_data; local
38 glyph_data.Attach(down_cast<ReadableFontData*>(data_->Slice(offset, length)));
39 return BitmapGlyph::CreateGlyph(glyph_data, format);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc37 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/psnames/
H A Dpsmodule.c305 FT_Pointer glyph_data )
329 const char* gname = get_glyph_name( glyph_data, n );
348 free_glyph_name( glyph_data, gname );
/external/freetype/src/psnames/
H A Dpsmodule.c305 FT_Pointer glyph_data )
329 const char* gname = get_glyph_name( glyph_data, n );
348 free_glyph_name( glyph_data, gname );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dfxft_psmodule.c364 FT_Pointer glyph_data )
388 const char* gname = get_glyph_name( glyph_data, n );
407 free_glyph_name( glyph_data, gname );
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-private.hh129 const hb_codepoint_t *glyph_data);
H A Dhb-ot-layout-gsubgpos-private.hh330 const USHORT *glyph_data) const
337 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
399 const USHORT glyph_data[])
402 match_glyph_data = glyph_data;
469 const USHORT glyph_data[])
472 match_glyph_data = glyph_data;
397 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
467 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
H A Dhb-buffer.cc313 const uint32_t *glyph_data)
324 pinfo->codepoint = glyph_data[i];
311 replace_glyphs(unsigned int num_in, unsigned int num_out, const uint32_t *glyph_data) argument
/external/harfbuzz_ng/src/
H A Dhb-buffer-private.hh131 const hb_codepoint_t *glyph_data);
H A Dhb-ot-layout-gsubgpos-private.hh330 const USHORT *glyph_data) const
337 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
399 const USHORT glyph_data[])
402 match_glyph_data = glyph_data;
469 const USHORT glyph_data[])
472 match_glyph_data = glyph_data;
397 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
467 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
H A Dhb-buffer.cc313 const uint32_t *glyph_data)
324 pinfo->codepoint = glyph_data[i];
311 replace_glyphs(unsigned int num_in, unsigned int num_out, const uint32_t *glyph_data) argument
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c1310 FT_Data glyph_data; local
1359 glyph_index, &glyph_data );
1365 loader->byte_len = glyph_data.length;
1369 glyph_data.pointer, glyph_data.length );
1690 &glyph_data );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c1319 FT_Data glyph_data; local
1368 glyph_index, &glyph_data );
1374 loader->byte_len = glyph_data.length;
1378 glyph_data.pointer, glyph_data.length );
1699 &glyph_data );
/external/freetype/src/truetype/
H A Dttgload.c1420 FT_Data glyph_data; local
1467 glyph_index, &glyph_data );
1473 loader->byte_len = glyph_data.length;
1477 glyph_data.pointer, glyph_data.length );
1835 &glyph_data );

Completed in 3195 milliseconds