Searched refs:strikes (Results 1 – 25 of 26) sorted by relevance
12
/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/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/fonttools/Lib/fontTools/ttLib/tables/ |
D | 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): 213 self.strikes = [] 220 if strikeIndex >= len(self.strikes): [all …]
|
D | 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/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 301 BitmapSizeTableBuilderList* strikes = eblc->BitmapSizeBuilders(); in InitializeBitmapBuilder() local 309 for (size_t i = 0; i < strikes->size(); i++) { in InitializeBitmapBuilder() 310 if (!HasOverlap((*strikes)[i]->StartGlyphIndex(), in InitializeBitmapBuilder() 311 (*strikes)[i]->EndGlyphIndex(), glyph_ids)) { in InitializeBitmapBuilder() 317 (*strikes)[i]->IndexSubTableBuilders(); in InitializeBitmapBuilder() 361 if (removed_strikes.size() == strikes->size() || loca_list.empty()) { in InitializeBitmapBuilder() 367 strikes->erase(strikes->begin() + *i); in InitializeBitmapBuilder() 370 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.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 | 3839 bitmap strikes are active.
|
D | ChangeLog.26 | 2459 [sfnt] Handle infinite recursion in bitmap strikes (#46344).
|
D | ChangeLog.24 | 3508 strikes in the font.
|
/external/freetype/docs/ |
D | CHANGES | 355 - Retrieving advance widths from bitmap strikes (using 982 strikes of TrueType fonts, causing garbage display under some 1966 strikes of outline fonts) has been introduced in 2.3.3. 2298 bitmap strikes should be updated to use this function. 2834 - 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/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)
|
/external/python/cpython3/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 2134 PR testsuite/32843 (strikes again)
|
/external/libjpeg-turbo/ |
D | libjpeg.txt | 842 While you can build the JPEG library as a shared library if the whim strikes
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 2134 PR testsuite/32843 (strikes again)
|
12