HomeSort by relevance Sort by last modified time
    Searched refs:base_glyph (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/freetype/src/psnames/
psmodule.c 37 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
173 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
174 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
337 if ( BASE_GLYPH( uni_char ) != 0 )
410 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
    [all...]
  /external/freetype/src/psnames/
psmodule.c 38 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
174 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
175 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
338 if ( BASE_GLYPH( uni_char ) != 0 )
411 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
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 213 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/
hb-graphite2.cc 213 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 52 milliseconds