/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _s_b_i_x.py | 40 self.strikes = {} 62 if current_strike.ppem in self.strikes: 65 self.strikes[current_strike.ppem] = current_strike 73 self.numStrikes = len(self.strikes) 79 for si in sorted(self.strikes.keys()): 80 current_strike = self.strikes[si] 95 for i in sorted(self.strikes.keys()): 96 self.strikes[i].toXML(xmlWriter, ttFont) 109 self.strikes[current_strike.ppem] = current_strike
|
D | E_B_L_C_.py | 83 self.strikes = [] 86 self.strikes.append(curStrike) 98 for curStrike in self.strikes: 124 self.numSizes = len(self.strikes) 158 for curStrike in self.strikes: 164 for curStrike in self.strikes: 195 for curStrike in self.strikes: 212 for curIndex, curStrike in enumerate(self.strikes): 220 self.strikes = [] 227 if strikeIndex >= len(self.strikes): [all …]
|
D | E_B_D_T_.py | 54 for curStrike in locator.strikes: 88 for curStrike, curGlyphDict in zip(locator.strikes, self.strikeData): 128 for curStrike, curGlyphDict in zip(locator.strikes, self.strikeData):
|
/external/skia/tools/lua/ |
D | 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/skqp/tools/lua/ |
D | 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/harfbuzz_ng/src/ |
D | hb-ot-color-sbix-table.hh | 137 const SBIXStrike &get_strike (unsigned int i) const { return this+strikes[i]; } in get_strike() 174 unsigned count = table->strikes.len; in choose_strike() 268 strikes.sanitize (c, this))); in sanitize() 276 strikes; /* Offsets from the beginning of the 'sbix' member 279 DEFINE_SIZE_ARRAY (8, strikes);
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 338 BitmapSizeTableBuilderList* strikes = eblc->BitmapSizeBuilders(); in InitializeBitmapBuilder() local 346 for (size_t i = 0; i < strikes->size(); i++) { in InitializeBitmapBuilder() 347 if (!HasOverlap((*strikes)[i]->StartGlyphIndex(), in InitializeBitmapBuilder() 348 (*strikes)[i]->EndGlyphIndex(), glyph_ids)) { in InitializeBitmapBuilder() 354 (*strikes)[i]->IndexSubTableBuilders(); in InitializeBitmapBuilder() 398 if (removed_strikes.size() == strikes->size() || loca_list.empty()) { in InitializeBitmapBuilder() 404 strikes->erase(strikes->begin() + *i); in InitializeBitmapBuilder() 407 if (strikes->empty()) { // no glyph covered, can safely drop the builders. in InitializeBitmapBuilder()
|
/external/freetype/src/pfr/ |
D | pfrload.c | 479 if ( FT_RENEW_ARRAY( phy_font->strikes, in pfr_extra_item_load_bitmap_info() 503 strike = phy_font->strikes + phy_font->num_strikes; in pfr_extra_item_load_bitmap_info() 791 FT_FREE( phy_font->strikes ); in pfr_phy_font_done()
|
D | pfrtypes.h | 230 PFR_StrikeRec* strikes; member
|
D | pfrobjs.c | 220 strike = phy_font->strikes; in pfr_face_init()
|
D | pfrsbit.c | 602 strike = phys->strikes; in pfr_slot_load_bitmap()
|
/external/freetype/ |
D | ChangeLog.27 | 42 [ftfuzzer] Restrict number of tested bitmap strikes. 45 strikes, and FreeType doesn't check the validity of all bitmap 46 strikes in advance. 56 strikes. 1198 [sfnt] Disable bitmap strikes if we don't have a bitmap data table. 1242 [truetype] Disallow bitmap strikes for non-default instances. 1416 invalid strikes. 1868 [sfnt] Fix `FT_Get_Advance' for bitmap strikes.
|
D | ChangeLog.22 | 1356 The scaled metrics are always preferred over strikes' metrics, even 1357 when some strike is selected. This is done because the strikes' 1573 request against `available_sizes'. Drivers supporting bitmap strikes
|
D | ChangeLog.21 | 809 strikes. This fixes Savannah bug #12107. 4951 strikes. At least one font (app850.fon from WinME) contains 4953 design of having multiple bitmap strikes in a single font face fails 5021 Without this fix it isn't possible to access all strikes. 5031 Synchronize computation of height and width for bitmap strikes. The 5033 enumerate different strikes. The `max_advance' field of the 6146 Handle strikes.
|
D | ChangeLog.25 | 3058 [sfnt] Fix handling of embedded bitmap strikes. 3170 [sfnt] Improve handling of buggy embedded bitmap strikes.
|
D | ChangeLog.28 | 1911 bitmap strikes are active.
|
D | ChangeLog.23 | 3262 * src/sfnt/sfobjs.c (sfnt_load_face): Test for bitmap strikes before 3264 font with neither a `glyf' table nor bitmap strikes can be performed
|
D | ChangeLog.26 | 2459 [sfnt] Handle infinite recursion in bitmap strikes (#46344).
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 1372 for strike in self.strikes: 1376 self.strikes = [s for s in self.strikes if s.indexSubTables]
|
/external/freetype/docs/ |
D | CHANGES | 403 - Retrieving advance widths from bitmap strikes (using 1030 strikes of TrueType fonts, causing garbage display under some 2014 strikes of outline fonts) has been introduced in 2.3.3. 2346 bitmap strikes should be updated to use this function. 2882 - The FNT driver now returns multiple faces, not multiple strikes.
|
/external/python/cpython3/Lib/idlelib/ |
D | ChangeLog | 1009 * ChangeLog, ColorDelegator.py, PyShell.py: Tim Peters strikes again:
|
/external/python/cpython2/Lib/idlelib/ |
D | ChangeLog | 1009 * ChangeLog, ColorDelegator.py, PyShell.py: Tim Peters strikes again:
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | australasia | 688 # ... when the standard time strikes the hour of four o'clock (4.00am
|
/external/brotli/tests/testdata/ |
D | asyoulik.txt | 2387 Understanding, it strikes a man more dead than a
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 2134 PR testsuite/32843 (strikes again)
|