Home
last modified time | relevance | path

Searched refs:strikes (Results 1 – 25 of 31) sorted by relevance

12

/external/fonttools/Lib/fontTools/ttLib/tables/
D_s_b_i_x.py40 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
DE_B_L_C_.py83 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 …]
DE_B_D_T_.py54 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/
Dglyph-usage.lua64 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/
Dglyph-usage.lua64 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/
Dhb-ot-color-sbix-table.hh137 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/
Dsubsetter_impl.cc338 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/
Dpfrload.c479 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()
Dpfrtypes.h230 PFR_StrikeRec* strikes; member
Dpfrobjs.c220 strike = phy_font->strikes; in pfr_face_init()
Dpfrsbit.c602 strike = phys->strikes; in pfr_slot_load_bitmap()
/external/freetype/
DChangeLog.2742 [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.
DChangeLog.221356 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
DChangeLog.21809 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.
DChangeLog.253058 [sfnt] Fix handling of embedded bitmap strikes.
3170 [sfnt] Improve handling of buggy embedded bitmap strikes.
DChangeLog.281911 bitmap strikes are active.
DChangeLog.233262 * 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
DChangeLog.262459 [sfnt] Handle infinite recursion in bitmap strikes (#46344).
/external/fonttools/Lib/fontTools/subset/
D__init__.py1372 for strike in self.strikes:
1376 self.strikes = [s for s in self.strikes if s.indexSubTables]
/external/freetype/docs/
DCHANGES403 - 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/
DChangeLog1009 * ChangeLog, ColorDelegator.py, PyShell.py: Tim Peters strikes again:
/external/python/cpython2/Lib/idlelib/
DChangeLog1009 * ChangeLog, ColorDelegator.py, PyShell.py: Tim Peters strikes again:
/external/cldr/tools/java/org/unicode/cldr/util/data/
Daustralasia688 # ... when the standard time strikes the hour of four o'clock (4.00am
/external/brotli/tests/testdata/
Dasyoulik.txt2387 Understanding, it strikes a man more dead than a
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.12134 PR testsuite/32843 (strikes again)

12