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

  /external/chromium_org/third_party/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/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/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 77 self.strikes = []
80 self.strikes.append(curStrike)
89 for curStrike in self.strikes:
117 self.numSizes = len(self.strikes)
151 for curStrike in self.strikes:
157 for curStrike in self.strikes:
188 for curStrike in self.strikes:
205 for curIndex, curStrike in enumerate(self.strikes):
212 if not hasattr(self, 'strikes'):
213 self.strikes = [
    [all...]
E_B_D_T_.py 50 for curStrike in locator.strikes:
84 for curStrike, curGlyphDict in zip(locator.strikes, self.strikeData):
124 for curStrike, curGlyphDict in zip(locator.strikes, self.strikeData):
  /external/chromium_org/third_party/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/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/chromium_org/third_party/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 );
  /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 1298 milliseconds