Searched defs:base_glyph (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/src/psnames/
H A Dpsmodule.c410 FT_UInt32 base_glyph; local
421 base_glyph = BASE_GLYPH( mid->unicode );
423 if ( base_glyph == unicode )
429 if ( base_glyph < unicode )
455 FT_UInt32 base_glyph; local
469 base_glyph = BASE_GLYPH( map->unicode );
471 if ( base_glyph == char_code )
474 if ( base_glyph < char_code )
/external/freetype/src/psnames/
H A Dpsmodule.c411 FT_UInt32 base_glyph; local
422 base_glyph = BASE_GLYPH( mid->unicode );
424 if ( base_glyph == unicode )
430 if ( base_glyph < unicode )
456 FT_UInt32 base_glyph; local
470 base_glyph = BASE_GLYPH( map->unicode );
472 if ( base_glyph == char_code )
475 if ( base_glyph < char_code )
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc213 unsigned int base_glyph; member in struct:hb_graphite2_cluster_t
317 c->base_glyph = ic;
333 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j];
334 info->codepoint = gids[clusters[i].base_glyph + j];
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc213 unsigned int base_glyph; member in struct:hb_graphite2_cluster_t
317 c->base_glyph = ic;
333 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j];
334 info->codepoint = gids[clusters[i].base_glyph + j];

Completed in 259 milliseconds