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

  /external/chromium_org/third_party/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
fxft_psmodule.c 39 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
233 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
234 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
397 if ( BASE_GLYPH( uni_char ) != 0 )
470 FT_UInt32 base_glyph; local
481 base_glyph = BASE_GLYPH( mid->unicode );
483 if ( base_glyph == unicode )
489 if ( base_glyph < unicode )
515 FT_UInt32 base_glyph; local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 210 unsigned int base_glyph; member in struct:hb_graphite2_cluster_t
320 c->base_glyph = ic;
336 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j];
337 info->codepoint = gids[clusters[i].base_glyph + j];
  /external/harfbuzz_ng/src/
hb-graphite2.cc 210 unsigned int base_glyph; member in struct:hb_graphite2_cluster_t
323 c->base_glyph = ic;
339 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j];
340 info->codepoint = gids[clusters[i].base_glyph + j];

Completed in 71 milliseconds