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

  /external/skia/tools/lua/
glyph-usage.lua 64 local strikes = {} -- [fontID_pointsize] = [] unique glyphs
101 strikes[key] = strikes[key] or {}
102 array_union(strikes[key], t.glyphs)
122 for k, v in next, strikes do
152 for k, v in next, strikes do
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 299 BitmapSizeTableBuilderList* strikes = eblc->BitmapSizeBuilders(); local
307 for (size_t i = 0; i < strikes->size(); i++) {
308 if (!HasOverlap((*strikes)[i]->StartGlyphIndex(),
309 (*strikes)[i]->EndGlyphIndex(), glyph_ids)) {
315 (*strikes)[i]->IndexSubTableBuilders();
359 if (removed_strikes.size() == strikes->size() || loca_list.empty()) {
365 strikes->erase(strikes->begin() + *i);
368 if (strikes->empty()) { // no glyph covered, can safely drop the builders.
540 // indexSubTable items need to be unique. They may be shared between strikes
    [all...]
  /external/freetype/src/pfr/
pfrload.c 346 /* load bitmap strikes lists */
371 if ( FT_RENEW_ARRAY( phy_font->strikes,
395 strike = phy_font->strikes + phy_font->num_strikes;
681 FT_FREE( phy_font->strikes );

Completed in 77 milliseconds